summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'v7-4-4-ak' into v7-stableRainer Gerhards2013-10-102-3/+6
| |\ \ \ \ \
| | * | | | | bugfix: array-based ==/!= comparisions lead to invalid resultsRainer Gerhards2013-10-102-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regression introduced in 7.3.5 bei the PRI optimizer
* | | | | | | doc: clarify imudp "timeRequery" and "batchSize" interrelationshipRainer Gerhards2013-10-101-1/+11
| | | | | | |
* | | | | | | doc: add minimum version requirementsRainer Gerhards2013-10-101-7/+7
| | | | | | |
* | | | | | | maintain ChangeLogRainer Gerhards2013-10-091-0/+3
| | | | | | |
* | | | | | | Merge branch 'c9'Rainer Gerhards2013-10-092-0/+21
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imudp/imudp.c
| * | | | | | imudp: add "defaultTZ" input config parameterRainer Gerhards2013-10-092-0/+21
| | | | | | |
| * | | | | | set custom branch versionRainer Gerhards2013-09-091-1/+1
| | | | | | |
| * | | | | | impstats: implement parameter "resetCounters"Rainer Gerhards2013-09-094-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 usedRainer Gerhards2013-09-091-3/+17
| | | | | | |
| * | | | | | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-099-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/impstats/impstats.c plugins/imptcp/imptcp.c
| * | | | | | Merge branch 'v7-stable' into c9Rainer Gerhards2013-09-0920-31/+66
| |\ \ \ \ \ \
* | | | | | | | preparing for 7.5.4v7.5.4Rainer Gerhards2013-10-073-3/+9
| | | | | | | |
* | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-0713-4/+75
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/debug.html
| * | | | | | | doc: link from doc to relevant places on the webFlorian Riedl2013-10-0713-5/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the idea is to increase usability by directly linking to additional information, scenarios etc...
* | | | | | | | add doc for mmpstrucdataRainer Gerhards2013-10-043-0/+62
| | | | | | | |
* | | | | | | | change main/ruleset queue defaults to be more enterprise-likeRainer Gerhards2013-10-043-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 Gerhards2013-10-043-9/+10
|\| | | | | | |
| * | | | | | | mmanon: removed the check for specific "terminator characters" after last octetRainer Gerhards2013-10-043-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 addressRainer Gerhards2013-09-302-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" addedRainer Gerhards2013-09-304-15/+50
| | | | | | | |
* | | | | | | | nit: remove already done TODO commentRainer Gerhards2013-09-301-3/+0
| | | | | | | |
* | | | | | | | doc/omfwd: mention this is v7+ configRainer Gerhards2013-09-301-0/+7
| | | | | | | |
* | | | | | | | doc: add useful external referenceRainer Gerhards2013-09-281-0/+6
| | | | | | | |
* | | | | | | | doc: better document & hyperlink action queue parametersRainer Gerhards2013-09-272-3/+30
| | | | | | | |
* | | | | | | | document "call" RainerScript statementRainer Gerhards2013-09-274-1/+67
| | | | | | | |
* | | | | | | | doc: add recently added omfile module parametersRainer Gerhards2013-09-262-2/+12
| | | | | | | |
* | | | | | | | omfile: add "direcreatemode" and "filecreatemode" module parametersRainer Gerhards2013-09-261-2/+12
| | | | | | | |
* | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-262-3/+11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-262-3/+11
| | | | | | | |
* | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-262-1/+9
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c
| * | | | | | | doc: mention contributed bugfixRainer Gerhards2013-09-261-0/+4
| | | | | | | |
| * | | | | | | bugfix: omprog blocked signals to executed processRisto Vaarandi2013-09-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-2612-153/+663
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h
| * | | | | | | mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-253-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hash is now also persisted back to structured-data rsyslog property
| * | | | | | | simplify STRUCTURED-DATA representation in msg objectRainer Gerhards2013-09-252-19/+23
| | | | | | | |
| * | | | | | | mmrfc5424addhmac milestone: detect if "our" SD-ID is already presentRainer Gerhards2013-09-241-8/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and stop processing in this case (as required)
| * | | | | | | mmpstrucdata: add structured data in explicit subtreeRainer Gerhards2013-09-241-2/+8
| | | | | | | |
| * | | | | | | milestone: mmpstrucdata persists to json treeRainer Gerhards2013-09-231-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but not yet to a specific subtree
| * | | | | | | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)Rainer Gerhards2013-09-236-0/+429
| | | | | | | |
| * | | | | | | expose so-far msg-internal method to query structured dataRainer Gerhards2013-09-233-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'sRainer Gerhards2013-09-234-4/+4
| | | | | | | |
| * | | | | | | mmrfc5424addhmac milestone: do not process non-rfc5424 messagesRainer Gerhards2013-09-233-11/+22
| | | | | | | |
| * | | | | | | mmrfc5424addhmac milestone: add capability to configure digest to useRainer Gerhards2013-09-231-2/+18
| | | | | | | |
| * | | | | | | mmrfc5424addhmac milestone: actual hash function integratedRainer Gerhards2013-09-231-111/+36
| | | | | | | |
* | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-261-1/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | remove no-longer needed data itemRainer Gerhards2013-09-251-1/+0
| | | | | | | |
* | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-232-2/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | mmrfc5424addhmac: add openssl configure check & update build systemRainer Gerhards2013-09-232-2/+8
| | | | | | | |
* | | | | | | | mmutf8fix: stricter UTF-8 checkingRainer Gerhards2013-09-202-11/+34
| | | | | | | |