Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | remove no-longer needed data item | Rainer Gerhards | 2013-09-25 | 1 | -1/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-23 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | mmrfc5424addhmac: add openssl configure check & update build system | Rainer Gerhards | 2013-09-23 | 2 | -2/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | mmutf8fix: stricter UTF-8 checking | Rainer Gerhards | 2013-09-20 | 2 | -11/+34 | |
| | | | | | | | | ||||||
* | | | | | | | | doc: one more sample for mmutf8fix | Rainer Gerhards | 2013-09-20 | 1 | -1/+10 | |
| | | | | | | | | ||||||
* | | | | | | | | mmutf8fix: now supports native UTF-8 multibyte sequence handling | Rainer Gerhards | 2013-09-20 | 2 | -18/+103 | |
| | | | | | | | | ||||||
* | | | | | | | | mmutf8fix: new module to fix invalid UTF-8 sequences | Rainer Gerhards | 2013-09-20 | 7 | -0/+329 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-20 | 4 | -0/+339 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac | |||||
| * | | | | | | | mmrfc5424addhmac: add module skeleton | Rainer Gerhards | 2013-09-18 | 4 | -0/+340 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-18 | 1 | -10/+14 | |
|\| | | | | | | ||||||
| * | | | | | | doc: include debug log submission instructions in troubleshooting doc | Rainer Gerhards | 2013-09-18 | 1 | -10/+14 | |
| | | | | | | | ||||||
* | | | | | | | imuxsock: handle unlimited number of additional listen sockets | Rainer Gerhards | 2013-09-18 | 2 | -60/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored. | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-18 | 2 | -1/+5 | |
|\| | | | | | | ||||||
| * | | | | | | bugfix: imfile "facility" input parameter improperly handled | Rainer Gerhards | 2013-09-18 | 2 | -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: omfwd parameter streamdrivermmode was not properly handled | Rainer Gerhards | 2013-09-17 | 2 | -1/+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 | 9 | -8/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | permits overriding the system default stream driver (gtls, ptcp) | |||||
* | | | | | | | doc: bugfixes & enhancements in omfile doc | Rainer Gerhards | 2013-09-17 | 1 | -17/+26 | |
| | | | | | | | ||||||
* | | | | | | | doc: describe "CEE cookie" required by mmjsonparse | Rainer Gerhards | 2013-09-16 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as well as other format requirements. | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-16 | 2 | -1/+4 | |
|\| | | | | | | ||||||
| * | | | | | | bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelled | Rainer Gerhards | 2013-09-16 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to David Lang for alerting us | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-13 | 2 | -2/+4 | |
|\| | | | | | | ||||||
| * | | | | | | bugfix: small memory leak in imfile when $ResetConfigVariables was used | Grégory Nuyttens | 2013-09-13 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-13 | 4 | -3/+25 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | |||||
| * | | | | | | bugfix: segfault on startup if TCP TLS was used but no cert or key set | Rainer Gerhards | 2013-09-13 | 3 | -1/+14 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'v7-stable' into v7-stable-tlsfix | Rainer Gerhards | 2013-09-13 | 204 | -2928/+16887 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | |||||
| * | | | | | | | bugfix: segfault on startup if TLS was used but no CA cert set | Rainer Gerhards | 2013-09-13 | 4 | -2/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | 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 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h | |||||
| * | | | | | | | omelasticsearch: straighten out statistics counters | Rainer Gerhards | 2013-09-11 | 1 | -13/+13 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c | |||||
* | | | | | | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled | Rainer Gerhards | 2013-09-12 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem | |||||
* | | | | | | | omelasticsearch: straighten out statistics counters | Rainer Gerhards | 2013-09-11 | 1 | -13/+13 | |
| | | | | | | | ||||||
* | | | | | | | preparing for 7.5.3 releasev7.5.3 | Rainer Gerhards | 2013-09-11 | 3 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | regression fix: message properties did not work | Rainer Gerhards | 2013-09-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regeression from the global/local variabe work done for this release. Consequently, this problem did not occur in any released version. | |||||
* | | | | | | | omelasticsearch: adapt to new stats subsystem extensions | Rainer Gerhards | 2013-09-10 | 1 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | doc: nit fixing | Rainer Gerhards | 2013-09-10 | 1 | -9/+8 | |
| | | | | | | | ||||||
* | | | | | | | imrelp: adapt to new stats subsystem extensions | Rainer Gerhards | 2013-09-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | doc: add queue parameter skeleton | Florian Riedl | 2013-09-10 | 1 | -0/+71 | |
| | | | | | | | ||||||
* | | | | | | | doc: clarify global/local variables | Rainer Gerhards | 2013-09-10 | 2 | -2/+3 | |
| | | | | | | | ||||||
* | | | | | | | doc: add reference to relevant blog posting (imfile "escapeLF" param) | Rainer Gerhards | 2013-09-10 | 2 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | doc: clarify imfile "escapeLF" paramter availability | Rainer Gerhards | 2013-09-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | imfile: support LF escaping in read mode 2 | Rainer Gerhards | 2013-09-10 | 2 | -6/+29 | |
| | | | | | | | ||||||
* | | | | | | | imfile: support LF escaping in read mode 1 | Rainer Gerhards | 2013-09-10 | 4 | -11/+42 | |
| | | | | | | | ||||||
* | | | | | | | doc: add new impstats feature to ChangeLog | Rainer Gerhards | 2013-09-09 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | impstats: implement parameter "resetCounters" | Rainer Gerhards | 2013-09-09 | 4 | -19/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details). | |||||
* | | | | | | | impstats: reset stats counters no matter if CEE or regular mode is used | Rainer Gerhards | 2013-09-09 | 1 | -3/+17 | |
| | | | | | | | ||||||
* | | | | | | | experimental: make impstats return delta values where possible | Rainer Gerhards | 2013-09-07 | 10 | -33/+41 | |
| | | | | | | | ||||||
* | | | | | | | imudp: use inputname for statistics, if configured | Rainer Gerhards | 2013-09-05 | 2 | -3/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-05 | 3 | -3/+7 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | bugfix: some more build problems with newer json-c versions | Rainer Gerhards | 2013-09-04 | 3 | -2/+6 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning the problem. | |||||
| * | | | | | prepare for 7.4.4 releasev7.4.4 | Rainer Gerhards | 2013-09-03 | 3 | -3/+3 | |
| | | | | | |