Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | bugfix: mmanon did not detect all IP addresses in rewrite mode | Rainer Gerhards | 2013-10-14 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+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 | |||||
* | | | Merge branch 'master-lookup' | Rainer Gerhards | 2013-10-13 | 13 | -3/+507 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h | |||||
| * | | | reload lookup tables on HUP | Rainer Gerhards | 2013-07-16 | 3 | -2/+54 | |
| | | | | ||||||
| * | | | add base plumbing for (later) dynamic table reload | Rainer Gerhards | 2013-07-16 | 3 | -11/+23 | |
| | | | | | | | | | | | | | | | | | | | | among others, we change some internal interfaces. So far, we only add the necessary locks. More work in later commits. | |||||
| * | | | milestone: basic lookup() functionality is present | Rainer Gerhards | 2013-07-10 | 4 | -9/+106 | |
| | | | | | | | | | | | | | | | | done the naive way, string indzes only | |||||
| * | | | doc: copy&paste error fix | Rainer Gerhards | 2013-07-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | milestone: completed string lookup table load (naive version) | Rainer Gerhards | 2013-07-10 | 3 | -1/+60 | |
| | | | | ||||||
| * | | | milestone: read in lookup table file & json parse it | Rainer Gerhards | 2013-07-09 | 2 | -0/+78 | |
| | | | | ||||||
| * | | | milestone: lookup table ready for actual load (but load not yet done) | Rainer Gerhards | 2013-07-09 | 6 | -9/+60 | |
| | | | | ||||||
| * | | | Merge branch 'master' into master-lookup | Rainer Gerhards | 2013-07-09 | 5 | -61/+93 | |
| |\ \ \ | ||||||
| * | | | | milestone: add lookup_table stmt to RainerScript | Rainer Gerhards | 2013-07-09 | 6 | -5/+50 | |
| | | | | | | | | | | | | | | | | | | | | ... but still does nothing execpt calling the handler. | |||||
| * | | | | add lookup table sekeleton to build system | Rainer Gerhards | 2013-07-05 | 4 | -0/+111 | |
| | | | | | ||||||
* | | | | | doc: describe new imptcp input parameter | Rainer Gerhards | 2013-10-12 | 2 | -1/+12 | |
| | | | | | ||||||
* | | | | | doc: mention new feature in ChangeLog (after import from custom branch) | Rainer Gerhards | 2013-10-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'c9' | Rainer Gerhards | 2013-10-11 | 1 | -0/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c | |||||
| * | | | | | imptcp: add "defaultTZ" input parameter | Rainer Gerhards | 2013-10-11 | 1 | -1/+11 | |
| | | | | | | ||||||
* | | | | | | imudp: reduce resource usage | Rainer Gerhards | 2013-10-11 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | we utilize the imudp main thread to act as a worker itself | |||||
* | | | | | | doc: add link to statistic counter description | Rainer Gerhards | 2013-10-11 | 1 | -0/+7 | |
| | | | | | | ||||||
* | | | | | | doc: describe new "thread" imudp module parameter | Rainer Gerhards | 2013-10-11 | 1 | -0/+9 | |
| | | | | | | ||||||
* | | | | | | imudp: support for multiple receiver threads added | Rainer Gerhards | 2013-10-11 | 2 | -21/+105 | |
| | | | | | | ||||||
* | | | | | | bugfix: mmutf8fix did not properly handle invalid UTF-8 at END of message | Rainer Gerhards | 2013-10-10 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+2 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | bugfix: memory leak in mmnormalize | Rainer Gerhards | 2013-10-10 | 2 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-10 | 3 | -4/+9 | |
|\| | | | | | ||||||
| * | | | | | require libestr 0.1.7 | Rainer Gerhards | 2013-10-10 | 2 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | 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 | 2 | -3/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | bugfix: array-based ==/!= comparisions lead to invalid results | Rainer Gerhards | 2013-10-10 | 2 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regression introduced in 7.3.5 bei the PRI optimizer | |||||
* | | | | | | | doc: clarify imudp "timeRequery" and "batchSize" interrelationship | Rainer Gerhards | 2013-10-10 | 1 | -1/+11 | |
| | | | | | | | ||||||
* | | | | | | | doc: add minimum version requirements | Rainer Gerhards | 2013-10-10 | 1 | -7/+7 | |
| | | | | | | | ||||||
* | | | | | | | maintain ChangeLog | Rainer Gerhards | 2013-10-09 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'c9' | Rainer Gerhards | 2013-10-09 | 2 | -0/+21 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imudp/imudp.c | |||||
| * | | | | | | imudp: add "defaultTZ" input config parameter | Rainer Gerhards | 2013-10-09 | 2 | -0/+21 | |
| | | | | | | | ||||||
| * | | | | | | set custom branch version | Rainer Gerhards | 2013-09-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | impstats: implement parameter "resetCounters" | Rainer Gerhards | 2013-09-09 | 4 | -19/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details). Conflicts: plugins/impstats/impstats.c | |||||
| * | | | | | | impstats: reset stats counters no matter if CEE or regular mode is used | Rainer Gerhards | 2013-09-09 | 1 | -3/+17 | |
| | | | | | | | ||||||
| * | | | | | | experimental: make impstats return delta values where possible | Rainer Gerhards | 2013-09-09 | 9 | -22/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/impstats/impstats.c plugins/imptcp/imptcp.c | |||||
| * | | | | | | Merge branch 'v7-stable' into c9 | Rainer Gerhards | 2013-09-09 | 20 | -31/+66 | |
| |\ \ \ \ \ \ | ||||||
* | | | | | | | | preparing for 7.5.4v7.5.4 | Rainer Gerhards | 2013-10-07 | 3 | -3/+9 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-07 | 13 | -4/+75 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/debug.html | |||||
| * | | | | | | | doc: link from doc to relevant places on the web | Florian Riedl | 2013-10-07 | 13 | -5/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the idea is to increase usability by directly linking to additional information, scenarios etc... | |||||
* | | | | | | | | add doc for mmpstrucdata | Rainer Gerhards | 2013-10-04 | 3 | -0/+62 | |
| | | | | | | | | ||||||
* | | | | | | | | change main/ruleset queue defaults to be more enterprise-like | Rainer Gerhards | 2013-10-04 | 3 | -9/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -9/+10 | |
|\| | | | | | | | ||||||
| * | | | | | | | mmanon: removed the check for specific "terminator characters" after last octet | Rainer Gerhards | 2013-10-04 | 3 | -12/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -15/+50 | |
| | | | | | | | | ||||||
* | | | | | | | | nit: remove already done TODO comment | Rainer Gerhards | 2013-09-30 | 1 | -3/+0 | |
| | | | | | | | |