Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |||||
| * | | | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | added "required" parameters, fixed conf snippet, bolded defaults | Radu Gheorghe | 2013-06-25 | 1 | -230/+165 | |
| | | | | ||||||
| * | | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | lmsig_gt: remove no longer needed error message | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | This is now properly handled inside rsyslog core. | |||||
| * | | | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | |||||
| * | | | imfile: remove redundant error mesage | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | testbench: "prevent" memleaks due to race | Rainer Gerhards | 2013-06-25 | 1 | -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. | |||||
| * | | | debug: add memleak info to "make distcheck" | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | do --enable-valgrind to get better diagnostics in case of memory leaks | |||||
| * | | | build: fix issues on FreeBSD | Rainer Gerhards | 2013-06-25 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | The last fix was incomplete. Thanks to Christiano for testing and suggestions. | |||||
| * | | | doc: update ChangeLog | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | typo fix ("listner" vs. "listener") | Michael Biebl | 2013-06-25 | 8 | -10/+10 | |
| | | | | ||||||
| * | | | imtcp: permit parameter name with typo for backward compatibility | Rainer Gerhards | 2013-06-25 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | imtcp: fix typo in config parameter name | Michael Biebl | 2013-06-25 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | |||||
| * | | | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 4 | -10/+14 | |
| | | | | | | | | | | | | | | | | this clould result to segfaults on startup if parameters were missing. | |||||
| * | | | bugfix: omrelp "template" parameter is NOT required | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | $uptime property: fix mem leak and build problems on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -3/+29 | |
| | | | | ||||||
| * | | | solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Thanks to Christiano for reporting this problem. | |||||
| * | | | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | |||||
| * | | | imptcp: improve doc | Rainer Gerhards | 2013-06-20 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | doc bugfix: invalid parameter name | Rainer Gerhards | 2013-06-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add missing test | Michael Biebl | 2013-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes ./configure: line 18474: xno: command not found |