summaryrefslogtreecommitdiffstats
path: root/srUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* - fixed a bug with integer conversion in srUtils.cRainer Gerhards2008-01-061-1/+1
| | | | | - changed some lib functions to work on long instead of int to care for 64 bit platforms (just to be on the save side)
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-031-0/+2
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* moved doBinaryOption() and doGetGUID() to cfsysline.cRainer Gerhards2007-07-301-0/+1
|
* replaced system() calls with something more reasonable. Please note thatRainer Gerhards2007-07-201-0/+2
| | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security.
* added $FailOnChownFailure config parameterRainer Gerhards2007-07-171-1/+1
|
* added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroupRainer Gerhards2007-07-171-1/+1
|
* basic support for creating directories with dynaFiles addedRainer Gerhards2007-07-171-55/+63
|
* re-enabled the "last message repeated n times" featureRainer Gerhards2007-07-101-34/+26
|
* prepared for new parse object; now removed allmost all liblogging borrowedRainer Gerhards2005-09-151-1/+1
| | | | code
* MsgObjNearlyCompletedRainer Gerhards2004-11-181-0/+63