[svn-commits] russell: branch group/security_events r199086 - in /team/group/security_event...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 4 11:10:27 CDT 2009


Author: russell
Date: Thu Jun  4 11:10:24 2009
New Revision: 199086

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199086
Log:
Add some implementation \todo notes before my brain moves on to something else

Modified:
    team/group/security_events/include/asterisk/security_events.h
    team/group/security_events/res/res_security_log.c

Modified: team/group/security_events/include/asterisk/security_events.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/include/asterisk/security_events.h?view=diff&rev=199086&r1=199085&r2=199086
==============================================================================
--- team/group/security_events/include/asterisk/security_events.h (original)
+++ team/group/security_events/include/asterisk/security_events.h Thu Jun  4 11:10:24 2009
@@ -22,6 +22,9 @@
  * \brief Security Event Reporting API
  *
  * \author Russell Bryant <russell at digium.com>
+ *
+ * \todo Differentiate between informational and error security events
+ * \todo Implement all events in security_events.txt
  */
 
 #ifndef __AST_SECURITY_EVENTS_H__

Modified: team/group/security_events/res/res_security_log.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/res/res_security_log.c?view=diff&rev=199086&r1=199085&r2=199086
==============================================================================
--- team/group/security_events/res/res_security_log.c (original)
+++ team/group/security_events/res/res_security_log.c Thu Jun  4 11:10:24 2009
@@ -22,6 +22,9 @@
  * \author Russell Bryant <russell at digium.com>
  *
  * \brief Security Event Logging
+ *
+ * \todo Make informational security events optional
+ * \todo Escape quotes in string payload IE contents
  */
 
 #include "asterisk.h"




More information about the svn-commits mailing list