Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
| | | | | | | | | ||||||
* | | | | | | | | doc/omfwd: mention this is v7+ config | Rainer Gerhards | 2013-09-30 | 1 | -0/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | doc: add useful external reference | Rainer Gerhards | 2013-09-28 | 1 | -0/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | doc: better document & hyperlink action queue parameters | Rainer Gerhards | 2013-09-27 | 2 | -3/+30 | |
| | | | | | | | | ||||||
* | | | | | | | | document "call" RainerScript statement | Rainer Gerhards | 2013-09-27 | 4 | -1/+67 | |
| | | | | | | | | ||||||
* | | | | | | | | doc: add recently added omfile module parameters | Rainer Gerhards | 2013-09-26 | 2 | -2/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | omfile: add "direcreatemode" and "filecreatemode" module parameters | Rainer Gerhards | 2013-09-26 | 1 | -2/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-26 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac: correctly handle empty structured data | Rainer Gerhards | 2013-09-26 | 2 | -3/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-26 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c | |||||
| * | | | | | | | doc: mention contributed bugfix | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | bugfix: omprog blocked signals to executed process | Risto Vaarandi | 2013-09-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-26 | 12 | -153/+663 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h | |||||
| * | | | | | | | mmrfc5424addhmac: complete initial implementation | Rainer Gerhards | 2013-09-25 | 3 | -6/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hash is now also persisted back to structured-data rsyslog property | |||||
| * | | | | | | | simplify STRUCTURED-DATA representation in msg object | Rainer Gerhards | 2013-09-25 | 2 | -19/+23 | |
| | | | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac milestone: detect if "our" SD-ID is already present | Rainer Gerhards | 2013-09-24 | 1 | -8/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and stop processing in this case (as required) | |||||
| * | | | | | | | mmpstrucdata: add structured data in explicit subtree | Rainer Gerhards | 2013-09-24 | 1 | -2/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | milestone: mmpstrucdata persists to json tree | Rainer Gerhards | 2013-09-23 | 1 | -19/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but not yet to a specific subtree | |||||
| * | | | | | | | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it) | Rainer Gerhards | 2013-09-23 | 6 | -0/+429 | |
| | | | | | | | | ||||||
| * | | | | | | | expose so-far msg-internal method to query structured data | Rainer Gerhards | 2013-09-23 | 3 | -22/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also lead to a slight performance optimization in the msg.c module (when it comes to querying structured data). This is stage work in order to provide the capability to fully parse structured data. | |||||
| * | | | | | | | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 4 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac milestone: do not process non-rfc5424 messages | Rainer Gerhards | 2013-09-23 | 3 | -11/+22 | |
| | | | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac milestone: add capability to configure digest to use | Rainer Gerhards | 2013-09-23 | 1 | -2/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac milestone: actual hash function integrated | Rainer Gerhards | 2013-09-23 | 1 | -111/+36 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-26 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | remove no-longer needed data item | Rainer Gerhards | 2013-09-25 | 1 | -1/+0 | |
| | | | | | | | |