Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imptcp: support for Linux-Type ratelimiting added | Rainer Gerhards | 2012-10-15 | 5 | -15/+22 |
| | |||||
* | ratelimit: added linux-like ratelimiter type | Rainer Gerhards | 2012-10-15 | 9 | -110/+143 |
| | |||||
* | ratelimit: respect $repeatedmsgreduction setting | Rainer Gerhards | 2012-10-15 | 2 | -26/+49 |
| | |||||
* | milestone: convert imuxsock to ratelimitAddMsg() interface | Rainer Gerhards | 2012-10-15 | 2 | -33/+6 |
| | |||||
* | Merge branch 'master' into master-ratelimit | Rainer Gerhards | 2012-10-15 | 15 | -24/+117 |
|\ | | | | | | | | | | | Conflicts: ChangeLog doc/v7compatibility.html | ||||
| * | doc: update ChangeLog with CEE cookie change | Rainer Gerhards | 2012-10-11 | 1 | -0/+8 |
| | | | | | | | | | | this is important for interop, so make sure each affected version correctly lists it. | ||||
| * | Merge branch 'beta' | Rainer Gerhards | 2012-10-11 | 3 | -3/+26 |
| |\ | |||||
| | * | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-11 | 1 | -0/+12 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: plugins/mmjsonparse/mmjsonparse.c | ||||
| | | * | change lumberjack cookie to "@cee" from "@cee " | Rainer Gerhards | 2012-10-11 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CEE originally specified the cookie with SP, whereas other lumberjack tools used it without space. In order to keep interop with lumberjack, we now use the cookie without space as well. I hope this can be changed in CEE as well when it is released at a later time. Thanks to Miloslav Trmač for pointing this out and a similiar v7 patch. | ||||
| | * | | Don't require the trailing space in @cee: cookie | Miloslav Trmač | 2012-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The only mention of @cee: in the Lumberjack pages, https://fedorahosted.org/lumberjack/wiki/FieldList doesn't have a space, and libumberlog does not in fact generate one. | ||||
| | * | | doc: add last patch to ChangeLog | Rainer Gerhards | 2012-10-11 | 1 | -0/+2 |
| | | | | |||||
| | * | | Fix crash when date properties are used without a template | Miloslav Trmač | 2012-10-11 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. in > set $!time = $timereported; > set $!time_rcvd = $timegenerated; pTpe is set to NULL by the caller. (Is "default" the correct format to use?) Signed-off-by: Miloslav Trmač <mitr@redhat.com> | ||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2012-10-11 | 9 | -8/+49 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | | add deprecated note to discard action | Rainer Gerhards | 2012-10-11 | 3 | -1/+25 |
| | | | | |||||
| | * | | added deprecated note to omruleset | Rainer Gerhards | 2012-10-11 | 3 | -0/+10 |
| | | | | |||||
| | * | | make omruleset non-default in ./configure | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | as this module's functionality has been superseeded by the "call" statement. Thanks to Michael Biebl for alerting me on the still-old default. | ||||
| | * | | preparing for 7.1.10 releasev7.1.10 | Rainer Gerhards | 2012-10-11 | 2 | -2/+2 |
| | | | | |||||
| | * | | fix regression introduced by last commit | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | action object was created twice, resulting in memleak | ||||
| | * | | bugfixes in regards to action() | Rainer Gerhards | 2012-10-11 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | - bugfix: small memory leak when processing action() statements - bugfix: unknown action() parameters were not reported | ||||
| | * | | bugfix: some config processing warning messages were treated as errors | Rainer Gerhards | 2012-10-11 | 2 | -2/+7 |
| | | | | |||||
| | * | | cosmetic: simplify | Rainer Gerhards | 2012-10-11 | 1 | -3/+1 |
| | | | | |||||
| | * | | fix double-free | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| |\| | | |||||
| | * | | add missing prototype | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| | | | | |||||
| | * | | remove some assert()'s - valgrind does a better job... | Rainer Gerhards | 2012-10-11 | 1 | -4/+0 |
| | | | | |||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2012-10-11 | 1 | -0/+5 |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | mention recent changes in ChangeLog | Rainer Gerhards | 2012-10-11 | 1 | -1/+6 |
| | | | | |||||
| | * | | fix small memory leak when template is specified in omfile | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| | | | | |||||
| | * | | fix small memory leak with string-type templates | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'v6-devel' | Rainer Gerhards | 2012-10-11 | 3 | -7/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: template.c | ||||
| | * | | | remove some assert()'s - valgrind does a better job... | Rainer Gerhards | 2012-10-11 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | fix small memory leak with string-type templates | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | fix small memory leak when template is specified in omfile | Rainer Gerhards | 2012-10-11 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | re-enabled commented-out serialization support in debug handler | Rainer Gerhards | 2012-10-11 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Merge branch 'v6-stable' into v6-devel | Rainer Gerhards | 2012-10-04 | 5 | -29/+2 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'v6-stable' into v6-devel | Rainer Gerhards | 2012-10-04 | 4 | -0/+32 |
| | |\ \ \ | |||||
| * | \ \ \ | Merge branch 'beta' | Rainer Gerhards | 2012-10-10 | 3 | -5/+24 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | | | | cosmetic cleanup | Rainer Gerhards | 2012-10-09 | 1 | -3/+1 |
| | | | | | | |||||
| | * | | | | prepare for 7.1.9 releasev7.1.9 | Rainer Gerhards | 2012-10-09 | 3 | -4/+4 |
| | | | | | | |||||
| | * | | | | bugfix: in (non)equal comparisons the position of arrays influenced result | Rainer Gerhards | 2012-10-09 | 2 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This behaviour is OK for "contains"-type of comparisons (which have quite different semantics), but not for == and <>, which shall be commutative. This has been fixed now, so there is no difference any longer if the constant string array is the left or right hand operand. We solved this via the optimizer, as it keeps the actual script execution code small. | ||||
* | | | | | | imfile: converted to new ratelimit interface | Rainer Gerhards | 2012-10-15 | 1 | -15/+7 |
| | | | | | | |||||
* | | | | | | ratelimit: imtcp (and gssapi) converted to new interface | Rainer Gerhards | 2012-10-15 | 4 | -17/+10 |
| | | | | | | |||||
* | | | | | | imudp: add input batching & ratelimiter interface | Rainer Gerhards | 2012-10-15 | 5 | -6/+17 |
| | | | | | | |||||
* | | | | | | ratelimiter: enable thread-safe mode & (related) API changes | Rainer Gerhards | 2012-10-15 | 9 | -105/+101 |
| | | | | | | |||||
* | | | | | | Change debug output defaults to match current needs | Rainer Gerhards | 2012-10-15 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | indicate no original code left in imudp | Rainer Gerhards | 2012-10-15 | 1 | -2/+0 |
| | | | | | | |||||
* | | | | | | interface cleanup (probably not final) | Rainer Gerhards | 2012-10-15 | 10 | -25/+24 |
| | | | | | | |||||
* | | | | | | milestone: ratelimiter used in imptcp | Rainer Gerhards | 2012-10-15 | 6 | -26/+111 |
| | | | | | | |||||
* | | | | | | milestone: experimental rate limiter used in imuxsock | Rainer Gerhards | 2012-10-12 | 5 | -1/+169 |
| | | | | | | |||||
* | | | | | | new ratelimit: interface plumbing added | Rainer Gerhards | 2012-10-09 | 14 | -20/+127 |
|/ / / / / | | | | | | | | | | | | | | | | no actual implementation yet done |