summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | bugfix: stream driver mode was not correctly set on tcp ouput on big endian s...Tomas Heinrich2011-05-091-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-164-6/+0
* | | | | | | | | | | | | | | | | | | | | typo fix (thanks to Björn Påhlsson for finding it!)Michael Biebl2010-11-301-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | fixing some compile problems on FreeBSDRainer Gerhards2010-10-192-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").Rainer Gerhards2010-04-071-2/+3
* | | | | | | | | | | | | | | | | | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | $OMFileAsyncWriting directive did not work properlyRainer Gerhards2010-03-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-19/+22
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | undo experimental commit dccadb677c5a6b8379f631e4c1f14c8c4089d4a6Rainer Gerhards2010-03-251-9/+0
* | | | | | | | | | | | | | | | bugfix: potential segfault in dynafile cacheRainer Gerhards2010-03-251-1/+1
* | | | | | | | | | | | | | | | streamline dynafile cache entry deletion a bitRainer Gerhards2010-03-231-8/+7
* | | | | | | | | | | | | | | | bugfix: potential re-use of free()ed file stream object in omfileRainer Gerhards2010-03-231-7/+21
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | previous (experimental) patch was somewhat incorrect, fixedRainer Gerhards2010-03-221-1/+1
* | | | | | | | | | | | | | | exp: made omfile ensure that it is not called twice in parallel on the same f...Rainer Gerhards2010-03-211-0/+9
* | | | | | | | | | | | | | | fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10Rainer Gerhards2010-03-191-1/+1
* | | | | | | | | | | | | | | new feature: "." action type added to support writing files to relative pathesRainer Gerhards2010-03-171-1/+2
* | | | | | | | | | | | | | | bugfix: recent patch to fix small memory leak could cause invalid free.Rainer Gerhards2010-03-161-2/+2
* | | | | | | | | | | | | | | testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-0/+7
* | | | | | | | | | | | | | | bugfix: potential problem (loop, abort) when file write error occuredRainer Gerhards2010-03-091-2/+2
* | | | | | | | | | | | | | | retain old $OMFileFlushOnTXEnd semanticsRainer Gerhards2010-03-091-2/+2
* | | | | | | | | | | | | | | bugfix: $omfileFlushOnTXEnd was turned on when set to off and vice versaRainer Gerhards2010-03-091-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | streamlined BSD utmpx.h patchCristiano2010-03-041-14/+12
* | | | | | | | | | | | | | Fix Large File Support (LFS) support (bug #182)Yann Droneaud2010-03-041-1/+1
* | | | | | | | | | | | | | Includes "config.h" before any other header.Yann Droneaud2010-03-043-0/+3
* | | | | | | | | | | | | | bugfix: potential (but very impropable) segfaults in omfileRainer Gerhards2010-03-021-2/+14
* | | | | | | | | | | | | | solved compile problems on FreeBSD 9.0 (those caused by utmpx.h)Cristiano2010-03-021-7/+20
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | fixed typo that (could have) caused compilation fail under FreeBSDRainer Gerhards2010-03-011-3/+3
* | | | | | | | | | | | | make $ActonFileDefaultTemplate available to ompipeRainer Gerhards2010-03-013-15/+17
* | | | | | | | | | | | | bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail.Rainer Gerhards2010-02-281-1/+5
* | | | | | | | | | | | | Description: Correct error in rsyslog.conf(5) man pageMichael Biebl2010-02-281-1/+1
* | | | | | | | | | | | | some code cleanupRainer Gerhards2010-02-284-15/+12
* | | | | | | | | | | | | moved pipe code to its own moduleRainer Gerhards2010-02-285-1/+284
* | | | | | | | | | | | | message parser fixes and testbench enhancementsRainer Gerhards2010-02-221-4/+12
* | | | | | | | | | | | | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-4/+2
* | | | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-0/+3
* | | | | | | | | | | | | | (slightly) enhanced support for FreeBSD by setting _PATH_MODDIR to the correc...Cristiano2010-02-031-1/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | bugfix: -d did not enable display of debug messagesRainer Gerhards2010-01-191-0/+1
* | | | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-191-2/+2
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Fix a typo regarding syslog.h and syslog(3)Michael Biebl2010-01-191-2/+2
* | | | | | | | | | | | | bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-6/+16
* | | | | | | | | | | | | fixed a memory leak when sending messages in zip-compressed formatNaoya Nakazawa2010-01-111-0/+6
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-12-041-0/+1
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-12-041-0/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+1
* | | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-301-1/+1
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-301-1/+1
| |\| | | | | | | | |
| | * | | | | | | | | bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-1/+1
* | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-171-2/+2
|\| | | | | | | | | | | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-2/+2
| |\| | | | | | | |