Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -75/+0 |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | ||||
* | - added new facility and severity syntaxes to cfsysline handler | Rainer Gerhards | 2008-02-14 | 1 | -0/+2 |
| | | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive | ||||
* | - implemented new GetSize() handler for config files | Rainer Gerhards | 2008-01-09 | 1 | -0/+1 |
| | | | | - implemented $MainMsgQueueMaxFileSize configuration directive | ||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | code cleanup | Rainer Gerhards | 2007-12-07 | 1 | -0/+1 |
| | |||||
* | added support so that linkedlist key can be used for owner handle | Rainer Gerhards | 2007-11-21 | 1 | -4/+0 |
| | |||||
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -1/+5 |
| | | | | command handler entries need to be removed when module is unloaded | ||||
* | - added eCmdHdlrGetWord command handler | Rainer Gerhards | 2007-09-07 | 1 | -1/+2 |
| | | | | - added $ModDir config directive | ||||
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 1 | -0/+1 |
| | | | | release | ||||
* | - some more code cleanup | Rainer Gerhards | 2007-08-01 | 1 | -16/+3 |
| | | | | - enhanced cfsysline interface to disallow chaining of command handlers | ||||
* | - all cfsysline directives now use new table-driven cfsysline system except | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | | | | for $ResetConfigVariables | ||||
* | omfile.c now uses the new table-driven cfsysline system | Rainer Gerhards | 2007-07-31 | 1 | -0/+1 |
| | |||||
* | - got the basic code in place to create an in-memory list of cfsysline | Rainer Gerhards | 2007-07-31 | 1 | -2/+3 |
| | | | | handlers (omfile.c used as testing case) -- not yet in active code | ||||
* | - added interface to register a cfsysline command handler (basic | Rainer Gerhards | 2007-07-31 | 1 | -0/+2 |
| | | | | functionality) | ||||
* | prepared cfsysline.c for integration into output modules | Rainer Gerhards | 2007-07-31 | 1 | -6/+5 |
| | |||||
* | - added doCustomHdlr() to cfsysline.c - this completes implementing | Rainer Gerhards | 2007-07-31 | 1 | -0/+1 |
| | | | | functions for canned handlers. | ||||
* | - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to | Rainer Gerhards | 2007-07-31 | 1 | -0/+2 |
| | | | | use it | ||||
* | - moved the SetCCEscapeCharacter config file directive to cfsysline.c and | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | | | | also generalized it for further use while doing so | ||||
* | - moved umask & file/dir creation mode parsing to cfsysline.c | Rainer Gerhards | 2007-07-31 | 1 | -0/+2 |
| | | | | - added macro for easy and consistent check of iRet return value | ||||
* | moved doGetGID() to cfsysline.c | Rainer Gerhards | 2007-07-31 | 1 | -0/+1 |
| | |||||
* | moved doBinaryOption() and doGetGUID() to cfsysline.c | Rainer Gerhards | 2007-07-30 | 1 | -0/+4 |
| | |||||
* | - added cfsysline objects - initial set of functions | Rainer Gerhards | 2007-07-30 | 1 | -0/+68 |
- fixed bug in OMSRcreate() - always returned SR_RET_OK |