summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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-230-0/+0
| | | | | | | | | | | | 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.
| * 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.
| * debug: improve queue startup debug outputRainer Gerhards2013-07-191-4/+4
| |
| * bugfix: testbench tool chkseq did improperly report invalid fileRainer Gerhards2013-07-192-4/+41
| | | | | | | | | | | | This happened when permitted duplicate values existed in the very last lines, right before end-of-file. Thanks to Radu Gheorghe for reporting this bug.
| * doc: mention queue file size patchRainer Gerhards2013-07-191-1/+4
| |
| * Merge branch 'v6-stable' into tmpRainer Gerhards2013-07-193-3/+5
| |\
| | * Merge branch 'v5-stable' into tmpRainer Gerhards2013-07-193-3/+5
| | |\
| | | * doc: mention queue file size patchRainer Gerhards2013-07-191-0/+3
| | | |
| | | * bugfix: correction to the interface of stream objTomas Heinrich2013-07-192-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The datatype of the argument to SetiMaxFileSize() was too small and could overflow. The SetMaxFileSize() interface wasn't used at all (possibly confused with SetiMaxFileSize()) and was dropped.
| * | | bugfix: $QHOUR/$HHOUR were always "00" or "01"Rainer Gerhards2013-07-192-2/+7
| | | | | | | | | | | | | | | | | | | | regression some time between v5 and here Thanks to forum user rjmcinty for reporting this bug
| * | | prepare for 7.4.3 releasev7.4.3Rainer Gerhards2013-07-183-3/+3
| | | |
| * | | regression fix: %d used for long long types in debug outputRainer Gerhards2013-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | regression from recent DA queue bug fix set of patches; not present in any released code.
| * | | cosmetic bugfix: file name buffer was not freed on disk queue destructionRainer Gerhards2013-07-172-1/+5
| | | | | | | | | | | | | | | | | | | | This was an extremely small one-time per run memleak, so nothing of concern. However, it bugs under valgrind and similar memory debuggers.
| * | | bugfix: memory leak if disk queues were used and json data presentRainer Gerhards2013-07-172-0/+2
| | | |
| * | | bugfix: CEE/json data was lost during disk queue operationRainer Gerhards2013-07-172-2/+2
| | | |
| * | | add note on a potential future troublespotRainer Gerhards2013-07-161-1/+8
| | | |
| * | | Fixed return state handling in ConsumerDAAndre Lorbach2013-07-161-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The queue full loop fix added a problem to the queue when rsyslog was shutdown. This problem has been corrected now. Conflicts: runtime/queue.c
| * | | fix regression that caused freeInstance not to be correctly calledRainer Gerhards2013-07-153-4/+4
| | | | | | | | | | | | | | | | was introduced July, 5th 2013 by commit 8ee2b0b1610fbf4dff20453d188f379583410b42