Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preparing for 7.5.4v7.5.4 | Rainer Gerhards | 2013-10-07 | 1 | -1/+7 |
| | |||||
* | change main/ruleset queue defaults to be more enterprise-like | Rainer Gerhards | 2013-10-04 | 1 | -0/+5 |
| | | | | | | | new defaults are queue.size 100,000 max workers 2, worker activation after 40,000 msgs are queued, batch size 256. These settings are much more useful for enterprises and will not hurt low-end systems that much. This is part of our re-focus on enterprise needs. | ||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-04 | 1 | -0/+8 |
|\ | |||||
| * | mmanon: removed the check for specific "terminator characters" after last octet | Rainer Gerhards | 2013-10-04 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | 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 address | Rainer Gerhards | 2013-09-30 | 1 | -0/+4 |
| | | | | | | | | | | | | 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 | ||||
* | | omfwd: new action parameter "maxErrorMessages" added | Rainer Gerhards | 2013-09-30 | 1 | -0/+1 |
| | | |||||
* | | doc: add recently added omfile module parameters | Rainer Gerhards | 2013-09-26 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 |
|\| | | | | | | | | | Conflicts: plugins/omprog/omprog.c | ||||
| * | doc: mention contributed bugfix | Rainer Gerhards | 2013-09-26 | 1 | -0/+4 |
| | | |||||
* | | mmutf8fix: new module to fix invalid UTF-8 sequences | Rainer Gerhards | 2013-09-20 | 1 | -0/+1 |
| | | |||||
* | | imuxsock: handle unlimited number of additional listen sockets | Rainer Gerhards | 2013-09-18 | 1 | -0/+3 |
| | | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored. | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-18 | 1 | -0/+4 |
|\| | |||||
| * | bugfix: imfile "facility" input parameter improperly handled | Rainer Gerhards | 2013-09-18 | 1 | -0/+4 |
| | | | | | | | | | | | | 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: omfwd parameter streamdrivermmode was not properly handled | Rainer Gerhards | 2013-09-17 | 1 | -0/+3 |
| | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode | ||||
* | | imtcp: add streamdriver.name module parameter | Rainer Gerhards | 2013-09-17 | 1 | -0/+2 |
| | | | | | | | | permits overriding the system default stream driver (gtls, ptcp) | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-16 | 1 | -0/+3 |
|\| | |||||
| * | bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelled | Rainer Gerhards | 2013-09-16 | 1 | -0/+3 |
| | | | | | | | | Thanks to David Lang for alerting us | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-13 | 1 | -0/+2 |
|\| | |||||
| * | bugfix: small memory leak in imfile when $ResetConfigVariables was used | Grégory Nuyttens | 2013-09-13 | 1 | -0/+2 |
| | | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-13 | 1 | -0/+2 |
|\| | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * | bugfix: segfault on startup if TCP TLS was used but no cert or key set | Rainer Gerhards | 2013-09-13 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'v7-stable' into v7-stable-tlsfix | Rainer Gerhards | 2013-09-13 | 1 | -1/+450 |
| |\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | ||||
| * | | bugfix: segfault on startup if TLS was used but no CA cert set | Rainer Gerhards | 2013-09-13 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-12 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c runtime/cryprov.h | ||||
| * | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled | Rainer Gerhards | 2013-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h | ||||
* | | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled | Rainer Gerhards | 2013-09-12 | 1 | -0/+4 |
| | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem | ||||
* | | | preparing for 7.5.3 releasev7.5.3 | Rainer Gerhards | 2013-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | doc: clarify global/local variables | Rainer Gerhards | 2013-09-10 | 1 | -0/+1 |
| | | | |||||
* | | | doc: add reference to relevant blog posting (imfile "escapeLF" param) | Rainer Gerhards | 2013-09-10 | 1 | -0/+1 |
| | | | |||||
* | | | imfile: support LF escaping in read mode 2 | Rainer Gerhards | 2013-09-10 | 1 | -0/+13 |
| | | | |||||
* | | | doc: add new impstats feature to ChangeLog | Rainer Gerhards | 2013-09-09 | 1 | -0/+2 |
| | | | |||||
* | | | imudp: use inputname for statistics, if configured | Rainer Gerhards | 2013-09-05 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-05 | 1 | -1/+5 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | bugfix: some more build problems with newer json-c versions | Rainer Gerhards | 2013-09-04 | 1 | -0/+4 |
| | | | | | | | | | | | | Thanks to Michael Biebl for mentioning the problem. | ||||
| * | | prepare for 7.4.4 releasev7.4.4 | Rainer Gerhards | 2013-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | doc: mention imported patches in ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-03 | 1 | -0/+8 |
|\| | | |||||
| * | | doc: add some more non-mentioned fixes to ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+4 |
| | | | |||||
| * | | doc: add missing information (patches) to ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-03 | 1 | -0/+2 |
|\| | | |||||
| * | | doc: mention last json-c patch in ChangeLog | Rainer Gerhards | 2013-09-03 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-02 | 1 | -0/+3 |
|\| | | |||||
| * | | bugfix: imfile parameter "persistStateInterval" was unusable | Rainer Gerhards | 2013-09-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug. | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-02 | 1 | -0/+8 |
|\| | | |||||
| * | | doc: add recent patch series to ChangeLog | Rainer Gerhards | 2013-09-02 | 1 | -0/+8 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-26 | 1 | -0/+2 |
|\| | | |||||
| * | | bugfix: imtcp addtlframedelimiter could not be set to zero | Rainer Gerhards | 2013-08-26 | 1 | -0/+2 |
| | | | | | | | | | | | | Thanks to Chris Norton for alerting us. | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-26 | 1 | -0/+6 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/dev_oplugins.html | ||||
| * | | doc bugfix: remove no-longer existing omtemplate from developer doc | Rainer Gerhards | 2013-08-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 1 | -0/+4 |
|\| | |