summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic bugfix: file name buffer was not freed on disk queue destructionRainer Gerhards2013-07-171-0/+3
| | | | | This was an extremely small one-time per run memleak, so nothing of concern. However, it bugs under valgrind and similar memory debuggers.
* bugfix: memory leak if disk queues were used and json data presentRainer Gerhards2013-07-171-0/+1
|
* bugfix: CEE/json data was lost during disk queue operationRainer Gerhards2013-07-171-0/+1
|
* bugfix: 100% CPU utilization when DA queue became fullAndre Lorbach2013-07-151-0/+1
|
* doc: mention recent build system patchRainer Gerhards2013-07-101-0/+2
|
* bugfix: potential segfault during startup on invalid configRainer Gerhards2013-07-051-0/+3
| | | | | could happen if invalid actions were present, which could lead to improper handling in optimizer.
* bugfix: omlibdbi did not properly close connection on some errorsRainer Gerhards2013-07-051-0/+5
| | | | | This happened to errors occuring in Begin/End Transaction entry points.
* doc: add CVE ID for omelasticsearch double-freev7.4.2Rainer Gerhards2013-07-051-0/+1
|
* doc: mention that omelasticsearch bug requires custom config to be triggeredRainer Gerhards2013-07-041-0/+4
| | | | This means the majority of users is not affected at all.
* doc: mention imported build patch for CENTOS5Rainer Gerhards2013-07-041-0/+1
|
* prepare for 7.4.2 releaseRainer Gerhards2013-07-041-2/+6
|
* bugfix: double-free in omelasticsearchRainer Gerhards2013-07-021-0/+3
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report
* bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfaultRainer Gerhards2013-06-271-0/+1
|
* bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-0/+1
| | | | | Conflicts: ChangeLog
* bugfix: lmsig_gt abort on invalid configuration parametersRisto Laanoja2013-06-251-0/+3
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448
* 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
* 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.
* $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
* prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
|
* 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.
* doc: mention contributed patch in ChangeLogRainer Gerhards2013-06-141-0/+1
|
* 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
* 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
* add --enable-cached-man-pages ./configure optionRainer Gerhards2013-05-261-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 ChangeLogRainer Gerhards2013-05-221-0/+1
|
* bugfix: potential hang *in debug mode* on rsyslogd terminationRainer Gerhards2013-05-151-0/+5
|
* prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
|
* bugfix: problem in build system (especially when cross-compiling)Winfried2013-05-141-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 offsetRainer Gerhards2013-05-141-0/+1
|
* doc: add recent patches to ChangeLogRainer Gerhards2013-05-141-0/+2
|
* bugfix: omrelp legacy config parameters set a timeout of zeroRainer Gerhards2013-05-131-0/+2
| | | | which lead the legacy config to be unusable.
* bugfix: invalid addressing in string class (recent regression)Rainer Gerhards2013-05-131-0/+1
|
* bugfix: segfault on startup if a disk queue was configure without file nameRainer Gerhards2013-05-081-0/+6
| | | | | Now this triggers an error message and the queue is changed to linkedList type.
* prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-061-1/+1
|
* doc: mention important merged-in patch in ChangeLogRainer Gerhards2013-05-061-0/+3
|
* Merge branch 'v7-stable'Rainer Gerhards2013-05-061-0/+3
|\
| * bugfix: potential segfault on startup when builtin module was specified in ↵Rainer Gerhards2013-05-061-0/+3
| | | | | | | | | | | | module() statement. Thanks to Marius Tomaschewski for reporting the bug.
* | doc: mention important upported patchRainer Gerhards2013-05-031-0/+7
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-05-031-0/+9
|\|
| * bugfix: segfault due to invalid dynafile cache handlingRainer Gerhards2013-05-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | Accidently, the old-style cache size parameter was used when the dynafile cache was created in a RainerScript action. If the old-style size was lower than the one actually set, this lead to misadressing when the size was overrun, and that could lead to all kinds of "interesting things", often in segfaults. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440 Conflicts: ChangeLog
* | bugfix: some man pages were not properly installedMarius Tomaschewski2013-04-301-0/+5
| | | | | | | | either rscryutil or rsgtutil man was installed, but not both
* | prepare for 7.3.13 releaseRainer Gerhards2013-04-291-2/+6
| |
* | doc bugfix: omfile parameter "VeryRobustZip" was documentas as "VeryReliableZip"Rainer Gerhards2013-04-261-0/+8
| | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this.
* | prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-261-1/+1
| |