summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* imptcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-151-1/+11
|
* ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-154-97/+24
|
* milestone: convert imuxsock to ratelimitAddMsg() interfaceRainer Gerhards2012-10-151-30/+1
|
* Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-152-1/+7
|\ | | | | | | | | | | Conflicts: ChangeLog doc/v7compatibility.html
| * Merge branch 'beta'Rainer Gerhards2012-10-111-1/+1
| |\
| | * Don't require the trailing space in @cee: cookieMiloslav Trmač2012-10-111-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.
| * | Merge branch 'beta'Rainer Gerhards2012-10-111-0/+6
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * added deprecated note to omrulesetRainer Gerhards2012-10-111-0/+6
| | |
* | | imfile: converted to new ratelimit interfaceRainer Gerhards2012-10-151-15/+7
| | |
* | | ratelimit: imtcp (and gssapi) converted to new interfaceRainer Gerhards2012-10-151-4/+3
| | |
* | | imudp: add input batching & ratelimiter interfaceRainer Gerhards2012-10-152-6/+12
| | |
* | | ratelimiter: enable thread-safe mode & (related) API changesRainer Gerhards2012-10-154-9/+12
| | |
* | | indicate no original code left in imudpRainer Gerhards2012-10-151-2/+0
| | |
* | | interface cleanup (probably not final)Rainer Gerhards2012-10-156-7/+6
| | |
* | | milestone: ratelimiter used in imptcpRainer Gerhards2012-10-152-12/+12
| | |
* | | milestone: experimental rate limiter used in imuxsockRainer Gerhards2012-10-121-1/+13
| | |
* | | new ratelimit: interface plumbing addedRainer Gerhards2012-10-097-10/+10
|/ / | | | | | | no actual implementation yet done
* | Merge branch 'beta'Rainer Gerhards2012-10-042-6/+0
|\|
| * re-delete cust1.c plugin dummy fileRainer Gerhards2012-10-041-0/+0
| | | | | | | | This is no longer needed.
| * Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-6/+0
| |\ | | | | | | | | | | | | Conflicts: plugins/cust1/Makefile.am
| | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-041-6/+0
| | |\
| | | * remove cust1 dummy plugin from build systemRainer Gerhards2012-10-041-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for identifying this as the culprit for several build-related issues. The plugin is a placeholder, and was not used for quite some while. It is definitely not worth the effort to keep it along. If needed, can be quickly created.
* | | | omlibdbi improvementsRainer Gerhards2012-10-041-26/+125
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support for config load phases & module() parameters * support for default templates * driverdirectory is now cleanly a global parameter, but can no longer be specified as an action paramter. Note that in previous versions this parameter was ignored in all but the first action definition NOTE: more solid testing is needed for these changes. We spare this, as the module is scheduled for more work. This commit is more or less staging work.
* | | get rid of compiler warningRainer Gerhards2012-10-021-4/+0
| | |
* | | cleanupRainer Gerhards2012-10-021-3/+0
| | |
* | | mmjsonparse: also add MSG part of message if CEE-parsing failsRainer Gerhards2012-10-021-10/+10
| | | | | | | | | | | | | | | | | | | | | In that case, the CEE/lumberjack spec says MSG is NON-CEE and must be treated accordingly. This means no JSON parsing happens. The case is equal to missing CEE cookie. Also adapted module to new interfaces provided by msg object.
* | | Change mmjsonparse so non-json messages doesn't get lost from ceelogMilan Bartos2012-10-021-0/+9
| | | | | | | | | | | | modified: mmjsonparse.c
* | | implement imtcp "permittedPeers" module-global parameterRainer Gerhards2012-10-011-4/+20
| | |
* | | implement string arrays for config objectsRainer Gerhards2012-10-011-18/+35
| | | | | | | | | | | | | | | as a tester, imudp now supports binding to multiple options based on a string array
* | | somewhat better debug outputRainer Gerhards2012-09-282-2/+6
| | |
* | | Merge branch 'v6-devel'Rainer Gerhards2012-09-283-46/+205
|\ \ \
| * | | imtcp: implement support for module() parametersRainer Gerhards2012-09-281-38/+135
| | | |
| * | | imptcp: implement support for module() parametersRainer Gerhards2012-09-271-7/+70
| | | |
| * | | fix whitespace issueRainer Gerhards2012-09-271-1/+0
| | | |
* | | | Merge branch 'v6-devel'Rainer Gerhards2012-09-276-207/+908
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c grammar/grammar.y runtime/modules.h runtime/rsconf.c
| * | | bugfix: config errors did not always cause statement to failRainer Gerhards2012-09-271-7/+2
| | | | | | | | | | | | | | | | This could lead to startup with invalid parameters.
| * | | imfile: implement support for module parameters via module() stmtRainer Gerhards2012-09-271-9/+77
| | | |
| * | | yet another nitfix...Rainer Gerhards2012-09-271-1/+1
| | | |
| * | | nitfixRainer Gerhards2012-09-271-2/+2
| | | |
| * | | imfile: implement support for input()Rainer Gerhards2012-09-271-3/+78
| | | |
| * | | milestone: port imfile to v6 config systemRainer Gerhards2012-09-262-149/+279
| | | |
| * | | imrelp: implement support for input()Rainer Gerhards2012-09-261-10/+76
| | | |
| * | | imudp: implement support for input()Rainer Gerhards2012-09-262-9/+84
| | | |
| * | | imptcp: implement support for input()Rainer Gerhards2012-09-262-15/+119
| | | |
| * | | imtcp: implement support for input()Rainer Gerhards2012-09-261-10/+89
| | | |
| * | | Implement input() support in imuxsockRainer Gerhards2012-09-261-10/+119
| | | |
| * | | Merge branch 'v6-stable' into v6-devel-inputRainer Gerhards2012-09-261-0/+7
| |\| |
* | | | Merge branch 'v6-devel'Rainer Gerhards2012-09-261-0/+7
|\ \ \ \
| * \ \ \ Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-261-0/+7
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-09-261-0/+7
| | |\| | | | | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c