Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: imtcp addtlframedelimiter could not be set to zero | Rainer Gerhards | 2013-08-26 | 3 | -2/+4 |
| | | | | Thanks to Chris Norton for alerting us. | ||||
* | doc: update package doc with links to Adiscon's repositories | Florian Riedl | 2013-08-26 | 1 | -4/+13 |
| | |||||
* | doc bugfix: remove no-longer existing omtemplate from developer doc | Rainer Gerhards | 2013-08-26 | 2 | -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 test | Rainer Gerhards | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | doc: typo fix (in directive name!) | Rainer Gerhards | 2013-08-22 | 1 | -2/+2 |
| | | | | Thanks to Martin Foot for reporting this problem. | ||||
* | Removed SPACE after "MAIL FROM:" and "RCPT TO:" as RFC5321 permits spaces. | Andre Lorbach | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | Using OMSRsetEntry to set the default action template in omprog | Andre Lorbach | 2013-08-06 | 1 | -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 Lorbach | 2013-08-06 | 1 | -1/+5 |
| | | | | If no default template is set, a segfault occured on startup. | ||||
* | Another fix for bugid# 468 | Andre Lorbach | 2013-07-24 | 1 | -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 #468 | Andre Lorbach | 2013-07-24 | 1 | -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=464 | Andre Lorbach | 2013-07-24 | 1 | -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 Lorbach | 2013-07-24 | 1 | -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 module | Andre Lorbach | 2013-07-23 | 0 | -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 module | Andre Lorbach | 2013-07-23 | 1 | -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 output | Rainer Gerhards | 2013-07-19 | 1 | -4/+4 |
| | |||||
* | bugfix: testbench tool chkseq did improperly report invalid file | Rainer Gerhards | 2013-07-19 | 2 | -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 patch | Rainer Gerhards | 2013-07-19 | 1 | -1/+4 |
| | |||||
* | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2013-07-19 | 3 | -3/+5 |
|\ | |||||
| * | Merge branch 'v5-stable' into tmp | Rainer Gerhards | 2013-07-19 | 3 | -3/+5 |
| |\ | |||||
| | * | doc: mention queue file size patch | Rainer Gerhards | 2013-07-19 | 1 | -0/+3 |
| | | | |||||
| | * | bugfix: correction to the interface of stream obj | Tomas Heinrich | 2013-07-19 | 2 | -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 Gerhards | 2013-07-19 | 2 | -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.3 | Rainer Gerhards | 2013-07-18 | 3 | -3/+3 |
| | | | |||||
* | | | regression fix: %d used for long long types in debug output | Rainer Gerhards | 2013-07-17 | 1 | -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 destruction | Rainer Gerhards | 2013-07-17 | 2 | -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 present | Rainer Gerhards | 2013-07-17 | 2 | -0/+2 |
| | | | |||||
* | | | bugfix: CEE/json data was lost during disk queue operation | Rainer Gerhards | 2013-07-17 | 2 | -2/+2 |
| | | | |||||
* | | | add note on a potential future troublespot | Rainer Gerhards | 2013-07-16 | 1 | -1/+8 |
| | | | |||||
* | | | Fixed return state handling in ConsumerDA | Andre Lorbach | 2013-07-16 | 1 | -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 called | Rainer Gerhards | 2013-07-15 | 3 | -4/+4 |
| | | | | | | | | | | | | was introduced July, 5th 2013 by commit 8ee2b0b1610fbf4dff20453d188f379583410b42 | ||||
* | | | bugfix: 100% CPU utilization when DA queue became full | Andre Lorbach | 2013-07-15 | 2 | -3/+16 |
| | | | |||||
* | | | nit: use correct function names in new debug instrumentation | Rainer Gerhards | 2013-07-13 | 1 | -12/+12 |
| | | | |||||
* | | | Changed and extended debug output in queue/action classes for further analysis | Andre Lorbach | 2013-07-13 | 1 | -6/+6 |
| | | | |||||
* | | | doc: mention recent build system patch | Rainer Gerhards | 2013-07-10 | 1 | -0/+2 |
| | | | |||||
* | | | fix build on FreeBSD | Cristiano Rolim | 2013-07-10 | 1 | -0/+2 |
| | | | |||||
* | | | doc: instructions for rotating signed files | Rainer Gerhards | 2013-07-07 | 1 | -1/+20 |
| | | | |||||
* | | | imfile changes back again, but with retained format | Radu Gheorghe | 2013-07-06 | 1 | -9/+9 |
| | | | |||||
* | | | bugfix: potential segfault during startup on invalid config | Rainer Gerhards | 2013-07-05 | 2 | -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 errors | Rainer Gerhards | 2013-07-05 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points. | ||||
* | | | omlibdbi: improve debug reporting on Begin/EndTX | Rainer Gerhards | 2013-07-05 | 1 | -3/+9 |
| | | | |||||
* | | | doc: add CVE ID for omelasticsearch double-freev7.4.2 | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 |
| | | | |||||
* | | | minor code reduction | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 |
| | | | |||||
* | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 |
| | | | | | | | | | | | | This means the majority of users is not affected at all. | ||||
* | | | doc: mention imported build patch for CENTOS5 | Rainer Gerhards | 2013-07-04 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable-hidden' into v7-stable | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 |
|\ \ \ | |||||
| * | | | prepare for 7.4.2 release | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 |
| | | | | |||||
* | | | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-07-04 | 1 | -0/+4 |
|/ / / | |||||
* | | | doc/imfile: re-do spelling corrections | Rainer Gerhards | 2013-07-02 | 1 | -3/+3 |
| | | | |||||
* | | | rollback html editor rewrite of imfile | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 |
| | | | |||||
* | | | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report |