[asterisk-commits] mmichelson: branch 10 r357318 - /branches/10/channels/sip/security_events.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 28 12:51:48 CST 2012
Author: mmichelson
Date: Tue Feb 28 12:51:44 2012
New Revision: 357318
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357318
Log:
Add a security event for the case where fake authentication challenge is sent.
Modified:
branches/10/channels/sip/security_events.c
Modified: branches/10/channels/sip/security_events.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/sip/security_events.c?view=diff&rev=357318&r1=357317&r2=357318
==============================================================================
--- branches/10/channels/sip/security_events.c (original)
+++ branches/10/channels/sip/security_events.c Tue Feb 28 12:51:44 2012
@@ -365,6 +365,7 @@
sip_report_invalid_peer(p);
break;
case AUTH_FAKE_AUTH:
+ sip_report_invalid_peer(p);
break;
case AUTH_UNKNOWN_DOMAIN:
snprintf(aclname, sizeof(aclname), "domain_must_match");
More information about the asterisk-commits
mailing list