Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -0/+4 | |
|\| | | | | | ||||||
| * | | | | | doc: update ChangeLog | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -0/+3 | |
|\| | | | | | ||||||
| * | | | | | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this clould result to segfaults on startup if parameters were missing. | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -1/+8 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | $uptime property: fix mem leak and build problems on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | |||||
* | | | | | | mmfields: add "jsonRoot" parameter | Rainer Gerhards | 2013-06-24 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | doc: add omprog improvement to ChangeLog | Rainer Gerhards | 2013-06-19 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | imrelp: support for setting permitted peers (client authentication) added | Rainer Gerhards | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | imrelp: add support for impstats | Rainer Gerhards | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-17 | 1 | -1/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | prepare for 7.4.1 releasev7.4.1 | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-15 | 1 | -0/+9 | |
|\| | | | | | ||||||
| * | | | | | imjournal: add ratelimiting capability | Rainer Gerhards | 2013-06-15 | 1 | -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 Gerhards | 2013-06-15 | 1 | -0/+1 | |
|\| | | | | | ||||||
| * | | | | | doc: mention contributed patch in ChangeLog | Rainer Gerhards | 2013-06-14 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | omrelp: add capability to directly specify GnuTLS priority string | Rainer Gerhards | 2013-06-12 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | imrelp: new parameter "compression.dhbits" | Rainer Gerhards | 2013-06-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation | |||||
* | | | | | | add BSD-specific syslog facilities | Rainer Gerhards | 2013-06-12 | 1 | -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 ChangeLog | Rainer Gerhards | 2013-06-12 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | prepare 7.5.0 releasev7.5.0 | Rainer Gerhards | 2013-06-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-10 | 1 | -0/+9 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | doc: add contributed patches to ChangeLog | Rainer Gerhards | 2013-06-10 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | bugfix imzmq3: potential segfault on startup | Hongfei Cheng | 2013-06-06 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | if no problem happend at startup, everything went fine | |||||
* | | | | | | imrelp: implement "ruleset" module parameter | Rainer Gerhards | 2013-06-10 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [io]mrelp: add TLS compression support | Rainer Gerhards | 2013-06-07 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'nextmaster' | Rainer Gerhards | 2013-06-06 | 1 | -0/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | omrelp: add "rebindInterval" parameter | Rainer Gerhards | 2013-05-14 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2013-05-13 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into nextmaster | Rainer Gerhards | 2013-05-13 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into nextmaster | Rainer Gerhards | 2013-05-08 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | | | | doc: add Axel Rau's patch to ChangeLog | Rainer Gerhards | 2013-05-06 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | prepare for 7.4.0 releasev7.4.0 | Rainer Gerhards | 2013-06-05 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | 0mq fixes; credits to Hongfei Cheng and Brian Knox | Rainer Gerhards | 2013-06-04 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | bugfix: $template statement with multiple spaces lead to invalid tpl name | Rainer Gerhards | 2013-05-27 | 1 | -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 swapped | Rainer Gerhards | 2013-05-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=450 Thanks to jokajak@gmail.com for mentioning this | |||||
* | | | | | | | | | add --enable-cached-man-pages ./configure option | Rainer Gerhards | 2013-05-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permits to build rsyslog on a system where rst2man is not installed. In that case, cached versions of the man pages are used (they were built during "make dist", so they should be current for the version in question. | |||||
* | | | | | | | | | doc: add imjournal improvement to ChangeLog | Rainer Gerhards | 2013-05-22 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | bugfix: potential hang *in debug mode* on rsyslogd termination | Rainer Gerhards | 2013-05-15 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | prepare for 7.3.15 releasev7.3.15 | Rainer Gerhards | 2013-05-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | bugfix: problem in build system (especially when cross-compiling) | Winfried | 2013-05-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445 | |||||
* | | | | | | | | | bugfix: .logsig files had tlv16 indicator bit at wrong offset | Rainer Gerhards | 2013-05-14 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | doc: add recent patches to ChangeLog | Rainer Gerhards | 2013-05-14 | 1 | -0/+2 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | bugfix: omrelp legacy config parameters set a timeout of zero | Rainer Gerhards | 2013-05-13 | 1 | -0/+2 | |
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | which lead the legacy config to be unusable. | |||||
* | | | | | | | bugfix: invalid addressing in string class (recent regression) | Rainer Gerhards | 2013-05-13 | 1 | -0/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | bugfix: segfault on startup if a disk queue was configure without file name | Rainer Gerhards | 2013-05-08 | 1 | -0/+6 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Now this triggers an error message and the queue is changed to linkedList type. | |||||
* | | | | | prepare for 7.3.14 releasev7.3.14 | Rainer Gerhards | 2013-05-06 | 1 | -1/+1 | |
| | | | | |