summaryrefslogtreecommitdiffstats
path: root/cfsysline.h
Commit message (Collapse)AuthorAgeFilesLines
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-0/+2
| | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-0/+1
| | | | - implemented $MainMsgQueueMaxFileSize configuration directive
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* code cleanupRainer Gerhards2007-12-071-0/+1
|
* added support so that linkedlist key can be used for owner handleRainer Gerhards2007-11-211-4/+0
|
* added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-1/+5
| | | | command handler entries need to be removed when module is unloaded
* - added eCmdHdlrGetWord command handlerRainer Gerhards2007-09-071-1/+2
| | | | - added $ModDir config directive
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-0/+1
| | | | release
* - some more code cleanupRainer Gerhards2007-08-011-16/+3
| | | | - enhanced cfsysline interface to disallow chaining of command handlers
* - all cfsysline directives now use new table-driven cfsysline system exceptRainer Gerhards2007-07-311-1/+1
| | | | for $ResetConfigVariables
* omfile.c now uses the new table-driven cfsysline systemRainer Gerhards2007-07-311-0/+1
|
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-2/+3
| | | | handlers (omfile.c used as testing case) -- not yet in active code
* - added interface to register a cfsysline command handler (basicRainer Gerhards2007-07-311-0/+2
| | | | functionality)
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-6/+5
|
* - added doCustomHdlr() to cfsysline.c - this completes implementingRainer Gerhards2007-07-311-0/+1
| | | | functions for canned handlers.
* - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler toRainer Gerhards2007-07-311-0/+2
| | | | use it
* - moved the SetCCEscapeCharacter config file directive to cfsysline.c andRainer Gerhards2007-07-311-1/+1
| | | | also generalized it for further use while doing so
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-0/+2
| | | | - added macro for easy and consistent check of iRet return value
* moved doGetGID() to cfsysline.cRainer Gerhards2007-07-311-0/+1
|
* moved doBinaryOption() and doGetGUID() to cfsysline.cRainer Gerhards2007-07-301-0/+4
|
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-301-0/+68
- fixed bug in OMSRcreate() - always returned SR_RET_OK