summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | doc: one more sample for mmutf8fixRainer Gerhards2013-09-201-1/+10
| | |
* | | mmutf8fix: now supports native UTF-8 multibyte sequence handlingRainer Gerhards2013-09-202-18/+103
| | |
* | | mmutf8fix: new module to fix invalid UTF-8 sequencesRainer Gerhards2013-09-207-0/+329
| | |
* | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-204-0/+339
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | mmrfc5424addhmac: add module skeletonRainer Gerhards2013-09-184-0/+340
| |/
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-181-10/+14
|\|
| * doc: include debug log submission instructions in troubleshooting docRainer Gerhards2013-09-181-10/+14
| |
* | imuxsock: handle unlimited number of additional listen socketsRainer Gerhards2013-09-182-60/+66
| | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-182-1/+5
|\|
| * bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-182-1/+5
| | | | | | | | | | | | caused facility not to be set, and severity to be overwritten with the facility value. Thanks to forum user dmunny for reporting this bug.
* | bugfix: omfwd parameter streamdrivermmode was not properly handledRainer Gerhards2013-09-172-1/+3
| | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode
* | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-179-8/+97
| | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | doc: bugfixes & enhancements in omfile docRainer Gerhards2013-09-171-17/+26
| |
* | doc: describe "CEE cookie" required by mmjsonparseRainer Gerhards2013-09-161-0/+10
| | | | | | | | ... as well as other format requirements.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-162-1/+4
|\|
| * bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelledRainer Gerhards2013-09-162-1/+4
| | | | | | | | Thanks to David Lang for alerting us
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-132-2/+4
|\|
| * bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-132-2/+4
| | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-134-3/+25
|\| | | | | | | | | Conflicts: runtime/rsyslog.h
| * bugfix: segfault on startup if TCP TLS was used but no cert or key setRainer Gerhards2013-09-133-1/+14
| |
| * Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-13204-2928/+16887
| |\ | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | bugfix: segfault on startup if TLS was used but no CA cert setRainer Gerhards2013-09-134-2/+11
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-09-121-0/+2
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c runtime/cryprov.h
| * | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-123-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h
| * | omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| | | | | | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
* | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-123-3/+5
| | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem
* | | omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| | |
* | | preparing for 7.5.3 releasev7.5.3Rainer Gerhards2013-09-113-3/+3
| | |
* | | regression fix: message properties did not workRainer Gerhards2013-09-112-2/+2
| | | | | | | | | | | | | | | This was a regeression from the global/local variabe work done for this release. Consequently, this problem did not occur in any released version.
* | | omelasticsearch: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-4/+4
| | |
* | | doc: nit fixingRainer Gerhards2013-09-101-9/+8
| | |
* | | imrelp: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-1/+1
| | |
* | | doc: add queue parameter skeletonFlorian Riedl2013-09-101-0/+71
| | |