summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-261-1/+5
* mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-251-6/+8
* mmrfc5424addhmac milestone: detect if "our" SD-ID is already presentRainer Gerhards2013-09-241-8/+115
* mmpstrucdata: add structured data in explicit subtreeRainer Gerhards2013-09-241-2/+8
* milestone: mmpstrucdata persists to json treeRainer Gerhards2013-09-231-19/+18
* 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
* 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
* mmrfc5424addhmac: add openssl configure check & update build systemRainer Gerhards2013-09-231-2/+2
* mmrfc5424addhmac: add module skeletonRainer Gerhards2013-09-182-0/+321
* bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-181-1/+1
* bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-131-2/+2
* omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
* bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
* regression fix: previous fix introduced wrong default templateRainer Gerhards2013-09-031-1/+1
* make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-035-5/+5
* bugfix: imfile parameter "persistStateInterval" was unusableRainer Gerhards2013-09-021-1/+1
* bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-261-1/+1
* Removed SPACE after "MAIL FROM:" and "RCPT TO:" as RFC5321 permits spaces.Andre Lorbach2013-08-141-2/+2
* Using OMSRsetEntry to set the default action template in omprogAndre Lorbach2013-08-061-8/+3
* Another fix for bugid# 468Andre Lorbach2013-07-241-8/+4
* Fixing new style config format issues from bugid #468Andre Lorbach2013-07-241-9/+9
* Fixed another issue related to http://bugzilla.adiscon.com/show_bug.cgi?id=464Andre Lorbach2013-07-241-4/+9
* Fixed a bug in curlPost related to http://bugzilla.adiscon.com/show_bug.cgi?i...Andre Lorbach2013-07-241-2/+5
* Fixed bugid #464 in elasticsearch output moduleAndre Lorbach2013-07-231-0/+6
* bugfix: omlibdbi did not properly close connection on some errorsRainer Gerhards2013-07-051-1/+3
* omlibdbi: improve debug reporting on Begin/EndTXRainer Gerhards2013-07-051-3/+9
* minor code reductionRainer Gerhards2013-07-041-2/+1
* bugfix: double-free in omelasticsearchRainer Gerhards2013-07-021-1/+0
* bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-1/+2
* imfile: remove redundant error mesageRainer Gerhards2013-06-251-2/+0
* typo fix ("listner" vs. "listener")Michael Biebl2013-06-252-2/+2
* imtcp: permit parameter name with typo for backward compatibilityRainer Gerhards2013-06-251-1/+3
* imtcp: fix typo in config parameter nameMichael Biebl2013-06-251-2/+2
* bugfix: potential segfault on rsyslog termination in imudpRainer Gerhards2013-06-251-1/+0
* bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-242-8/+2
* bugfix: omrelp "template" parameter is NOT requiredRainer Gerhards2013-06-241-1/+1
* impstats: solve build problem on FreeBSDRainer Gerhards2013-06-241-0/+4
* imjournal: rate limiter was destructed too earlyRainer Gerhards2013-06-171-1/+1
* imjournal fix: put ratelimiter destruction in wrong entry pointRainer Gerhards2013-06-171-1/+1
* implement new ratelimiting mode for imjournalRainer Gerhards2013-06-171-0/+3
* Add IgnorePreviousMessages option to imjournal.Milan Bartos2013-06-171-5/+31
* Merge branch 'tmp' into v7-stableRainer Gerhards2013-06-171-3/+3
|\
| * Rename legacy imjournal configs to have "imjournal" prepended.Milan Bartos2013-06-171-3/+3
* | imjournal: add legacy config statement for ratelimitingRainer Gerhards2013-06-151-0/+4
* | imjournal: add ratelimiting capabilityRainer Gerhards2013-06-151-8/+23
* | bugfix: prevent a segfault if state file is not definedTomas Heinrich2013-06-141-12/+31