-
- Downloads
Add IPv6 address support to security events framework.
The current Security Events Framework API only supports IPv4 when it comes to generating security events. This patch does the following: * Changes the Security Events Framework API to support IPV6 and updates the components that use this API. * Eliminates an error message that was being generated since the current implementation was treating an IPv6 socket address as if it was IPv4. * Some copyright dates were updated on files touched by this patch. (closes issue ASTERISK-19447) Reported by: Michael L. Young Tested by: Michael L. Young Patches: security_events_ipv6v3.diff uploaded by Michael L. Young (license 5026) Review: https://reviewboard.asterisk.org/r/1777/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@362200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 2 additions, 0 deletionsCHANGES
- channels/sip/security_events.c 20 additions, 50 deletionschannels/sip/security_events.c
- include/asterisk/security_events_defs.h 7 additions, 7 deletionsinclude/asterisk/security_events_defs.h
- main/manager.c 40 additions, 33 deletionsmain/manager.c
- main/security_events.c 12 additions, 12 deletionsmain/security_events.c
Loading
Please register or sign in to comment