summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-151-3/+3
| | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
* imuxsock: pass along missing legacy config variablesTomas Heinrich2013-11-151-1/+5
| | | | | | | Not doing so caused that the system log socket was unaffected by these directives. bCreatePath is still not passed but currently, there's no placeholder for it.
* omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
|
* bugfix: imtcp flowControl parameter incorrectly defaulted to "off"Rainer Gerhards2013-10-281-2/+2
| | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction).
* bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
|
* remove compiler warningRainer Gerhards2013-10-181-2/+2
|
* bugfix: omelasticsearch: failed.es counter was only maintained in bulk modeRainer Gerhards2013-10-161-3/+3
|
* bugfix: omelasticsearch: did not correctly initialize stats countersRainer Gerhards2013-10-161-0/+3
| | | | | | | | This usually did not lead to any problems, because they are in static memory, which is initialized to zero by the OS when the plugin is loaded. But it may cause problems especially on systems that do not support atomic instructions - in this case the associated mutexes also did not get properly initialized.
* omelasticsearch: add failed.httprequests stats counterRainer Gerhards2013-10-161-0/+5
|
* bugfix omelasticsearch: failed.http stats counter had incorrect countRainer Gerhards2013-10-161-5/+8
|
* bugfix: mmanon did not detect all IP addresses in rewrite modeRainer Gerhards2013-10-141-0/+2
| | | | | | | The problem occured if two IPs were close to each other and the first one was shrunk. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=485 Thanks to micah-at-riseup.net for reporting this bug
* bugfix: mmanon sometimes used invalid replacement char in simple modeRainer Gerhards2013-10-141-1/+0
| | | | | | | | depending on configuration sequence, the replacement character was set to 's' instead of the correct value. Most importantly, it was set to 's' if simple mode was selected and no replacement char set. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=484 Thanks to micah-at-riseup.net for reporting this bug
* bugfix: memory leak in mmnormalizeRainer Gerhards2013-10-101-0/+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
* bugfix: omprog blocked signals to executed processRisto Vaarandi2013-09-261-1/+4
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* 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.
* 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
* bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
| | | | Thanks to Michael Biebl for mentioning the problem.
* regression fix: previous fix introduced wrong default templateRainer Gerhards2013-09-031-1/+1
| | | | The faulty code was never released.
* 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
| | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug.
* bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-261-1/+1
| | | | Thanks to Chris Norton for alerting us.
* 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
| | | | If there was no default template, a segfault occured on startup.
* Another fix for bugid# 468Andre Lorbach2013-07-241-8/+4
| | | | | Using OMSRsetEntry now to set the default action template when using new-style config. See here for more: http://bugzilla.adiscon.com/show_bug.cgi?id=468
* Fixing new style config format issues from bugid #468Andre Lorbach2013-07-241-9/+9
| | | | | See http://bugzilla.adiscon.com/show_bug.cgi?id=468 Removed CNFPARAM_REQUIRED from all optional parameters.
* Fixed another issue related to http://bugzilla.adiscon.com/show_bug.cgi?id=464Andre Lorbach2013-07-241-4/+9
| | | | | | Added check for empty batch data in endTransaction function. Avoids sending an unneeded curlPost, can happen when elasticsearch is shutdown while sending data to.
* Fixed a bug in curlPost related to ↵Andre Lorbach2013-07-241-2/+5
| | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=464 A Check was added for replylen before writting the 0 Byte to the end of reply data.
* Fixed bugid #464 in elasticsearch output moduleAndre Lorbach2013-07-231-0/+6
| | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called.
* bugfix: omlibdbi did not properly close connection on some errorsRainer Gerhards2013-07-051-1/+3
| | | | | This happened to errors occuring in Begin/End Transaction entry points.
* 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
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report
* bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-1/+2
| | | | | Conflicts: ChangeLog
* 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
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456
* bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-242-8/+2
| | | | this clould result to segfaults on startup if parameters were missing.
* bugfix: omrelp "template" parameter is NOT requiredRainer Gerhards2013-06-241-1/+1
|
* impstats: solve build problem on FreeBSDRainer Gerhards2013-06-241-0/+4
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458
* imjournal: rate limiter was destructed too earlyRainer Gerhards2013-06-171-1/+1
| | | | | Too quick hacking, obviously, one too late, one too early, now it should fit ;) Thanks to Tomas Heinrich for pointing this out.
* imjournal fix: put ratelimiter destruction in wrong entry pointRainer Gerhards2013-06-171-1/+1
| | | | No regression, this was in recently written, never-released code.
* implement new ratelimiting mode for imjournalRainer Gerhards2013-06-171-0/+3
| | | | | | | | | | | | | and make imjournal use it. The new mode is needed, as imjournal uses journal's timestamp as message generation time (which otherwise is when the message entered the system, and the ratelimiter uses this as current timestamp in order to save performance). It is debatable if imjournal is doing the right thing here. But it doesn't feel totally wrong. So let's safe that debate for later ;)
* Add IgnorePreviousMessages option to imjournal.Milan Bartos2013-06-171-5/+31
| | | | | | | | | | | | | This option specifies whether imjournal should ignore messages that are currently in journal. This option is only used when there is no StateFile to avoid message loss. modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c Conflicts: doc/imjournal.html plugins/imjournal/imjournal.c
* Merge branch 'tmp' into v7-stableRainer Gerhards2013-06-171-3/+3
|\ | | | | | | | | Conflicts: plugins/imjournal/imjournal.c
| * Rename legacy imjournal configs to have "imjournal" prepended.Milan Bartos2013-06-171-3/+3
| | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c