summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bumped version numberRainer Gerhards2008-07-211-0/+2
|
* preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+2
|
* added new poperty replacer option, added missing documentationRainer Gerhards2008-07-181-0/+15
| | | | | | | | | | | | | | | | | | - added a new property replacer option "sp-if-no-1st-sp" to cover a problem with RFC 3164 based interpreation of tag separation. While it is a generic approach, it fixes a format problem introduced in 3.18.0, where kernel messages no longer had a space after the tag. This is done by a modifcation of the default templates. Please note that this may affect some messages where there intentionally is no space between the tag and the first character of the message content. If so, this needs to be worked around via a specific template. However, we consider this scenario to be quite remote and, even if it exists, it is not expected that it will actually cause problems with log parsers (instead, we assume the new default template behaviour may fix previous problems with log parsers due to the missing space). - doc bugfix: property replacer options secpath-replace and secpath-drop were not documented
* bugfix: remove PRI part from kernel message if it is presentRainer Gerhards2008-07-181-0/+2
|
* bugfix: imklog module was not correctly compiled for GNU/kFreeBSDPetr Salinger2008-07-181-0/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed typo in source commentRyo Fujita2008-07-161-0/+1
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* doc bugfix: fixed some typos in rsyslog.conf man pageRyo Fujita2008-07-161-0/+1
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* bugfix: mark messages were not correctly written to text log filesRainer Gerhards2008-07-151-0/+5
| | | | | | | the markmessageinterval was not correctly propagated to all places where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written.
* bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-0/+5
| | | | | | | because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation. [Backport from 3.19.10]
* bugfix: potential segfault in creating message mutex in non-direct queue mode.Rainer Gerhards2008-07-141-0/+10
| | | | | | | | | | rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) if an action queue is running in any other mode than non-direct. The same problem can potentially be triggered by some main message queue settings. In any case, it will manifest during rsylog's startup. It is unlikely to happen after a successful startup (the only window of exposure may be a relatively seldom executed action running in queued mode). This has been corrected. Thank to HKS for point out the problem.
* prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-111-1/+3
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-111-0/+4
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * prepared for 3.16.3 releaseRainer Gerhards2008-07-111-0/+4
| |
* | fixed missing parts of ChangeLogRainer Gerhards2008-07-081-0/+31
| | | | | | | | These seem to have been lost in some early git days ;)
* | updated ChangeLogRainer Gerhards2008-07-071-0/+3
| |
* | preparing for 3.17.5Rainer Gerhards2008-06-271-1/+1
| |
* | added doc: howto set up a reliable connection to remote serverRainer Gerhards2008-06-271-0/+2
| | | | | | | | via queued mode (and plain tcp protocol)
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-06-251-1/+1
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-251-1/+1
| |
* | fixed typoRainer Gerhards2008-06-251-1/+1
| |
* | bugfix: comments after actions were not properly treated.Rainer Gerhards2008-06-251-0/+2
| | | | | | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration.
* | bumped version numberRainer Gerhards2008-06-161-0/+2
| |
* | prepared for 3.17.4v3.17.4Rainer Gerhards2008-06-161-1/+1
| |
* | bumped version numberRainer Gerhards2008-06-121-1/+1
| |
* | changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-121-0/+6
| |
* | finalized 3.17.3v3.17.3Rainer Gerhards2008-05-281-1/+1
| |
* | bugfix: imklog went into an endless loop if a PRI value was insideRainer Gerhards2008-05-211-0/+5
| | | | | | | | | | | | a kernel log message This is an unusual case under Linux, and a frequent one under BSD
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-05-161-0/+17
|\|
| * Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-05-151-0/+10
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | * bumped version numberRainer Gerhards2008-05-151-0/+2
| | |
| | * finalizing 2.0.5 releasev2.0.5Rainer Gerhards2008-05-151-1/+1
| | |
| | * updated ChangeLog (forgotten...)Rainer Gerhards2008-05-071-0/+1
| | |
| | * bugfix: regular expressions inside property replacer did not work properlyRainer Gerhards2008-03-281-0/+4
| | |
| | * preparing for 2.0.4 releasev2-0-4Rainer Gerhards2008-03-271-1/+1
| | |
| | * added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-0/+2
| | | | | | | | | | | | quarter-hour logfile rotation
| | * bugfix: continue parsing if tag is oversize (discard oversize part) -Rainer Gerhards2008-03-251-0/+2
| | | | | | | | | | | | thanks to mclaughlin77@gmail.com for the patch
| | * bugfix: internally generated messages had "FROMHOST" property not setRainer Gerhards2008-03-221-0/+3
| | |
| | * preparing for 2.0.3v2-0-3Rainer Gerhards2008-03-121-1/+1
| | |
| | * - bugfix: not properly initialized data could cause several segfaults ifRainer Gerhards2008-03-121-0/+2
| | | | | | | | | | | | | | | there were errors in the config file - thanks to varmojfekoj for the patch
| | * - bugfix: resolved potential segfault condition on HUP (extremely unlikelyRainer Gerhards2008-02-261-0/+3
| | | | | | | | | | | | | | | to happen in practice), for details see tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=38
| | * improved man pages thank to Michael Biebl for the patchRainer Gerhards2008-02-131-0/+1
| | |
| | * bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properlyRainer Gerhards2008-02-121-0/+2
| | | | | | | | | | | | initialized
| | * bumping version numberRainer Gerhards2008-02-121-0/+2
| | |
| | * fixed invalid linkv2-0-2Rainer Gerhards2008-02-121-0/+1
| | |
| | * cleaned up stringbuf.c to fix an annoyance reported by Anders BlomdellRainer Gerhards2008-02-121-1/+4
| | |
| | * bugfix (doc): misspelled config directive, invalid signal info - thanks toRainer Gerhards2008-02-111-0/+1
| | | | | | | | | | | | Peter Vrabec for pointing this out
| | * bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-111-0/+2
| | | | | | | | | | | | without timestamp - thanks to Anders Blomdell for providing a patch!
| | * bugfix: errno could be changed during mark processing, leading to invalidRainer Gerhards2008-02-111-0/+3
| | | | | | | | | | | | | | | error messages when processing inputs. Thank to varmojfekoj for pointing out this problem.
| | * bugfix: suspended actions were not always properly resumed varmojfekojRainer Gerhards2008-02-111-0/+2
| | | | | | | | | | | | provided the patch - many thanks!
| | * added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-111-0/+3
| | | | | | | | | | | | | | | users to right location for further info (many don't even know they run rsyslog ;))