Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: array-based ==/!= comparisions lead to invalid results | Rainer Gerhards | 2013-10-10 | 1 | -0/+2 |
| | | | | This was a regression introduced in 7.3.5 bei the PRI optimizer | ||||
* | prepare for 7.4.4 releasev7.4.4 | Rainer Gerhards | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | doc: add some more non-mentioned fixes to ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+4 |
| | |||||
* | doc: add missing information (patches) to ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+4 |
| | |||||
* | doc: mention last json-c patch in ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+2 |
| | |||||
* | bugfix: imfile parameter "persistStateInterval" was unusable | Rainer Gerhards | 2013-09-02 | 1 | -0/+3 |
| | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug. | ||||
* | doc: add recent patch series to ChangeLog | Rainer Gerhards | 2013-09-02 | 1 | -0/+8 |
| | |||||
* | bugfix: imtcp addtlframedelimiter could not be set to zero | Rainer Gerhards | 2013-08-26 | 1 | -0/+2 |
| | | | | Thanks to Chris Norton for alerting us. | ||||
* | doc bugfix: remove no-longer existing omtemplate from developer doc | Rainer Gerhards | 2013-08-26 | 1 | -0/+6 |
| | | | | | | It was specifically mentioned as a sample for creating new plugins Thanks to Yannick Brosseau for alerting us of this problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=473 | ||||
* | bugfix: testbench tool chkseq did improperly report invalid file | Rainer Gerhards | 2013-07-19 | 1 | -0/+4 |
| | | | | | | This happened when permitted duplicate values existed in the very last lines, right before end-of-file. Thanks to Radu Gheorghe for reporting this bug. | ||||
* | doc: mention queue file size patch | Rainer Gerhards | 2013-07-19 | 1 | -1/+4 |
| | |||||
* | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2013-07-19 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'v5-stable' into tmp | Rainer Gerhards | 2013-07-19 | 1 | -0/+3 |
| |\ | |||||
| | * | doc: mention queue file size patch | Rainer Gerhards | 2013-07-19 | 1 | -0/+3 |
| | | | |||||
* | | | bugfix: $QHOUR/$HHOUR were always "00" or "01" | Rainer Gerhards | 2013-07-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | regression some time between v5 and here Thanks to forum user rjmcinty for reporting this bug | ||||
* | | | prepare for 7.4.3 releasev7.4.3 | Rainer Gerhards | 2013-07-18 | 1 | -1/+1 |
| | | | |||||
* | | | cosmetic bugfix: file name buffer was not freed on disk queue destruction | Rainer Gerhards | 2013-07-17 | 1 | -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 present | Rainer Gerhards | 2013-07-17 | 1 | -0/+1 |
| | | | |||||
* | | | bugfix: CEE/json data was lost during disk queue operation | Rainer Gerhards | 2013-07-17 | 1 | -0/+1 |
| | | | |||||
* | | | bugfix: 100% CPU utilization when DA queue became full | Andre Lorbach | 2013-07-15 | 1 | -0/+1 |
| | | | |||||
* | | | doc: mention recent build system patch | Rainer Gerhards | 2013-07-10 | 1 | -0/+2 |
| | | | |||||
* | | | bugfix: potential segfault during startup on invalid config | Rainer Gerhards | 2013-07-05 | 1 | -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 errors | Rainer Gerhards | 2013-07-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points. | ||||
* | | | doc: add CVE ID for omelasticsearch double-freev7.4.2 | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 |
| | | | |||||
* | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 |
| | | | | | | | | | | | | This means the majority of users is not affected at all. | ||||
* | | | doc: mention imported build patch for CENTOS5 | Rainer Gerhards | 2013-07-04 | 1 | -0/+1 |
| | | | |||||
* | | | prepare for 7.4.2 release | Rainer Gerhards | 2013-07-04 | 1 | -2/+6 |
| | | | |||||
* | | | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 1 | -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 segfault | Rainer Gerhards | 2013-06-27 | 1 | -0/+1 |
| | | | |||||
* | | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
* | | | 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 | ||||
* | | | 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 | ||||
* | | | 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. | ||||
* | | | $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 | ||||
* | | | prepare for 7.4.1 releasev7.4.1 | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 |
| | | | |||||
* | | | 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. | ||||
* | | | doc: mention contributed patch in ChangeLog | Rainer Gerhards | 2013-06-14 | 1 | -0/+1 |
| | | | |||||
* | | | 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 | ||||
* | | | 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 |