Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed file permissions | Rainer Gerhards | 2008-04-07 | 1 | -0/+0 |
| | |||||
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 1 | -2/+5 |
| | |||||
* | - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just | Rainer Gerhards | 2008-02-27 | 1 | -1/+1 |
| | | | | | | | | | initiated but not fully initialized (a race condition) - bugfix: queue properties sizeOnDisk, bytesRead were persisted to disk with wrong data type (long instead of int64) - could cause problems on 32 bit machines - fixed a problem introduced today, on-disk queue size was now wrongly calculated (but not in any released version) | ||||
* | - added new facility and severity syntaxes to cfsysline handler | Rainer Gerhards | 2008-02-14 | 1 | -5/+5 |
| | | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive | ||||
* | moved decoding of syslog names to a more appropriate place | Rainer Gerhards | 2008-02-14 | 1 | -0/+16 |
| | |||||
* | - fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | | | | | varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;) | ||||
* | implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 1 | -0/+1 |
| | |||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 1 | -3/+1 |
| | |||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 1 | -1/+2 |
| | | | | before terminatiing the queue | ||||
* | added some mutex-support to srUtils | Rainer Gerhards | 2008-01-21 | 1 | -1/+36 |
| | |||||
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 1 | -1/+3 |
| | |||||
* | changed queue file name generation (to be more generic) | Rainer Gerhards | 2008-01-10 | 1 | -2/+1 |
| | |||||
* | - fixed a bug with integer conversion in srUtils.c | Rainer Gerhards | 2008-01-06 | 1 | -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 Gerhards | 2008-01-03 | 1 | -0/+2 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | moved doBinaryOption() and doGetGUID() to cfsysline.c | Rainer Gerhards | 2007-07-30 | 1 | -0/+1 |
| | |||||
* | replaced system() calls with something more reasonable. Please note that | Rainer Gerhards | 2007-07-20 | 1 | -0/+2 |
| | | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security. | ||||
* | added $FailOnChownFailure config parameter | Rainer Gerhards | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup | Rainer Gerhards | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | basic support for creating directories with dynaFiles added | Rainer Gerhards | 2007-07-17 | 1 | -55/+63 |
| | |||||
* | re-enabled the "last message repeated n times" feature | Rainer Gerhards | 2007-07-10 | 1 | -34/+26 |
| | |||||
* | prepared for new parse object; now removed allmost all liblogging borrowed | Rainer Gerhards | 2005-09-15 | 1 | -1/+1 |
| | | | | code | ||||
* | MsgObjNearlyCompleted | Rainer Gerhards | 2004-11-18 | 1 | -0/+63 |