summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2009-08-211-0/+5
|\ | | | | | | | | Conflicts: ChangeLog
| * bugfix: strings improperly reused [backported from v5]Rainer Gerhards2009-08-211-0/+5
| | | | | | | | | | ... resulting in some message properties be populated with strings from previous messages. This was caused by an improper predicate check.
* | bugfix: strings improperly reusedRainer Gerhards2009-08-211-0/+3
| | | | | | | | | | ... resulting in some message properties be populated with strings from previous messages. This was caused by an improper predicate check.
* | Merge branch 'beta'Rainer Gerhards2009-08-211-13/+8
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 4.5.2v4.5.2Rainer Gerhards2009-08-211-1/+1
| |
| * Merge branch 'v4-devel' into v4-betaRainer Gerhards2009-08-211-1/+33
| |\
| * \ Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-211-6/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * \ Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-211-1/+56
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | * \ \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-1/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | \ \ \ Merge branch 'beta'Rainer Gerhards2009-08-201-0/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0).
* | | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). Testbench has been updated to include a smaple message with a hostname containing a dash.
* | | | | | added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this option permites to process mark messages under all circumstances, even if an action was recently called. This can be useful to use mark messages as a kind of heartbeat.
* | | | | | preparing for 5.1.4 releasev5.1.4Rainer Gerhards2009-08-201-1/+12
| | | | | |
* | | | | | added important bug fix doc to current releaseRainer Gerhards2009-08-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bug fix was imported from 4.5.1, but it is important enough to be highlighted in its own right.
* | | | | | Merge branch 'beta'Rainer Gerhards2009-08-191-0/+10
|\| | | | |
| * | | | | bugfix: potential segfault in output file writer (omfile)Rainer Gerhards2009-08-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In async write mode, we use modular arithmetic to index the output buffer array. However, the counter variables accidently were signed, thus resulting in negative indizes after integer overflow. That in turn could lead to segfaults, but was depending on the memory layout of the instance in question (which in turn depended on a number of variables, like compile settings but also configuration). The counters are now unsigned (as they always should have been) and so the dangling mis-indexing does no longer happen. This bug potentially affected all installations, even if only some may actually have seen a segfault.
* | | | | | Merge branch 'beta'Rainer Gerhards2009-08-181-0/+4
|\| | | | |
| * | | | | added $InputTCPMaxListeners directiveRainer Gerhards2009-08-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | permits to specify how many TCP servers shall be possible (default is 20).
| * | | | | bugfix: if tcp listen port could not be created, no error message was emittedRainer Gerhards2009-08-171-0/+2
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-08-171-0/+3
|\| | | | |
| * | | | | legacy syslog parser changed so that it now accepts date stamps in wrong case.Rainer Gerhards2009-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Some devices seem to create them and I do not see any harm in supporting that.
* | | | | | bugfix: discard action did not work (did not discard messages)Rainer Gerhards2009-07-301-0/+1
| | | | | |
* | | | | | bugfix: discard action caused segfaultRainer Gerhards2009-07-301-0/+3
| | | | | |
* | | | | | finishing touches for 5.1.3v5.1.3Rainer Gerhards2009-07-281-1/+1
| | | | | |
* | | | | | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but an alternate approach via pthread_kill. This is somewhat safer as we do not need to think about the cancel-safeness of all libraries we use. However, not all inputs can easily supported, so this now is a feature that can be requested by the input module (the most important ones request it).
* | | | | | bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-201-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This did NOT leak based on message volume. Also, did some cleanup during the commit.
* | | | | | architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...if not running in direct mode. Previous versions could run without any active workers. This simplifies the code at a very small expense. See v5 compatibility note document for more in-depth discussion.
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-151-4/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | documenting imported bugfixRainer Gerhards2009-07-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | v4-beta was so far unreleased, so it was a bug only here
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-151-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-1/+1
| | | | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-0/+2
| |\| | | |
| | * | | | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
| * | | | | added ability for the TCP output action to "rebind" its send socketRainer Gerhards2009-07-141-0/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers.
* | | | | Merge branch 'beta'Rainer Gerhards2009-07-141-0/+1
|\| | | |
| * | | | bugfix: fromhost-ip was sometimes truncatedRainer Gerhards2009-07-141-0/+1
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2009-07-131-0/+3
|\| | | |
| * | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-131-0/+3
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: ChangeLog
| | * | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-0/+3
| | | | |
* | | | | Merge branch 'omudpspoof'Rainer Gerhards2009-07-101-1/+2
|\ \ \ \ \
| * | | | | done implementing omudpspoofRainer Gerhards2009-07-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a "good" rsyslog output module, working as usual. I've also sorted out some reentrency issues. Code is clean and ready to be tested in practice ;)
* | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-101-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | bugfix: potential segfault when zip-compressed syslog records were received ↵Rainer Gerhards2009-07-101-0/+2
| | | | | | | | | | | | | | | | | | | | (double free)
* | | | | added some (very) basic doc on omudpspoofRainer Gerhards2009-07-091-0/+1
| | | | |
* | | | | Merge branch 'master' into udpspoof & cleanup & slight optimizationRainer Gerhards2009-07-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c I messed up and did some changes during the merge commit ;) But these are not large, just a little bit of cleanup and some very slight optimizations inside the msg object.
| * | | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-091-0/+4
| |\| | | |
| | * | | | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.
* | | | | | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer.
* | | | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-0/+10
| | | | |