summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable'Rainer Gerhards2013-10-041-1/+1
|\
| * mmanon: removed the check for specific "terminator characters" after last octetRainer Gerhards2013-10-041-1/+1
| | | | | | | | | | | | | | | | 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-301-1/+1
| | | | | | | | | | | | 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
* | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-1/+5
|\ \
| * | mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-261-1/+5
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-261-1/+5
|\ \ \ | | |/ | |/| | | | | | | Conflicts: plugins/omprog/omprog.c
| * | 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-265-104/+574
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h
| * | mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-251-6/+8
| | | | | | | | | | | | | | | hash is now also persisted back to structured-data rsyslog property
| * | 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-232-0/+403
| | |
| * | expose so-far msg-internal method to query structured dataRainer Gerhards2013-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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-232-2/+2
| | |
| * | mmrfc5424addhmac milestone: do not process non-rfc5424 messagesRainer Gerhards2013-09-231-1/+10
| | |
| * | 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-mmrfc5424addhmac'Rainer Gerhards2013-09-231-2/+2
|\| |
| * | mmrfc5424addhmac: add openssl configure check & update build systemRainer Gerhards2013-09-231-2/+2
| | |
* | | mmutf8fix: stricter UTF-8 checkingRainer Gerhards2013-09-201-8/+31
| | |
* | | mmutf8fix: now supports native UTF-8 multibyte sequence handlingRainer Gerhards2013-09-201-8/+84
| | |
* | | mmutf8fix: new module to fix invalid UTF-8 sequencesRainer Gerhards2013-09-202-0/+221
| | |
* | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-202-0/+321
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | mmrfc5424addhmac: add module skeletonRainer Gerhards2013-09-182-0/+321
| |/
* | imuxsock: handle unlimited number of additional listen socketsRainer Gerhards2013-09-181-60/+63
| | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-181-1/+1
|\|
| * bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-181-1/+1
| | | | | | | | | | | | caused facility not to be set, and severity to be overwritten with the facility value. Thanks to forum user dmunny for reporting this bug.
* | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-171-0/+9
| | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-2/+2
|\|
| * bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-131-2/+2
| | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix
| * omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
* | omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| |
* | omelasticsearch: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-4/+4
| |
* | imrelp: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-1/+1
| |
* | imfile: support LF escaping in read mode 1Rainer Gerhards2013-09-101-5/+13
| |
* | impstats: implement parameter "resetCounters"Rainer Gerhards2013-09-091-3/+8
| | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details).
* | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-074-16/+16
| |
* | imudp: use inputname for statistics, if configuredRainer Gerhards2013-09-051-3/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+1
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
| | | | | | | | Thanks to Michael Biebl for mentioning the problem.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-1/+1
|\|
| * regression fix: previous fix introduced wrong default templateRainer Gerhards2013-09-031-1/+1
| | | | | | | | The faulty code was never released.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-035-5/+5
|\|
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-035-5/+5
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-021-1/+1
|\|
| * bugfix: imfile parameter "persistStateInterval" was unusableRainer Gerhards2013-09-021-1/+1
| | | | | | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug.
* | Merge branch 'c9'Rainer Gerhards2013-09-021-1/+8
|\ \ | | | | | | | | | | | | Conflicts: runtime/msg.c
| * | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-301-1/+8
| |/ | | | | | | ... but parser does not yet use it.
* | Merge branch 'v7-stable'Rainer Gerhards2013-08-261-1/+1
|\|