summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: segfault if re_extract() function was used and no match foundRainer Gerhards2013-10-182-1/+5
|
* doc: typo fixRainer Gerhards2013-10-171-2/+2
| | | | thanks to Xuri Nagarin for alerting us
* bugfix: omelasticsearch: failed.es counter was only maintained in bulk modeRainer Gerhards2013-10-162-3/+4
|
* bugfix: omelasticsearch: did not correctly initialize stats countersRainer Gerhards2013-10-162-1/+10
| | | | | | | | 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-162-0/+7
|
* bugfix omelasticsearch: failed.http stats counter had incorrect countRainer Gerhards2013-10-161-5/+8
|
* require libestr 0.1.8, as there are bugs in previous versions that affect usRainer Gerhards2013-10-162-2/+2
|
* doc: add new helpful link to impstats docRainer Gerhards2013-10-161-0/+1
|
* bugfix: mmanon did not detect all IP addresses in rewrite modeRainer Gerhards2013-10-142-1/+8
| | | | | | | 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-142-1/+6
| | | | | | | | 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-102-0/+2
|
* require libestr 0.1.7Rainer Gerhards2013-10-102-1/+3
|
* nit: re-order ChangeLog entriesRainer Gerhards2013-10-101-2/+2
|
* 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: 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...
* | 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
* | 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>
* | remove no-longer needed data itemRainer Gerhards2013-09-251-1/+0
| |
* | doc: include debug log submission instructions in troubleshooting docRainer Gerhards2013-09-181-10/+14
| |
* | 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: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelledRainer Gerhards2013-09-162-1/+4
| | | | | | | | Thanks to David Lang for alerting us
* | 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
* | 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: 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: some more build problems with newer json-c versionsRainer Gerhards2013-09-043-2/+6
| |/ | | | | | | Thanks to Michael Biebl for mentioning the problem.
| * prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-033-3/+3
| |
| * doc: add some more non-mentioned fixes to ChangeLogRainer Gerhards2013-09-031-0/+4
| |
| * regression fix: previous fix introduced wrong default templateRainer Gerhards2013-09-031-1/+1
| | | | | | | | The faulty code was never released.
| * doc: add missing information (patches) to ChangeLogRainer Gerhards2013-09-031-0/+4
| |
| * doc: mention last json-c patch in ChangeLogRainer Gerhards2013-09-031-0/+2
| |
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-0312-15/+18
| |
| * bugfix: imfile parameter "persistStateInterval" was unusableRainer Gerhards2013-09-022-1/+4
| | | | | | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug.
| * doc: add recent patch series to ChangeLogRainer Gerhards2013-09-021-0/+8
| |
| * Using more appropriate helper function to get the error messageAhto Truu2013-09-021-1/+1
| |
| * Better error messages from rsgtutilAhto Truu2013-09-021-4/+4
| |
| * More careful TLV encoding/decodingAhto Truu2013-09-023-4/+11
| |
| * bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-263-2/+4
| | | | | | | | Thanks to Chris Norton for alerting us.
| * doc: update package doc with links to Adiscon's repositoriesFlorian Riedl2013-08-261-4/+13
| |
| * doc bugfix: remove no-longer existing omtemplate from developer docRainer Gerhards2013-08-262-26/+11
| | | | | | | | | | | | It was specifically mentioned as a sample for creating new plugins Thanks to Yannick Brosseau for alerting us of this problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=473
| * backport patch to fix configure setsid testRainer Gerhards2013-08-261-1/+1
| |
| * doc: typo fix (in directive name!)Rainer Gerhards2013-08-221-2/+2
| | | | | | | | Thanks to Martin Foot for reporting this problem.
| * 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.
| * Using OMSRsetEntry to set the default action template in ompipe for now.Andre Lorbach2013-08-061-1/+5
| | | | | | | | If no default template is set, 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