summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | changelog added plus typo fixRainer Gerhards2008-04-171-1/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | some cleanup after dual-mergeRainer Gerhards2008-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
| * | | | | | | | | | | | Merge branch 'rfc3195'Rainer Gerhards2008-04-161-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | completed im3195 including some documentationRainer Gerhards2008-04-161-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'runtime'Rainer Gerhards2008-04-161-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | | | | | | some more cleanupRainer Gerhards2008-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
| | * | | | | | | | | | | | | provided ability to initialize the runtimeRainer Gerhards2008-04-161-0/+4
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | / / 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 ;))