summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-tcpsrv-mt'v6.1.5Rainer Gerhards2011-03-041-1/+8
|\ | | | | | | | | Conflicts: ChangeLog
| * some cleanupRainer Gerhards2011-02-281-2/+5
| |
| * Merge branch 'master' into master-tcpsrv-mtRainer Gerhards2011-02-281-4/+119
| |\
| * | added support for TLS (in anon mode) to tcpfloodRainer Gerhards2011-02-021-0/+1
| | |
| * | (somewhat) improved TLS subsystemRainer Gerhards2011-02-011-0/+3
| | | | | | | | | | | | | | | | | | - improved TLS error reporting - improved TLS startup (Diffie-Hellman bits do not need to be generated, as we do not support full anon key exchange -- we always need certs)
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-011-0/+16
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: potential abort condition when $RepeatedMsgReduction set to onRainer Gerhards2011-03-011-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as well as potentially in a number of other places where MsgDup() was used. This only happened when the imudp input module was used and it depended on name resolution not yet had taken place. In other words, this was a strange problem that could lead to hard to diagnose instability. So if you experience instability, chances are good that this fix will help.
* | | | improved testbenchRainer Gerhards2011-03-011-0/+1
| |_|/ |/| | | | | | | | | | | - added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...)
* | | Merge branch 'v5-beta'Rainer Gerhards2011-02-251-2/+29
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | preparing for 5.7.6v5.7.6Rainer Gerhards2011-02-251-1/+1
| | |
| * | bugfix: fixed a memory leak and potential abort conditionRainer Gerhards2011-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | this could happen if multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226 fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-02-251-1/+9
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | bugfix: memory leak when $RepeatedMsgReduction on was usedRainer Gerhards2011-02-251-0/+4
| | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
| * | | preparing for 5.7.5 releaseRainer Gerhards2011-02-231-1/+1
| | | |
| * | | bugfix: imuxsock does not sanitization at all (regression)Rainer Gerhards2011-02-221-2/+1
| | | | | | | | | | | | | | | | | | | | This also causes problems when NUL characters are present inside the message (as is the case with spamd).
| * | | improved testbench, added tests for imuxsockRainer Gerhards2011-02-211-0/+1
| | | |
| * | | bugfix: imuxsock did no longer remove trailing LFRainer Gerhards2011-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regression from the imuxsock partial rewrite. Happened because the message is no longer run through the standard parsers. Now imuxsock does this sanitization itself. bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=224
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-181-0/+4
|\| | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c
| * | | enhance: imfile did not yet support multiple rulesets, now addedRainer Gerhards2011-02-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | we do this directly in the beta because a) it does not affect existing functionality and b) one may argue that this missing functionality is close to a bug.
* | | | preparing for 6.1.4 releasev6.1.4Rainer Gerhards2011-02-181-2/+21
| | | |
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-181-1/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/glbl.c tools/omdiscard.c
| * | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-02-171-0/+2
| |\ \ \
| | * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-02-171-0/+2
| | |\| |
| | | * | bugfix: testbench was not activated if no Java was present on systemRainer Gerhards2011-02-171-0/+2
| | | | | | | | | | | | | | | | | | | | ... what actually was a left-over. Java is no longer required.
| * | | | bugfix: minor race condition in action.c - considered cosmeticRainer Gerhards2011-02-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is considered cosmetic as multiple threads tried to write exactly the same value into the same memory location without sync. The method has been changed so this can no longer happen.
| * | | | preparing for 5.7.4 releasev5.7.4Rainer Gerhards2011-02-171-1/+1
| |/ / /
| * | | bugfix: fixed compile problem due to empty structsDražen Kačar2011-02-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this occured only on some platforms/compilers. thanks to Dražen Kačar for the fix Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | improved error reporting for $WorkDirectoryRainer Gerhards2011-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | non-existance and other detectable problems are now reported, and the work directory is NOT set in this case
| * | | bugfix: very long running actions could prevent shutdown under some ↵Rainer Gerhards2011-02-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | circumstances This has now been solved, at least for common situations.
| * | | bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode...Rainer Gerhards2011-02-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | ...when in disk-assisted mode. This especially affected imfile, which created unnecessarily queue files if a large set of input file data was to process.
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-111-1/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | doc: added recent changes to changelogRainer Gerhards2011-02-111-0/+2
| | | |
| * | | enhanced imfile to support non-cancel input terminationRainer Gerhards2011-02-101-0/+1
| | | |
| * | | bugfix: abort if imfile reads file line of more than 64KiBRainer Gerhards2011-02-101-0/+3
| | | | | | | | | | | | | | | | | | | | Thanks to Peter Eisentraut for reporting and analysing this problem. bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221
| * | | prepare for new versionRainer Gerhards2011-02-081-0/+2
| | | |
| * | | added pmsnare parser moduleDavid Lang2011-02-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | preparing for 5.7.3v5.7.3Rainer Gerhards2011-02-041-1/+1
| | | |
* | | | bugfix/omhdfs: directive $OMHDFSFileName rendered unusableRainer Gerhards2011-02-041-0/+4
| | | | | | | | | | | | | | | | ...due to a search and replace-induced bug ;)
* | | | preparing for 6.1.3v6.1.3Rainer Gerhards2011-02-011-1/+3
| | | |
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-02-011-1/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/imudp/imudp.c plugins/ommysql/ommysql.c
| * | | added $OMMySQLConfigFile/$OMMySQLConfigSection config directivesAriel P2011-01-311-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-01-261-1/+18
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | preparing for v5.6.3v5.6.3Rainer Gerhards2011-01-261-1/+2
| | | |
| | * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-01-261-0/+15
| | |\ \
| | | * | imfile bugfix: potential duplication of log contentRainer Gerhards2011-01-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under some circumstances an invalid truncation was detected. This code has now been removed, a file change (and thus resent) is only detected if the inode number changes.
| | | * | bugfix: imfile potentially duplicates linesRainer Gerhards2010-12-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when 0 bytes are read from the input file, and some writer appends data to the file BEFORE we check if a rollover happens. The check for rollover uses the inode and size as a criterion. So far, we checked for equality of sizes, which is not given in this scenario, but that does not indicate a rollover. From the source code comments: Note that when we check the size, we MUST NOT check for equality. The reason is that the file may have been written right after we did try to read (so the file size has increased). That is NOT in indicator of a rollover (this is an actual bug scenario we experienced). So we need to check if the new size is smaller than what we already have seen!
| * | | | enhanced imfile to support multi-line messagesDavid Lang2011-01-251-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | experimental support for monogodb addedVictor Pereira2011-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | cleanup of imptcp; doc added; config statement for workers addedRainer Gerhards2011-01-311-0/+2
| | | | |
* | | | | imptcp now supports non-cancel termination mode, a plus in stabilityRainer Gerhards2011-01-281-0/+1
| |_|_|/ |/| | |