Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a bug that would have manifested when module configuration commands | Rainer Gerhards | 2007-08-09 | 1 | -1/+10 |
| | | | | | would have been freed. The current code base, however, never does this, so this is not a real bug fix - it's in preparation of future work | ||||
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -2/+2 |
| | | | | clib | ||||
* | enhanced $Include to allow inclusion of a complete directory | Rainer Gerhards | 2007-08-01 | 1 | -4/+16 |
| | |||||
* | - some more code cleanup | Rainer Gerhards | 2007-08-01 | 1 | -15/+19 |
| | | | | - enhanced cfsysline interface to disallow chaining of command handlers | ||||
* | - loading default values as done yesterday *is* clean (I've just reviewed | Rainer Gerhards | 2007-08-01 | 1 | -4/+1 |
| | | | | | | the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c | ||||
* | - $ResetConfigVariables now also works vir the table-driven sytem. However, | Rainer Gerhards | 2007-07-31 | 1 | -0/+7 |
| | | | | | I need to fix an issue with loading default settings when syslogd is started or HUPed | ||||
* | - 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 | -3/+77 |
| | |||||
* | - got the basic code in place to create an in-memory list of cfsysline | Rainer Gerhards | 2007-07-31 | 1 | -4/+76 |
| | | | | 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 | -1/+39 |
| | | | | functionality) | ||||
* | prepared cfsysline.c for integration into output modules | Rainer Gerhards | 2007-07-31 | 1 | -15/+12 |
| | |||||
* | - added doCustomHdlr() to cfsysline.c - this completes implementing | Rainer Gerhards | 2007-07-31 | 1 | -0/+18 |
| | | | | functions for canned handlers. | ||||
* | - added macro to abort a function and go to finalizer | Rainer Gerhards | 2007-07-31 | 1 | -11/+6 |
| | | | | - added output of config file line number when a parsing error occured | ||||
* | - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to | Rainer Gerhards | 2007-07-31 | 1 | -8/+49 |
| | | | | use it | ||||
* | - moved the SetCCEscapeCharacter config file directive to cfsysline.c and | Rainer Gerhards | 2007-07-31 | 1 | -25/+37 |
| | | | | 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 | -6/+93 |
| | | | | - added macro for easy and consistent check of iRet return value | ||||
* | moved doGetGID() to cfsysline.c | Rainer Gerhards | 2007-07-31 | 1 | -0/+46 |
| | |||||
* | moved doBinaryOption() and doGetGUID() to cfsysline.c | Rainer Gerhards | 2007-07-30 | 1 | -0/+115 |
| | |||||
* | - added cfsysline objects - initial set of functions | Rainer Gerhards | 2007-07-30 | 1 | -0/+137 |
- fixed bug in OMSRcreate() - always returned SR_RET_OK |