Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: invalid property filter was not properly disabled in ruleset | Rainer Gerhards | 2013-10-18 | 1 | -0/+6 |
| | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version. | ||||
* | doc: add last bugfix to ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | |||||
* | bugfix: segfault if re_extract() function was used and no match found | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | |||||
* | bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 |
| | |||||
* | bugfix: omelasticsearch: did not correctly initialize stats counters | Rainer Gerhards | 2013-10-16 | 1 | -1/+7 |
| | | | | | | | | This usually did not lead to any problems, because they are in static memory, which is initialized to zero by the OS when the plugin is loaded. But it may cause problems especially on systems that do not support atomic instructions - in this case the associated mutexes also did not get properly initialized. | ||||
* | omelasticsearch: add failed.httprequests stats counter | Rainer Gerhards | 2013-10-16 | 1 | -0/+2 |
| | |||||
* | require libestr 0.1.8, as there are bugs in previous versions that affect us | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | bugfix: mmanon did not detect all IP addresses in rewrite mode | Rainer Gerhards | 2013-10-14 | 1 | -1/+6 |
| | | | | | | | The problem occured if two IPs were close to each other and the first one was shrunk. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=485 Thanks to micah-at-riseup.net for reporting this bug | ||||
* | bugfix: mmanon sometimes used invalid replacement char in simple mode | Rainer Gerhards | 2013-10-14 | 1 | -0/+6 |
| | | | | | | | | depending on configuration sequence, the replacement character was set to 's' instead of the correct value. Most importantly, it was set to 's' if simple mode was selected and no replacement char set. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=484 Thanks to micah-at-riseup.net for reporting this bug | ||||
* | bugfix: memory leak in mmnormalize | Rainer Gerhards | 2013-10-10 | 1 | -0/+1 |
| | |||||
* | require libestr 0.1.7 | Rainer Gerhards | 2013-10-10 | 1 | -0/+2 |
| | |||||
* | nit: re-order ChangeLog entries | Rainer Gerhards | 2013-10-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v7-4-4-ak' into v7-stable | Rainer Gerhards | 2013-10-10 | 1 | -0/+2 |
|\ | |||||
| * | 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 | ||||
* | | mmanon: removed the check for specific "terminator characters" after last octet | Rainer Gerhards | 2013-10-04 | 1 | -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 address | Rainer Gerhards | 2013-09-30 | 1 | -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 | ||||
* | | doc: mention contributed bugfix | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 |
| | | |||||
* | | bugfix: imfile "facility" input parameter improperly handled | Rainer Gerhards | 2013-09-18 | 1 | -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: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelled | Rainer Gerhards | 2013-09-16 | 1 | -0/+3 |
| | | | | | | | | Thanks to David Lang for alerting us | ||||
* | | bugfix: small memory leak in imfile when $ResetConfigVariables was used | Grégory Nuyttens | 2013-09-13 | 1 | -0/+2 |
| | | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix | ||||
* | | bugfix: segfault on startup if TCP TLS was used but no cert or key set | Rainer Gerhards | 2013-09-13 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-stable-tlsfix | Rainer Gerhards | 2013-09-13 | 1 | -1/+450 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | ||||
| * | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled | Rainer Gerhards | 2013-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h | ||||
| * | | bugfix: some more build problems with newer json-c versions | Rainer Gerhards | 2013-09-04 | 1 | -0/+4 |
| |/ | | | | | | | Thanks to Michael Biebl for mentioning the problem. | ||||
| * | 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 |
| | | | |