summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.6.0 releasev4.6.0Rainer Gerhards2010-02-241-0/+9
|
* message parser fixes and testbench enhancementsRainer Gerhards2010-02-221-0/+6
| | | | | | | | | - improved testbench to contain samples for totally malformed messages which miss parts of the message content - bugfix: some malformed messages could lead to a missing LF inside files or some other missing parts of the template content. - bugfix: if a message ended immediately with a hostname, the hostname was mistakenly interpreted as TAG, and localhost be used as hostname
* bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-0/+5
| | | | | | | [backported from v5 commit 98d1ed504ec001728955a5bcd7916f64cd85f39f] This actually was a "recent" regression, but I did not realize that it was introduced by the performance optimization in v4-devel. Shame on me for having two devel versions at the same time...
* preparing for 4.5.8v4.5.8Rainer Gerhards2010-02-101-1/+1
|
* several bugfixes for the property replacerRainer Gerhards2010-02-081-0/+7
| | | | | | | | | | - bugfix: property replacer returned invalid parameters under some (unusual) conditions. In extreme cases, this could lead to garbled logs and/or a system failure. - bugfix: invalid length returned (often) when using regular expressions inside the property replacer - bugfix: submatch regex in property replacer did not honor "return 0 on no match" config case
* integrated new PostgreSQL docRainer Gerhards2010-02-081-0/+2
| | | | converted to html, linked, etc...
* bugfix: imuxsock incorrectly stated inputname "imudp"Rainer Gerhards2010-02-061-0/+2
| | | | Thanks to Ryan Lynch for reporting this.
* Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-0/+2
|\
| * bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-0/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | (slightly) enhanced support for FreeBSD by setting _PATH_MODDIR to the ↵Cristiano2010-02-031-0/+3
| | | | | | | | | | | | correct value on FreeBSD. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-261-0/+2
|\| | | | | | | | | Conflicts: runtime/queue.c
| * bugfix: potential segfault on queue shutdownvarmojfekoj2010-01-261-0/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'queuepatch' into v4-betanewRainer Gerhards2010-01-261-0/+3
|\| | | | | | | | | Conflicts: runtime/queue.c
* | bugfix: -d did not enable display of debug messagesRainer Gerhards2010-01-191-0/+3
| | | | | | | | | | regression from introduction of "debug on demand" mode Thanks to Michael Biebl for reporting this bug
* | bugfix: blanks inside file names did not terminate file name parsing.Rainer Gerhards2010-01-191-0/+4
| | | | | | | | | | | | This could reslult in the whole rest of a line (including comments) to be treated as file name in "write to file" actions. Thanks to Jack for reporting this issue.
* | bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-1/+5
| | | | | | | | Thanks to Michael Biebl for reporting this bug.
* | fixed a memory leak when sending messages in zip-compressed formatNaoya Nakazawa2010-01-111-0/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-12-041-0/+2
|\|
| * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-12-041-0/+2
| |\
| | * bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+2
| | | | | | | | | | | | thanks to varmojfekoj for pointing me at this bug
* | | bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-301-0/+2
| | | | | | | | | | | | for example imudp. Thanks to Anton for reporting this bug.
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-301-0/+2
|\| |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-301-0/+2
| |\|
| | * bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-0/+2
| | | | | | | | | | | | default thus was random (but most often "on")
* | | bugfix (kind of): check if TCP connection is still alive if using TLSJonathan Bond-Caron2009-11-251-0/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-1/+1
| | |
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+5
|\| |
| * | cosmetic: mention imported v3-bugfix in ChangeLogRainer Gerhards2009-11-121-0/+2
| | |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-0/+3
| |\|
| | * bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-0/+3
| | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+6
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+4
| | | | | | | | | | | | | | | | | | This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.
* | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-0/+4
| | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
* | | bumped version numberRainer Gerhards2009-11-051-0/+2
| | |
* | | preparing for 4.5.6v4.5.6Rainer Gerhards2009-11-051-1/+1
| | |
* | | added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-0/+2
| | |
* | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-0/+4
| | | | | | | | | | | | this was a regression from the omfile rewrite in 4.5.0
* | | bugfix(testbench): testcase did not properly wait for rsyslod shutdownRainer Gerhards2009-10-301-0/+3
| | | | | | | | | | | | | | | thus some unpredictable behavior and a false negative test result could occur. [BACKPORTED from v5]
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-10-211-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imrelp/imrelp.c
| * | bumped version numberRainer Gerhards2009-10-201-2/+4
| | |
| * | added imported bugfix to changelogRainer Gerhards2009-10-201-0/+2
| | |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-201-0/+1
| |\|
| | * bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-201-0/+1
| | |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-141-0/+2
| |\| | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| * | preparing for 4.4.2 releasev4.4.2Rainer Gerhards2009-10-091-1/+1
| | |
* | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-211-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | preparing for 4.5.5v4.5.5Rainer Gerhards2009-10-211-1/+1
| | | |
* | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-0/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| * | | enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-0/+2
| | | | | | | | | | | | | | | | [if librelp != 1.0.0 is used]
* | | | bugfix(minor): diag function returned wrong queue memeber countRainer Gerhards2009-10-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...for the main queue if an active DA queue existed. This had no relevance to real deployments (assuming they are not running the debug/diagnostic module...), but sometimes caused grief and false alerts in the testbench.