summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | doc bugfix: ReadMode wrong in imfile doc, two values were swappedRainer Gerhards2013-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=450 Thanks to jokajak@gmail.com for mentioning this
| * | | add --enable-cached-man-pages ./configure optionRainer Gerhards2013-05-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | permits to build rsyslog on a system where rst2man is not installed. In that case, cached versions of the man pages are used (they were built during "make dist", so they should be current for the version in question.
| * | | doc: add imjournal improvement to ChangeLogRainer Gerhards2013-05-221-0/+1
| | | |
| * | | bugfix: potential hang *in debug mode* on rsyslogd terminationRainer Gerhards2013-05-151-0/+5
| | | |
| * | | prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
| | | |
| * | | bugfix: problem in build system (especially when cross-compiling)Winfried2013-05-141-0/+3
| | | | | | | | | | | | | | | | | | | | Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445
| * | | bugfix: .logsig files had tlv16 indicator bit at wrong offsetRainer Gerhards2013-05-141-0/+1
| | | |
| * | | doc: add recent patches to ChangeLogRainer Gerhards2013-05-141-0/+2
| | | |
| * | | bugfix: omrelp legacy config parameters set a timeout of zeroRainer Gerhards2013-05-131-0/+2
| | | | | | | | | | | | | | | | which lead the legacy config to be unusable.
| * | | bugfix: invalid addressing in string class (recent regression)Rainer Gerhards2013-05-131-0/+1
| | | |
| * | | bugfix: segfault on startup if a disk queue was configure without file nameRainer Gerhards2013-05-081-0/+6
| | | | | | | | | | | | | | | | | | | | Now this triggers an error message and the queue is changed to linkedList type.
| * | | prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-061-1/+1
| | | |
| * | | doc: mention important merged-in patch in ChangeLogRainer Gerhards2013-05-061-0/+3
| | | |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-05-061-0/+3
| |\ \ \
| * | | | doc: mention important upported patchRainer Gerhards2013-05-031-0/+7
| | | | |
| * | | | Merge branch 'v7-stable'Rainer Gerhards2013-05-031-0/+9
| |\ \ \ \
| * | | | | bugfix: some man pages were not properly installedMarius Tomaschewski2013-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | either rscryutil or rsgtutil man was installed, but not both
| * | | | | prepare for 7.3.13 releaseRainer Gerhards2013-04-291-2/+6
| | | | | |
| * | | | | doc bugfix: omfile parameter "VeryRobustZip" was documentas as "VeryReliableZip"Rainer Gerhards2013-04-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this.
| * | | | | prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-261-1/+1
| | | | | |
| * | | | | bugfix: build problems on SolarisJohn Lyman2013-04-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436
| * | | | | bugfix: off-by-one error in handling local FQDN name (regression)Rainer Gerhards2013-04-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A remporary buffer was allocated one byte too small. Did only affect startup, not actual operations. Came up during routine tests, and can have no effect once the engine runs. Bug was introduced in 7.3.11.
| * | | | | omelasticsearch: _id field support for bulk operationsJérôme Renard2013-04-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also max number of templates for plugin use has been increased to five closes: http://bugzilla.adiscon.com/show_bug.cgi?id=392
| * | | | | fix compile on SolarisMartin Carpenter2013-04-241-0/+2
| | | | | |
| * | | | | platform compatibility enhancement: solve compile issue with libgcryptRainer Gerhards2013-04-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | do not use GCRY_CIPHER_MODE_AESWRAP where not available
| * | | | | doc: link new omelasticsearch doc to the module docRainer Gerhards2013-04-241-0/+2
| | | | | |
| * | | | | bugfix: block size limit was not properly honoredRainer Gerhards2013-04-231-0/+1
| | | | | |
| * | | | | bugfix: potential segfault in guardtime signature providerRainer Gerhards2013-04-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it could segfault if an error was reported by the GuardTime API, because an invalid free could happen then
| * | | | | some minor additions to 7.3.11v7.3.11Rainer Gerhards2013-04-231-0/+1
| | | | | |
| * | | | | prepare for 7.3.11 releaseRainer Gerhards2013-04-231-1/+1
| | | | | |
| * | | | | omhiredis: add support for redis pipeline supportBrian Knox2013-04-171-0/+2
| | | | | |
| * | | | | Merge branch 'v7-stable'Rainer Gerhards2013-04-171-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * \ \ \ \ \ Merge branch 'master-crypto'Rainer Gerhards2013-04-171-0/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | bugfix: $PreserveFQDN is not properly workingLouis Bouchard2013-04-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=426
| | * | | | | | logenc: full support for keyfilesRainer Gerhards2013-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | including their generation via rscrytool
| * | | | | | | doc: add recent patch to ChangeLogRainer Gerhards2013-04-131-0/+4
| | | | | | | |
| * | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-04-121-0/+4
| |\ \ \ \ \ \ \
| * | | | | | | | prepare for 7.3.10 releasev7.3.10Rainer Gerhards2013-04-101-1/+1
| | | | | | | | |
| * | | | | | | | doc: complete ChangeLogRainer Gerhards2013-04-101-1/+3
| | | | | | | | |
| * | | | | | | | doc: add recent patch to ChangeLogRainer Gerhards2013-04-091-0/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'c7' into tmpRainer Gerhards2013-04-091-0/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/queue.c
| | * | | | | | | | omrelp: add ability to specify session timeoutRainer Gerhards2013-04-081-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'c7'Rainer Gerhards2013-04-081-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | omrelp: add support for RainerScript-based configurationRainer Gerhards2013-04-081-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-04-081-0/+20
| |\| | | | | | | | | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: grammar/rainerscript.c runtime/ruleset.c
| * | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-04-041-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'v7-stable-info'Rainer Gerhards2013-03-291-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog template.c
| | * | | | | | | | | permit substring extraction relative to end-of-string in templatesRainer Gerhards2013-03-291-0/+1
| | | | | | | | | | |
| * | | | | | | | | | add RainerScript re_extract() functionRainer Gerhards2013-03-271-0/+1
| | | | | | | | | | |
| * | | | | | | | | | bugfix: imuxsock aborted under some conditionsRainer Gerhards2013-03-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regression from ratelimiting enhancements