Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: several smaller bugs resolved after flexelint review | varmojfekoj | 2010-02-04 | 7 | -8/+24 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | bugfix: potential segfault on queue shutdown | varmojfekoj | 2010-01-26 | 2 | -9/+16 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | Fix a typo regarding syslog.h and syslog(3) | Michael Biebl | 2010-01-19 | 2 | -4/+4 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-12-04 | 2 | -0/+3 |
|\ | |||||
| * | bugfix: potential segfault when -p command line option was used | Rainer Gerhards | 2009-12-04 | 2 | -0/+3 |
| | | | | | | | | thanks to varmojfekoj for pointing me at this bug | ||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-11-30 | 2 | -1/+3 |
|\| | |||||
| * | bugfix: $CreateDirs variable not properly initialized | Rainer Gerhards | 2009-11-30 | 2 | -1/+3 |
| | | | | | | | | default thus was random (but most often "on") | ||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-11-17 | 4 | -26/+48 |
|\| | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c | ||||
| * | minor doc: enhanced description of loadable modules | Rainer Gerhards | 2009-11-17 | 1 | -17/+36 |
| | | |||||
| * | correcting -q/-Q patch - was invalid | Rainer Gerhards | 2009-11-12 | 3 | -4/+7 |
| | | | | | | | | | | This is the correct patch. The previous one solved the segfault, but disabled the -q/Q options. | ||||
* | | 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 | 3 | -4/+7 |
|\| | |||||
| * | bugfix: segfault on startup when -q or -Q option was given | Rainer Gerhards | 2009-11-12 | 3 | -4/+7 |
| | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug. | ||||
* | | bugfix: $ActionExecOnlyOnceEveryInterval did not work. | Rainer Gerhards | 2009-11-12 | 6 | -1/+52 |
| | | | | | | | | | | | | 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. | ||||
* | | bumped version number | Rainer Gerhards | 2009-10-20 | 3 | -4/+6 |
| | | |||||
* | | 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 | 2 | -2/+1 |
|\| | |||||
| * | bugfix: potential hang condition on queue shutdown | Rainer Gerhards | 2009-10-20 | 2 | -2/+1 |
| | | |||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-10-14 | 3 | -5/+9 |
|\| | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c | ||||
| * | enhance: imrelp now also provides remote peer's IP address | Rainer Gerhards | 2009-10-14 | 3 | -4/+9 |
| | | | | | | | | [if librelp != 1.0.0 is used] | ||||
* | | preparing for 4.4.2 releasev4.4.2 | Rainer Gerhards | 2009-10-09 | 1 | -1/+1 |
| | | |||||
* | | RFC5424 formatted messages with only structured data and no MSG part were ↵ | Rainer Gerhards | 2009-10-01 | 3 | -5/+18 |
| | | | | | | | | | | | | | | improperly handled. This was a regression of one of the last bugfixes, so no previously released version contained this bug (thus it does not show up in the ChangeLog). | ||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-09-30 | 2 | -3/+8 |
|\| | |||||
| * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2009-09-30 | 2 | -4/+9 |
| |\ | |||||
| | * | doc bugfix: default for $DirCreateMode incorrectly stated | Rainer Gerhards | 2009-09-30 | 2 | -4/+9 |
| | | | |||||
* | | | bugfix: zero-sized UDP messages are no longer processed | Rainer Gerhards | 2009-09-29 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | Until now, they were forwarded to processing, but this makes no sense Also, it looks like the system seems to provide a zero return code on a UDP recvfrom() from time to time for some internal reasons. These "receives" are now silently ignored. | ||||
* | | | bugfix: invalid handling of zero-sized messages | Rainer Gerhards | 2009-09-29 | 2 | -2/+6 |
| | | | | | | | | | | | | could lead to mis-addressing and potential memory corruption/segfault | ||||
* | | | bumped version number | Rainer Gerhards | 2009-09-29 | 2 | -2/+2 |
| | | | |||||
* | | | bugfix: random data could be appended to message, possibly causing segfaults | Rainer Gerhards | 2009-09-24 | 6 | -80/+160 |
| | | | |||||
* | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-09-04 | 12 | -26/+26 |
|\| | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html | ||||
| * | | clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers] | Rainer Gerhards | 2009-09-04 | 2 | -3/+7 |
| | | | | | | | | | | | | in doc set (require TLS drivers) | ||||
| * | | removed mentioning HUP as a way of restarting from the doc set | Rainer Gerhards | 2009-07-15 | 10 | -26/+21 |
| | | | | | | | | | | | | ... part of the deprecation effort for v5 | ||||
* | | | bugfix: reverse lookup reduction logic in imudp do DNS queries too often | Rainer Gerhards | 2009-09-03 | 4 | -2/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A comparison was done between the current and the former source address. However, this was done on the full sockaddr_storage structure and not on the host address only. This has now been changed for IPv4 and IPv6. The end result of this bug could be a higher UDP message loss rate than necessary (note that UDP message loss can not totally be avoided due to the UDP spec) | ||||
* | | | preparing for 4.4.1 releasev4.4.1 | Rainer Gerhards | 2009-09-02 | 3 | -3/+3 |
| | | | |||||
* | | | bugfix (backport): omfwd segfault | Rainer Gerhards | 2009-08-27 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | Note that the orginal (higher version) patch states this happens only when debugging mode is turned on. That statement is wrong: if debug mode is turned off, the message is not being emitted, but the division by zero in the actual parameters still happens. | ||||
* | | | bugfix: invalid double-quoted PRI, among others in outgoing messages | Rainer Gerhards | 2009-08-25 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | This causes grief with all receivers. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147 | ||||
* | | | features requiring Java are automatically disabled if Java is not present | Rainer Gerhards | 2009-08-25 | 3 | -1/+13 |
| | | | | | | | | | | | | (thanks to Michael Biebl for his help!) | ||||
* | | | bugfix: Java testing tools were required, even if testbench was disabled | Rainer Gerhards | 2009-08-24 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | This resulted in build errors if no Java was present on the build system, even though none of the selected option actually required Java. (I forgot to backport a similar fix to newer releases). | ||||
* | | | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0 | Rainer Gerhards | 2009-08-21 | 150 | -1197/+6895 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am | ||||
| * | | | cleanup (removed left-over from backport)v4.3.2 | Rainer Gerhards | 2009-06-24 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 3 | -3/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | | | minor: prepped ChangeLog for next beta | Rainer Gerhards | 2009-06-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-06-18 | 4 | -8/+25 |
| |\ \ \ \ \ | |||||
| * | | | | | | removed long-obsoleted property UxTradMsg | Rainer Gerhards | 2009-06-16 | 8 | -77/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as well as some cleanup (some commented-out code is left to support UxTradMsg again is someone really complains ;)). | ||||
| * | | | | | | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 18 | -360/+282 |
| | | | | | | | |||||
| * | | | | | | some performance optimizations | Rainer Gerhards | 2009-06-16 | 14 | -104/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saved gettimeofday() calls in imtcp (and increased reception buffer) - somewhat optimized stringbuf.c - some other optimizations | ||||
| * | | | | | | backported macros necessary to create output modules with transaction support | Rainer Gerhards | 2009-06-04 | 1 | -1/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this does not mean the v4 engine will support batches and output transactions, but I can now write plugins that will work equally well with v4 AND v5. I consider this useful during the rewrite of omfile. | ||||
| * | | | | | | backported some of the v5 testbench | Rainer Gerhards | 2009-06-04 | 10 | -41/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage. | ||||
| * | | | | | | added config switch --enable-testbench=no to turn off testbench | Rainer Gerhards | 2009-06-03 | 3 | -0/+19 |
| | | | | | | |