summaryrefslogtreecommitdiffstats
path: root/cfsysline.c
Commit message (Collapse)AuthorAgeFilesLines
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-15/+12
|
* - added doCustomHdlr() to cfsysline.c - this completes implementingRainer Gerhards2007-07-311-0/+18
| | | | functions for canned handlers.
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-311-11/+6
| | | | - added output of config file line number when a parsing error occured
* - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler toRainer Gerhards2007-07-311-8/+49
| | | | use it
* - moved the SetCCEscapeCharacter config file directive to cfsysline.c andRainer Gerhards2007-07-311-25/+37
| | | | also generalized it for further use while doing so
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-6/+93
| | | | - added macro for easy and consistent check of iRet return value
* moved doGetGID() to cfsysline.cRainer Gerhards2007-07-311-0/+46
|
* moved doBinaryOption() and doGetGUID() to cfsysline.cRainer Gerhards2007-07-301-0/+115
|
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-301-0/+137
- fixed bug in OMSRcreate() - always returned SR_RET_OK