summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | bugfix: 100% CPU utilization when DA queue became fullAndre Lorbach2013-07-152-3/+16
| | |
* | | nit: use correct function names in new debug instrumentationRainer Gerhards2013-07-131-12/+12
| | |
* | | Changed and extended debug output in queue/action classes for further analysisAndre Lorbach2013-07-131-6/+6
| | |
* | | doc: mention recent build system patchRainer Gerhards2013-07-101-0/+2
| | |
* | | fix build on FreeBSDCristiano Rolim2013-07-101-0/+2
| | |
* | | doc: instructions for rotating signed filesRainer Gerhards2013-07-071-1/+20
| | |
* | | imfile changes back again, but with retained formatRadu Gheorghe2013-07-061-9/+9
| | |
* | | bugfix: potential segfault during startup on invalid configRainer Gerhards2013-07-052-49/+63
| | | | | | | | | | | | | | | could happen if invalid actions were present, which could lead to improper handling in optimizer.
* | | bugfix: omlibdbi did not properly close connection on some errorsRainer Gerhards2013-07-052-1/+8
| | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points.
* | | omlibdbi: improve debug reporting on Begin/EndTXRainer Gerhards2013-07-051-3/+9
| | |
* | | doc: add CVE ID for omelasticsearch double-freev7.4.2Rainer Gerhards2013-07-051-0/+1
| | |
* | | minor code reductionRainer Gerhards2013-07-041-2/+1
| | |
* | | doc: mention that omelasticsearch bug requires custom config to be triggeredRainer Gerhards2013-07-041-0/+4
| | | | | | | | | | | | This means the majority of users is not affected at all.
* | | doc: mention imported build patch for CENTOS5Rainer Gerhards2013-07-041-0/+1
| | |
* | | Merge branch 'v7-stable-hidden' into v7-stableRainer Gerhards2013-07-043-4/+8
|\ \ \
| * | | prepare for 7.4.2 releaseRainer Gerhards2013-07-043-4/+8
| | | |
* | | | Added header in typedefs.h needed for building on ehel 5Andre Lorbach2013-07-041-0/+4
|/ / /
* | | doc/imfile: re-do spelling correctionsRainer Gerhards2013-07-021-3/+3
| | |
* | | rollback html editor rewrite of imfileRainer Gerhards2013-07-021-165/+230
| | |
* | | bugfix: double-free in omelasticsearchRainer Gerhards2013-07-022-1/+3
| | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report
* | | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfaultRainer Gerhards2013-06-272-0/+2
| | |
* | | added "required" parameters, fixed conf snippet, bolded defaultsRadu Gheorghe2013-06-251-230/+165
| | |
* | | bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-252-1/+3
| | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | lmsig_gt: remove no longer needed error messageRainer Gerhards2013-06-251-2/+0
| | | | | | | | | | | | This is now properly handled inside rsyslog core.
* | | bugfix: lmsig_gt abort on invalid configuration parametersRisto Laanoja2013-06-252-2/+13
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448
* | | imfile: remove redundant error mesageRainer Gerhards2013-06-251-2/+0
| | |
* | | testbench: "prevent" memleaks due to raceRainer Gerhards2013-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imdiag may not have enough time to properly terminate when the shutdown request is made. Thus we give it a little headroom. Note that this does not address a real issue inside the code - at most, it looks like a memory leak, but one where the whole process is immediately destructed. However, it is an annouance for the testbench. Note that the race may still occur based on circumstances, but now is much less likely.