summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: PRI was invalid on Solaris for message from local log socketCorey Smith2011-03-241-0/+1
| | | | Signed-off-by: root <root@localhost.localdomain>
* enhance: added $BOM system property to ease writing byte order masksRainer Gerhards2011-03-221-0/+1
|
* bugfix: RFC5424 parser confused by empty structured dataRainer Gerhards2011-03-221-0/+2
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237
* preparing for 5.7.9v5.7.9Rainer Gerhards2011-03-161-1/+4
|
* Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-0/+2
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-0/+2
| | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | fixed compile problem from epoll_create patchRainer Gerhards2011-03-141-1/+3
| |
* | bugfix: minor memory leak in omlibdbi (< 1k per instance and run)Rainer Gerhards2011-03-101-0/+1
| | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
* | cosmetic: added bug infoRainer Gerhards2011-03-091-0/+2
| |
* | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-091-0/+7
|\|
| * adding bugfix info to ChangLog (imported fix)Rainer Gerhards2011-03-091-0/+2
| |
| * Merge branch 'v4-stable' into tmpRainer Gerhards2011-03-091-0/+5
| |\
| | * bugfix: omlibdbi did not use password from rsyslog.conRainer Gerhards2011-03-091-0/+2
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
| | * 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
* | | added MySQL life tests for ommysqlRainer Gerhards2011-03-091-0/+2
| | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
* | | improved testbenchRainer Gerhards2011-03-091-0/+1
| | |
* | | bugfix: (regression) omhdfs did no longer compileRainer Gerhards2011-03-091-0/+3
| | |
* | | preparing for 5.7.8 releasev5.7.8Rainer Gerhards2011-03-091-1/+2
| | |
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-081-1/+21
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| * | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-081-0/+8
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
| * | backporting abort condition fix from 5.7.7Rainer Gerhards2011-03-021-1/+8
| | |
| * | cosmetic: ChangeLog looks like 5.6.4 was already released, but it is notRainer 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
* | | bugfix: discard action did not work under some circumstancesRainer Gerhards2011-03-071-0/+2
| | | | | | | | | | | | fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
* | | updated ChangLog with merged in fixRainer Gerhards2011-03-061-0/+4
| | |
* | | preparing for 5.7.7v5.7.7Rainer Gerhards2011-03-021-1/+1
| | |
* | | 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.
* | | 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
* | | 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.
* | | 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.
* | | 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>