summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-07-251-1/+4
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-07-251-1/+4
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * bumped version numberRainer Gerhards2008-07-211-0/+2
| | |
| | * preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+2
| | |
* | | preparing for 3.21.0 releasev3.21.0Rainer Gerhards2008-07-181-2/+5
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-07-181-0/+21
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+21
| |\| | | | | | | | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c
| | * 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>
* | | added a samll diagnostic tool to obtain result of gethostname() APIRainer Gerhards2008-07-161-0/+1
| | |
* | | some doc cleanupRainer Gerhards2008-07-161-2/+2
| | | | | | | | | | | | | | | among others, download links on status page were messed up. Thanks to HKS for reporting this.
* | | Merge branch 'tests'Rainer Gerhards2008-07-151-0/+2
|\ \ \
| * | | changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-071-0/+2
| | | | | | | | | | | | | | | | | | | | it now works based on test case files, which enable to quickly generate test cases.
* | | | preparing for new devel branch (3.21)Rainer Gerhards2008-07-151-0/+2
| |/ / |/| |
* | | bumped version numberRainer Gerhards2008-07-151-0/+2
| | |
* | | preparing for 3.19.10, starting a new beta branchv3.19.10Rainer Gerhards2008-07-151-1/+2
| | |
* | | Merge branch 'master' into betaRainer Gerhards2008-07-151-0/+155
|\ \ \ | |_|/ |/| |
| * | bugfix (cosmetical): authorization was not checked when gtls handshake ↵varmojfekoj2008-07-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completed immediately. While this sounds scary, the situation can not happen in practice. We use non-blocking IO only for server-based gtls session setup. As TLS requires the exchange of multiple frames before the handshake completes, it simply is impossible to do this in one step. However, it is useful to have the code path correct even for this case - otherwise, we may run into problems if the code is changed some time later (e.g. to use blocking sockets). Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | some fixes in ChangeLogRainer Gerhards2008-07-141-3/+2
| | |
| * | Merge branch 'beta'Rainer Gerhards2008-07-141-0/+5
| |\ \
| * | | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | bugfix: UDP syslog forwarding did not work on all platformsRainer Gerhards2008-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | the ai_socktype was incorrectly set to 1. On some platforms, this lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for reporting the bug.
| * | | cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-141-0/+1
| | | |
| * | | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-0/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * \ \ \ Merge branch 'beta'Rainer Gerhards2008-07-111-0/+38
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c
| * | | | | bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-091-0/+1
| | | | | |
| * | | | | bumped version numberRainer Gerhards2008-07-071-0/+2
| | | | | |
| * | | | | preparing for 3.19.9v3.19.9Rainer Gerhards2008-07-071-2/+3
| | |_|_|/ | |/| | |
| * | | | rewriten omusrmsg to no longer fork() a new process for sending messagesRainer Gerhards2008-07-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now.
| * | | | finalized tutorial for creating a TLS-secured syslog infrastructureRainer Gerhards2008-07-031-0/+1
| | | | |
| * | | | bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85 The fix also slightly improves performance by not storing certificates in client sessions when there is no need to do so.
| * | | | bumped version numberRainer Gerhards2008-07-011-0/+2
| | | | |
| * | | | finalized 3.19.8v3.19.8Rainer Gerhards2008-07-011-3/+5
| | | | |
| * | | | Merge branch 'beta'Rainer Gerhards2008-07-011-1/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog conf.c doc/Makefile.am doc/manual.html omfwd.c plugins/omgssapi/omgssapi.c This was a bit hard to merge; if there are problems, they may be in the area of the new "comment in action line" code that came from the beta.
| * | | | | added (internal) error codes to error messagesRainer Gerhards2008-06-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
| * | | | | disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+1
| | | | | |
| * | | | | Merge branch 'beta'Rainer Gerhards2008-06-161-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ \ \ \ Merge branch 'beta'Rainer Gerhards2008-06-121-1/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c
| * | | | | | | bumped version numberRainer Gerhards2008-06-111-0/+2
| | | | | | | |
| * | | | | | | preparing for 3.19.7 releaseRainer Gerhards2008-06-111-1/+4
| | | | | | | |
| * | | | | | | made rsyslog tickless in the (usual and default) case that repeatedRainer Gerhards2008-06-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message reduction is turned off. More info: http://blog.gerhards.net/2008/06/coding-to-save-environment.html
| * | | | | | | somewhat improved plain tcp syslog reliabilityRainer Gerhards2008-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...by doing a connection check before sending. Credits to Martin Schuette for providing the idea. Details are available at http://blog.gerhards.net/2008/06/reliable-plain-tcp-syslog-once-again.html
| * | | | | | | fixed a bug with the new property replacer optionRainer Gerhards2008-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there was a copy&paste error in the timereported property - thanks to Elizabeth for reporting it
| * | | | | | | added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enables to query just the subsecond part of a high-precision timestamp
| * | | | | | | bumping version numberRainer Gerhards2008-06-061-0/+2
| | | | | | | |
| * | | | | | | preparing 3.19.6v3.19.6Rainer Gerhards2008-06-061-1/+2
| | | | | | | |
| * | | | | | | enhanced property replacer to support multiple regex matchesRainer Gerhards2008-06-041-0/+1
| | | | | | | |