Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | cosmetic: bugfix in ChangeLog highlighted | Rainer Gerhards | 2010-03-01 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-03-01 | 1 | -0/+3 | |
|\| | | | | | | | | | | | | | | Conflicts: runtime/ctok.c | |||||
| * | | bugfix: comment char ('#') in literal terminated script parsing | Rainer Gerhards | 2010-03-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | ...and thus could not be used. but tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=119 | |||||
* | | | bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail. | Rainer Gerhards | 2010-02-28 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | bugtracker: http://bugzilla.adiscon.com/show_bug.cgi?id=181 Thanks to Christiano for reporting. | |||||
* | | | doc bugfix: ChangeLog heading claimed that 4.6.0 was v4-beta | Rainer Gerhards | 2010-02-25 | 1 | -2/+6 | |
| | | | | | | | | | | | | while the rest of the entry correctly said it was stable. | |||||
* | | | preparing for 4.6.0 releasev4.6.0 | Rainer Gerhards | 2010-02-24 | 1 | -0/+9 | |
| | | | ||||||
* | | | message parser fixes and testbench enhancements | Rainer Gerhards | 2010-02-22 | 1 | -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 segfault | Rainer Gerhards | 2010-02-22 | 1 | -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.8 | Rainer Gerhards | 2010-02-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | several bugfixes for the property replacer | Rainer Gerhards | 2010-02-08 | 1 | -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 doc | Rainer Gerhards | 2010-02-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | converted to html, linked, etc... | |||||
* | | | bugfix: imuxsock incorrectly stated inputname "imudp" | Rainer Gerhards | 2010-02-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | Thanks to Ryan Lynch for reporting this. | |||||
* | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2010-02-04 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | bugfix: several smaller bugs resolved after flexelint review | varmojfekoj | 2010-02-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | (slightly) enhanced support for FreeBSD by setting _PATH_MODDIR to the ↵ | Cristiano | 2010-02-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | correct value on FreeBSD. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2010-01-26 | 1 | -0/+2 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c | |||||
| * | | | bugfix: potential segfault on queue shutdown | varmojfekoj | 2010-01-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | Merge branch 'queuepatch' into v4-betanew | Rainer Gerhards | 2010-01-26 | 1 | -0/+3 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c | |||||
* | | | | bugfix: -d did not enable display of debug messages | Rainer Gerhards | 2010-01-19 | 1 | -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 Gerhards | 2010-01-19 | 1 | -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 Gerhards | 2010-01-15 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Thanks to Michael Biebl for reporting this bug. | |||||
* | | | | fixed a memory leak when sending messages in zip-compressed format | Naoya Nakazawa | 2010-01-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2009-12-04 | 1 | -0/+2 | |
|\| | | | ||||||
| * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-12-04 | 1 | -0/+2 | |
| |\| | | ||||||
| | * | | bugfix: potential segfault when -p command line option was used | Rainer Gerhards | 2009-12-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | thanks to varmojfekoj for pointing me at this bug | |||||
* | | | | bugfix: hostname accidently set to IP address for some message sources | Rainer Gerhards | 2009-11-30 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | for example imudp. Thanks to Anton for reporting this bug. | |||||
* | | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2009-11-30 | 1 | -0/+2 | |
|\| | | | ||||||
| * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-11-30 | 1 | -0/+2 | |
| |\| | | ||||||
| | * | | bugfix: $CreateDirs variable not properly initialized | Rainer Gerhards | 2009-11-30 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | default thus was random (but most often "on") | |||||
* | | | | bugfix (kind of): check if TCP connection is still alive if using TLS | Jonathan Bond-Caron | 2009-11-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | preparing for 4.5.7v4.5.7 | Rainer Gerhards | 2009-11-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2009-11-12 | 1 | -0/+5 | |
|\| | | | ||||||
| * | | | cosmetic: mention imported v3-bugfix in ChangeLog | Rainer Gerhards | 2009-11-12 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-11-12 | 1 | -0/+3 | |
| |\| | | ||||||
| | * | | bugfix: segfault on startup when -q or -Q option was given | Rainer Gerhards | 2009-11-12 | 1 | -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-beta | Rainer Gerhards | 2009-11-12 | 1 | -0/+6 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am | |||||
| * | | | bugfix: $ActionExecOnlyOnceEveryInterval did not work. | Rainer Gerhards | 2009-11-12 | 1 | -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" mode | Rainer Gerhards | 2009-11-10 | 1 | -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 number | Rainer Gerhards | 2009-11-05 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | preparing for 4.5.6v4.5.6 | Rainer Gerhards | 2009-11-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | added pipe action test to testbench & testbench bugfix | Rainer Gerhards | 2009-11-05 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | bugfix: named pipes did no longer work (they always got an open error) | Rainer Gerhards | 2009-11-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | this was a regression from the omfile rewrite in 4.5.0 | |||||
* | | | | bugfix(testbench): testcase did not properly wait for rsyslod shutdown | Rainer Gerhards | 2009-10-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | thus some unpredictable behavior and a false negative test result could occur. [BACKPORTED from v5] | |||||
* | | | | Merge branch 'v4-stable' into v4-beta | Rainer Gerhards | 2009-10-21 | 1 | -1/+6 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imrelp/imrelp.c | |||||
| * | | | bumped version number | Rainer Gerhards | 2009-10-20 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | added imported bugfix to changelog | Rainer Gerhards | 2009-10-20 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-10-20 | 1 | -0/+1 | |
| |\| | | ||||||
| | * | | bugfix: potential hang condition on queue shutdown | Rainer Gerhards | 2009-10-20 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-10-14 | 1 | -0/+2 | |
| |\| | | | |/ | |/| | | | | | | | Conflicts: plugins/imrelp/imrelp.c | |||||
| * | | preparing for 4.4.2 releasev4.4.2 | Rainer Gerhards | 2009-10-09 | 1 | -1/+1 | |
| | | |