summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-181-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 handledRainer Gerhards2013-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode
* | | | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-171-0/+2
| | | | | | | | | | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-161-0/+3
|\| | |
| * | | bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelledRainer Gerhards2013-09-161-0/+3
| | | | | | | | | | | | | | | | Thanks to David Lang for alerting us
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-0/+2
|\| | |
| * | | bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-131-0/+2
| | | | | | | | | | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-0/+2
|\| | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | bugfix: segfault on startup if TCP TLS was used but no cert or key setRainer Gerhards2013-09-131-0/+1
| | | |
| * | | Merge branch 'v7-stable' into v7-stable-tlsfixRainer Gerhards2013-09-131-1/+450
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | | bugfix: segfault on startup if TLS was used but no CA cert setRainer Gerhards2013-09-131-0/+1
| | | | |
* | | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-121-0/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c runtime/cryprov.h
| * | | | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabledRainer Gerhards2013-09-121-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 disabledRainer Gerhards2013-09-121-0/+4
| | | | | | | | | | | | | | | | | | | | Thanks to Jonny Törnbom for reporting this problem
* | | | | preparing for 7.5.3 releasev7.5.3Rainer Gerhards2013-09-111-1/+1
| | | | |
* | | | | doc: clarify global/local variablesRainer Gerhards2013-09-101-0/+1
| | | | |
* | | | | doc: add reference to relevant blog posting (imfile "escapeLF" param)Rainer Gerhards2013-09-101-0/+1
| | | | |
* | | | | imfile: support LF escaping in read mode 2Rainer Gerhards2013-09-101-0/+13
| | | | |
* | | | | doc: add new impstats feature to ChangeLogRainer Gerhards2013-09-091-0/+2
| | | | |
* | | | | imudp: use inputname for statistics, if configuredRainer Gerhards2013-09-051-0/+1
| | | | |
* | | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-0/+4
| | |/ / | |/| | | | | | | | | | Thanks to Michael Biebl for mentioning the problem.
| * | | prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-031-1/+1
| | | |
* | | | doc: mention imported patches in ChangeLogRainer Gerhards2013-09-031-0/+1
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-0/+8
|\| | |
| * | | doc: add some more non-mentioned fixes to ChangeLogRainer Gerhards2013-09-031-0/+4
| | | |
| * | | doc: add missing information (patches) to ChangeLogRainer Gerhards2013-09-031-0/+4
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-0/+2
|\| | |
| * | | doc: mention last json-c patch in ChangeLogRainer Gerhards2013-09-031-0/+2
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-09-021-0/+3
|\| | |
| * | | bugfix: imfile parameter "persistStateInterval" was unusableRainer Gerhards2013-09-021-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 Gerhards2013-09-021-0/+8
|\| | |
| * | | doc: add recent patch series to ChangeLogRainer Gerhards2013-09-021-0/+8
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-08-261-0/+2
|\| | |
| * | | bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-261-0/+2
| | | | | | | | | | | | | | | | Thanks to Chris Norton for alerting us.
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-08-261-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/dev_oplugins.html
| * | | doc bugfix: remove no-longer existing omtemplate from developer docRainer Gerhards2013-08-261-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 Gerhards2013-07-191-0/+4
|\| | |
| * | | bugfix: testbench tool chkseq did improperly report invalid fileRainer Gerhards2013-07-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-191-0/+9
|\| | | | | | | | | | | | | | | | | | | Conflicts: runtime/stream.c
| * | | doc: mention queue file size patchRainer Gerhards2013-07-191-1/+4
| | | |
| * | | Merge branch 'v6-stable' into tmpRainer Gerhards2013-07-191-0/+3
| |\ \ \
| | * \ \ Merge branch 'v5-stable' into tmpRainer Gerhards2013-07-191-0/+3
| | |\ \ \
| | | * | | doc: mention queue file size patchRainer Gerhards2013-07-191-0/+3
| | | | | |
* | | | | | doc: add doc for main_queue() objectRainer Gerhards2013-07-191-0/+1
| | | | | |
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-191-0/+5
|\| | | | |
| * | | | | bugfix: $QHOUR/$HHOUR were always "00" or "01"Rainer Gerhards2013-07-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regression some time between v5 and here Thanks to forum user rjmcinty for reporting this bug
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | prepare for 7.4.3 releasev7.4.3Rainer Gerhards2013-07-181-1/+1
| | | | | |
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-171-0/+5
|\| | | | |