summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* an initial, somewhat working, tester for the mail functionalityRainer Gerhards2008-04-041-1/+19
|
* 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
|
* changed command line processing. -v, -M, -c options are now parsed andRainer Gerhards2008-04-041-0/+6
| | | | | | | | processed before all other options. Inter-option dependencies have been relieved. Among others, permits to specify intial module load path via -M only (not the environment) which makes it much easier to work with non-standard module library locations. Thanks to varmojfekoj for suggesting this change. Matches bugzilla bug 55.
* 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
|
* added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-0/+3
| | | | with queues - so things can be configured to be done at off-peak hours
* properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-0/+3
|
* added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-0/+9
| | | | during startup)
* removed no longer needed file relptuil.c/.hRainer Gerhards2008-04-021-0/+1
|
* disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-0/+7
| | | | | cross-platform trouble - need to see how to fix this in the best possible way
* included info on 3.15.0 releaseRainer Gerhards2008-04-021-0/+7
|
* - 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.
* bumping version numberRainer Gerhards2008-03-311-0/+3
|
* 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
|
* preparing for 3.12.4Rainer Gerhards2008-03-251-8/+21
|
* added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-0/+2
| | | | quarter-hour logfile rotation
* bugfix: internally generated messages had "FROMHOST" property not setRainer Gerhards2008-03-221-0/+14
|
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-0/+2
| | | | Results in reducing code complexity.
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-0/+2
| | | | prevent unintentional message loss
* bugfix: some slightly invalid memory accessesRainer Gerhards2008-03-201-0/+1
|
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-0/+1
|
* bugfix: potential segfault on module unload. Thanks to varmojfekoj for theRainer Gerhards2008-03-191-0/+2
| | | | patch
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-191-0/+2
| | | | varmojfekoj for the patch
* added flow control options to other input sourcesRainer Gerhards2008-03-191-0/+2
|
* bumping version numberRainer Gerhards2008-03-181-0/+2
|
* preparing for 3.12.3v3-12-3Rainer Gerhards2008-03-181-1/+5
|
* bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patchRainer Gerhards2008-03-171-1/+2
|
* bugfix: duplicate public symbol in omfwd and omgssapi could lead toRainer Gerhards2008-03-141-0/+2
| | | | segfault. thanks to varmojfekoj for the patch.
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-0/+6
| | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages.
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-0/+2
| | | | source and its capablity to be delayed without bad side effects)
* cleanupRainer Gerhards2008-03-141-0/+3
|
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-0/+1
|
* added initial set of RELP support (i/omrelp) - not working yet, just stageRainer Gerhards2008-03-131-0/+2
| | | | work
* preparing 3.12.2Rainer Gerhards2008-03-131-1/+1
|
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-131-0/+4
| | | | | | just a fix but a change in the object model. Thanks to varmojfekoj for providing the bug report, an initial fix and lots of good discussion that lead to where we finally ended up.