[asterisk-commits] russell: branch group/security_events r199302 - /team/group/security_events/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 5 17:11:20 CDT 2009
Author: russell
Date: Fri Jun 5 17:11:17 2009
New Revision: 199302
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199302
Log:
death to whitespace.
Modified:
team/group/security_events/security_events.txt
Modified: team/group/security_events/security_events.txt
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/security_events.txt?view=diff&rev=199302&r1=199301&r2=199302
==============================================================================
--- team/group/security_events/security_events.txt (original)
+++ team/group/security_events/security_events.txt Fri Jun 5 17:11:17 2009
@@ -54,7 +54,7 @@
There are two main components that we propose for the initial
implementation of the security framework:
-
+
- Security Event Generation
- Security Event Logger
@@ -86,7 +86,7 @@
channels. This module will take advantage of this functionality to create a
custom "security" logger channel. Then, when this module is in use, logger.conf
can configured to put security events into a file:
-
+
security_log => security
The content of this file will be a well defined and easily interpretable
@@ -204,7 +204,7 @@
associated content will look like:
IE: SecurityEvent
-Content: This is the security event sub-type.
+Content: This is the security event sub-type.
Values: FailedACL, InvalidAccountID, CallLimit, MemoryLimit, LoadAverageLimit,
RequestNotSupported, RequestNotAllowed
@@ -235,7 +235,7 @@
Values: <seconds>-<microseconds> since epoch
IE: ACLName
-Content: This is a string that identifies which named ACL is associated with
+Content: This is a string that identifies which named ACL is associated with
this event.
IE: LocalAddress
@@ -259,7 +259,7 @@
Content: This is a service specific string that represents the invalid request
IE: RequestParams
-Content: This is a service specific string that represents relevant parameters
+Content: This is a service specific string that represents relevant parameters
given with a request that was considered invalid.
--------------------------------------------------------------------------------
@@ -271,7 +271,7 @@
Code:
- Security event generation helper API:
+ Security event generation helper API:
- main/security_events.c
- include/asterisk/security_events.h
- include/asterisk/security_events_defs.h
More information about the asterisk-commits
mailing list