Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: document impstats ruleset parameter | Rainer Gerhards | 2013-10-20 | 1 | -0/+1 |
| | |||||
* | bugfix: imudp when using recvmmsg could report wrong sender IP | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | |||||
* | bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵ | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | | | | available | ||||
* | fix cosmetic memleak when property filter is disabled | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+7 |
|\ | | | | | | | | | Conflicts: runtime/conf.c | ||||
| * | 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: mention bugfix in ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
|\| | |||||
| * | doc: add last bugfix to ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | bugfix: omelasticsearch did not compile on platforms without atomic instructions | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | | |||||
* | | doc: mention imported bugfix | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: segfault if re_extract() function was used and no match found | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -0/+8 |
|\| | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c | ||||
| * | 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 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
|\| | |||||
| * | require libestr 0.1.8, as there are bugs in previous versions that affect us | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
| | | |||||
* | | nit: fixing 7.5.5 release datev7.5.5 | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
| | | |||||
* | | bugfix: imfile did not properly initialize strm object ptr | Rainer Gerhards | 2013-10-15 | 1 | -1/+25 |
| | | | | | | | | | | | | This did not cause any real issue, as with the current config system the zerod-out static memory actually was initialized. However, this posed problems after we moved to dynamic memory alloc. | ||||
* | | imfile: permit to monitor an unlimited number of files | Rainer Gerhards | 2013-10-14 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-14 | 1 | -0/+11 |
|\| | |||||
| * | 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 | ||||
* | | doc: mention new feature in ChangeLog (after import from custom branch) | Rainer Gerhards | 2013-10-11 | 1 | -0/+1 |
| | | |||||
* | | imudp: support for multiple receiver threads added | Rainer Gerhards | 2013-10-11 | 1 | -0/+1 |
| | | |||||
* | | bugfix: mmutf8fix did not properly handle invalid UTF-8 at END of message | Rainer Gerhards | 2013-10-10 | 1 | -0/+3 |
| | | | | | | | | | | if the very last character sequence was too long, this was not detected Thanks to Risto Vaarandi for reporting this problem. | ||||
* | | doc: mention important imported bugfix in ChangeLog | Rainer Gerhards | 2013-10-10 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-10 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: memory leak in mmnormalize | Rainer Gerhards | 2013-10-10 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-10 | 1 | -0/+4 |
|\| | |||||
| * | 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 | ||||
* | | | maintain ChangeLog | Rainer Gerhards | 2013-10-09 | 1 | -0/+3 |
| | | | |||||
* | | | preparing for 7.5.4v7.5.4 | Rainer Gerhards | 2013-10-07 | 1 | -1/+7 |
| | | | |||||
* | | | change main/ruleset queue defaults to be more enterprise-like | Rainer Gerhards | 2013-10-04 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | new defaults are queue.size 100,000 max workers 2, worker activation after 40,000 msgs are queued, batch size 256. These settings are much more useful for enterprises and will not hurt low-end systems that much. This is part of our re-focus on enterprise needs. | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-04 | 1 | -0/+8 |
|\| | | |||||
| * | | 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 | ||||
* | | | omfwd: new action parameter "maxErrorMessages" added | Rainer Gerhards | 2013-09-30 | 1 | -0/+1 |
| | | | |||||
* | | | doc: add recently added omfile module parameters | Rainer Gerhards | 2013-09-26 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 |
|\| | | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c | ||||
| * | | doc: mention contributed bugfix | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 |
| | | | |||||
* | | | mmutf8fix: new module to fix invalid UTF-8 sequences | Rainer Gerhards | 2013-09-20 | 1 | -0/+1 |
| | | | |||||
* | | | imuxsock: handle unlimited number of additional listen sockets | Rainer Gerhards | 2013-09-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored. | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-18 | 1 | -0/+4 |
|\| | |