summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2008-04-091-0/+2
|\ | | | | | | | | | | Conflicts: modules.c
| * finalized 3.14.2 releasev3.14.2Rainer Gerhards2008-04-091-0/+2
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+9
|\|
| * bugfix: some legacy options not correctly interpreted - thanks toRainer Gerhards2008-04-081-0/+2
| | | | | | | | varmojfekoj for the patch
| * - bugfixes in legacy options processing, credits to varmojfekojRainer Gerhards2008-04-081-0/+3
| | | | | | | | | | * reset errno before printing a warning message * misspelled directive name in code processing legacy options
| * cleanup and bugfix in imklogRainer Gerhards2008-04-081-0/+4
| | | | | | | | | | | | | | - some cleanup in imklog - bugfix: potential segfault in imklog when kernel is compiled without /proc/kallsyms and the file System.map is missing. Thanks to Andrea Morandi for pointing it out and suggesting a fix.
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+4
|\|
| * bugfix: imklog did not work well with kernel 2.6+.Rainer Gerhards2008-04-081-0/+4
| | | | | | | | | | | | Thanks to Peter Vrabec for patching it based on the development in sysklogd - and thanks to the sysklogd project for upgrading klogd to support the new functionality.
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+1
|\|
| * bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused)Rainer Gerhards2008-04-081-0/+1
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-071-7/+30
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/status.html rsyslog.conf.5 syslogd.c
| * cleanupRainer Gerhards2008-04-071-0/+1
| |
| * bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-0/+3
| |
| * preparing for 3.14.1 releasev3-14-1Rainer Gerhards2008-04-041-1/+6
| |
| * bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-0/+1
| |
| * bugfix: zero-length strings were not supported in object deserializerRainer Gerhards2008-04-041-0/+2
| |
| * removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-1/+7
| | | | | | | | | | | | | | | | effects on existing envrionments, as sysklogd didn't obey it either (probably another bug in RFC3164...). We now receive the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates.
| * man pages improved thanks to varmofekoj and Peter VrabecRainer Gerhards2008-04-031-0/+1
| |
| * bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-0/+1
| |
| * bugfix: $hostname and $fromhost in RainerScript did not workRainer Gerhards2008-04-031-0/+1
| |
| * bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+1
| |
| * disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-0/+2
| | | | | | | | | | cross-platform trouble - need to see how to fix this in the best possible way
| * - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-0/+5
| | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
* | bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-0/+1
| |
* | bugfix: zero-length strings were not supported in object deserializerRainer Gerhards2008-04-041-0/+2
| |
* | removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-0/+6
| | | | | | | | | | | | | | | | effects on existing envrionments, as sysklogd didn't obey it either (probably another bug in RFC3164...). We now receive the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates.
* | bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-0/+1
| |
* | bugfix: $hostname and $fromhost in RainerScript did not workRainer Gerhards2008-04-031-0/+1
| |
* | bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+1
| |
* | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-0/+2
| | | | | | | | during startup)
* | file relputil.c deleted, not actually neeededRainer Gerhards2008-04-021-0/+2
| |
* | disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-0/+5
| | | | | | | | | | cross-platform trouble - need to see how to fix this in the best possible way
* | preparing for 3.15.0 releaseRainer Gerhards2008-04-011-0/+5
| |
* | - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-0/+3
| | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
* | bumped version numberRainer Gerhards2008-03-311-0/+2
|/
* preparing for 3.13.0-dev0 releaseRainer Gerhards2008-03-311-1/+3
|
* added a --enable/disable-rsyslogd configure option so that source-basedRainer Gerhards2008-03-311-1/+4
| | | | | packaging systems can build plugins without the need to compile rsyslogd
* worked a bit on atomic memory operations to support problem-free threadingRainer Gerhards2008-03-311-0/+4
| | | | (only at non-intrusive places)
* bugfix: tcp receiver could segfault due to uninitialized variableRainer Gerhards2008-03-311-0/+1
|
* - bugfix: accidently set debug option in 3.12.5 reset to production ThisRainer Gerhards2008-03-291-0/+5
| | | | | | | | option prevented dlclose() to be called. It had no real bad effects, as the modules were otherwise correctly deinitialized and dlopen() supports multiple opens of the same module without any memory footprint. - removed --enable-mudflap, added --enable-valgrind ./configure setting
* bumped version numberRainer Gerhards2008-03-281-0/+2
|
* - bugfix: regular expressions inside property replacer did not workRainer Gerhards2008-03-281-6/+8
| | | | properly
* bugfix: fixed small memory leak in template regular expressionsRainer Gerhards2008-03-281-2/+4
|
* added build-in templatesRainer Gerhards2008-03-281-0/+1
|
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-0/+4
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-0/+3
| | | | | - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive
* updated v3 compatibility doc to cover new compatibility modeRainer Gerhards2008-03-271-0/+9
|
* bugfix: $ModDir did invalid bounds checking, potential overlow inRainer Gerhards2008-03-271-0/+3
| | | | dbgprintf() - thanks to varmojfekoj for the patch
* bugfix: QHOUR and HHOUR properties were wrongly calculatedRainer Gerhards2008-03-261-1/+2
|
* bumping version numberRainer Gerhards2008-03-251-0/+2
|