summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* imudp: support for multiple receiver threads addedRainer Gerhards2013-10-111-0/+1
|
* bugfix: mmutf8fix did not properly handle invalid UTF-8 at END of messageRainer Gerhards2013-10-101-0/+3
| | | | | if the very last character sequence was too long, this was not detected Thanks to Risto Vaarandi for reporting this problem.
* doc: mention important imported bugfix in ChangeLogRainer Gerhards2013-10-101-0/+1
|
* Merge branch 'v7-stable'Rainer Gerhards2013-10-101-0/+1
|\
| * bugfix: memory leak in mmnormalizeRainer Gerhards2013-10-101-0/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-101-0/+4
|\|
| * require libestr 0.1.7Rainer Gerhards2013-10-101-0/+2
| |
| * nit: re-order ChangeLog entriesRainer Gerhards2013-10-101-2/+2
| |
| * Merge branch 'v7-4-4-ak' into v7-stableRainer Gerhards2013-10-101-0/+2
| |\
| | * bugfix: array-based ==/!= comparisions lead to invalid resultsRainer Gerhards2013-10-101-0/+2
| | | | | | | | | | | | This was a regression introduced in 7.3.5 bei the PRI optimizer
* | | maintain ChangeLogRainer Gerhards2013-10-091-0/+3
| | |
* | | preparing for 7.5.4v7.5.4Rainer Gerhards2013-10-071-1/+7
| | |
* | | change main/ruleset queue defaults to be more enterprise-likeRainer Gerhards2013-10-041-0/+5
| | | | | | | | | | | | | | | | | | | | | new defaults are queue.size 100,000 max workers 2, worker activation after 40,000 msgs are queued, batch size 256. These settings are much more useful for enterprises and will not hurt low-end systems that much. This is part of our re-focus on enterprise needs.
* | | Merge branch 'v7-stable'Rainer Gerhards2013-10-041-0/+8
|\| |
| * | mmanon: removed the check for specific "terminator characters" after last octetRainer Gerhards2013-10-041-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | As it turned out, this didn't work in practice as there was an enormous set of potential terminator chars -- so removing them was the best thing to do. Note that this may change behaviour of existing installations. Yet, we still consider this an important bugfix, that should be applied to the stable branch.
| * | mmanon: added "]" to set of acceptable chars after an IPv4 addressRainer Gerhards2013-09-301-0/+4
| | | | | | | | | | | | | | | | | | This is used in Exim and Postfix ... and probably a bunch of other tools closes: http://bugzilla.adiscon.com/show_bug.cgi?id=477 Thanks to Muri Cicanor for requesting the addition
* | | omfwd: new action parameter "maxErrorMessages" addedRainer Gerhards2013-09-301-0/+1
| | |
* | | doc: add recently added omfile module parametersRainer Gerhards2013-09-261-0/+3
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-261-0/+4
|\| | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c
| * | doc: mention contributed bugfixRainer Gerhards2013-09-261-0/+4
| | |
* | | mmutf8fix: new module to fix invalid UTF-8 sequencesRainer Gerhards2013-09-201-0/+1
| | |
* | | imuxsock: handle unlimited number of additional listen socketsRainer Gerhards2013-09-181-0/+3
| | | | | | | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored.
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-181-0/+4
|\| |
| * | bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-181-0/+4
| | | | | | | | | | | | | | | | | | caused facility not to be set, and severity to be overwritten with the facility value. Thanks to forum user dmunny for reporting this bug.
* | | bugfix: omfwd parameter streamdrivermmode was not properly handledRainer Gerhards2013-09-171-0/+3
| | | | | | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode
* | | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-171-0/+2
| | | | | | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-161-0/+3
|\| |
| * | bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelledRainer Gerhards2013-09-161-0/+3
| | | | | | | | | | | | Thanks to David Lang for alerting us
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-0/+2
|\| |
| * | bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-131-0/+2
| | | | | | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-0/+2
|\| | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | bugfix: segfault on startup if TCP TLS was used but no cert or key setRainer Gerhards2013-09-131-0/+1
| | |
| * | Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-131-1/+450
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | bugfix: segfault on startup if TLS was used but no CA cert setRainer Gerhards2013-09-131-0/+1
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-121-0/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c runtime/cryprov.h
| * | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h
* | | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-121-0/+4
| | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem
* | | | preparing for 7.5.3 releasev7.5.3Rainer Gerhards2013-09-111-1/+1
| | | |
* | | | doc: clarify global/local variablesRainer Gerhards2013-09-101-0/+1
| | | |
* | | | doc: add reference to relevant blog posting (imfile "escapeLF" param)Rainer Gerhards2013-09-101-0/+1
| | | |
* | | | imfile: support LF escaping in read mode 2Rainer Gerhards2013-09-101-0/+13
| | | |
* | | | doc: add new impstats feature to ChangeLogRainer Gerhards2013-09-091-0/+2
| | | |
* | | | imudp: use inputname for statistics, if configuredRainer Gerhards2013-09-051-0/+1
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-0/+4
| | |/ | |/| | | | | | | Thanks to Michael Biebl for mentioning the problem.
| * | prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-031-1/+1
| | |
* | | doc: mention imported patches in ChangeLogRainer Gerhards2013-09-031-0/+1
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-0/+8
|\| |
| * | doc: add some more non-mentioned fixes to ChangeLogRainer Gerhards2013-09-031-0/+4
| | |
| * | doc: add missing information (patches) to ChangeLogRainer Gerhards2013-09-031-0/+4
| | |