summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* omrelp: use transactional mode to make imrelp emit bulk sendsRainer Gerhards2013-06-291-1/+2
|
* [io]mrelp: improve error reportingRainer Gerhards2013-06-281-0/+2
|
* Merge branch 'v7-stable'Rainer Gerhards2013-06-271-0/+1
|\ | | | | | | | | Conflicts: doc/imfile.html
| * bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfaultRainer Gerhards2013-06-271-0/+1
| |
* | doc: add recent contribution to ChangeLogRainer Gerhards2013-06-271-0/+5
| |
* | require new librelp versionRainer Gerhards2013-06-261-1/+2
| |
* | bugfix: imptcp did not properly initialize compression status variableRainer Gerhards2013-06-261-0/+3
| | | | | | | | could lead to segfault if stream:always compression mode was selected
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-251-0/+1
|\|
| * bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-0/+1
| | | | | | | | | | Conflicts: ChangeLog
* | bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-0/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-251-0/+3
|\|
| * bugfix: lmsig_gt abort on invalid configuration parametersRisto Laanoja2013-06-251-0/+3
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-251-0/+4
|\|
| * doc: update ChangeLogRainer Gerhards2013-06-251-0/+2
| |
| * bugfix: potential segfault on rsyslog termination in imudpRainer Gerhards2013-06-251-0/+2
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-241-0/+3
|\|
| * bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-241-0/+3
| | | | | | | | this clould result to segfaults on startup if parameters were missing.
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-241-1/+8
|\| | | | | | | | | Conflicts: ChangeLog
| * $uptime property: fix mem leak and build problems on FreeBSDRainer Gerhards2013-06-241-0/+2
| |
| * impstats: solve build problem on FreeBSDRainer Gerhards2013-06-241-0/+5
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458
* | mmfields: add "jsonRoot" parameterRainer Gerhards2013-06-241-0/+1
| |
* | doc: add omprog improvement to ChangeLogRainer Gerhards2013-06-191-0/+1
| |
* | imrelp: support for setting permitted peers (client authentication) addedRainer Gerhards2013-06-181-0/+1
| |
* | imrelp: add support for impstatsRainer Gerhards2013-06-181-0/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-171-1/+2
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-151-0/+9
|\|
| * imjournal: add ratelimiting capabilityRainer Gerhards2013-06-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | The original imjournal code did not support ratelimiting at all. We now have our own ratelimiter. This can mitigate against journal database corruption, when the journal re-sends old data. This is a current bug in systemd journal, but we won't outrule this to happen in the future again. So it is better to have a safeguard in place. By default, we permit 20,000 messages witin 10 minutes. This may be a bit restrictive, but given the risk potential it seems reasonable. Users requiring larger traffic flows can always adjust the value.
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-151-0/+1
|\|
| * doc: mention contributed patch in ChangeLogRainer Gerhards2013-06-141-0/+1
| |
* | omrelp: add capability to directly specify GnuTLS priority stringRainer Gerhards2013-06-121-0/+5
| |
* | imrelp: new parameter "compression.dhbits"Rainer Gerhards2013-06-121-0/+3
| | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation
* | add BSD-specific syslog facilitiesRainer Gerhards2013-06-121-0/+5
| | | | | | | | | | | | * "console" * "bsd_security" - this is called "security" under BSD, but that name was unfortunately already taken by some standard facility. So I
* | doc: add new feature to ChangeLogRainer Gerhards2013-06-121-0/+3
| |
* | prepare 7.5.0 releasev7.5.0Rainer Gerhards2013-06-111-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-101-0/+9
|\| | | | | | | | | Conflicts: ChangeLog
| * doc: add contributed patches to ChangeLogRainer Gerhards2013-06-101-0/+4
| |
| * bugfix imzmq3: potential segfault on startupHongfei Cheng2013-06-061-0/+5
| | | | | | | | if no problem happend at startup, everything went fine
* | imrelp: implement "ruleset" module parameterRainer Gerhards2013-06-101-0/+1
| |
* | [io]mrelp: add TLS compression supportRainer Gerhards2013-06-071-0/+1
| |
* | Merge branch 'nextmaster'Rainer Gerhards2013-06-061-0/+6
|\ \ | |/ |/| | | | | Conflicts: ChangeLog
| * omrelp: add "rebindInterval" parameterRainer Gerhards2013-05-141-0/+1
| |
| * Merge branch 'master' into nextmasterRainer Gerhards2013-05-131-0/+2
| |\
| * \ Merge branch 'master' into nextmasterRainer Gerhards2013-05-131-0/+1
| |\ \
| * \ \ Merge branch 'master' into nextmasterRainer Gerhards2013-05-081-0/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | doc: add Axel Rau's patch to ChangeLogRainer Gerhards2013-05-061-0/+5
| | | | |
* | | | | prepare for 7.4.0 releasev7.4.0Rainer Gerhards2013-06-051-1/+2
| | | | |
* | | | | 0mq fixes; credits to Hongfei Cheng and Brian KnoxRainer Gerhards2013-06-041-0/+1
| | | | |
* | | | | bugfix: $template statement with multiple spaces lead to invalid tpl nameRainer Gerhards2013-05-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If multiple spaces were used in front of the template name, all but one of them became actually part of the template name. So $template a,"..." would be name " a", and as such "a" was not available, e.g. in *.* /var/log/file;a This is a legacy config problem. As it was unreported for many years, no backport of the fix to old versions will happen. This is a long-standing bug that was only recently reported by forum user mc-sim. Reference: http://kb.monitorware.com/post23448.html
* | | | | doc bugfix: ReadMode wrong in imfile doc, two values were swappedRainer Gerhards2013-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=450 Thanks to jokajak@gmail.com for mentioning this