summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * 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.
* | | 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
| * | bumped version numberRainer Gerhards2008-06-161-0/+2
| | |
| * | prepared for 3.17.4v3.17.4Rainer Gerhards2008-06-161-1/+1
| | |
* | | 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-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
| | |
* | | 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
| | |
* | | bugfix: removed some memory leaks in TLS codeRainer Gerhards2008-06-041-0/+1
| | |
* | | bugfix: off-by-one bug during certificate checkRainer Gerhards2008-06-041-0/+1
| | |
* | | bugfix: part of permittedPeer structure was not correctly initializedRainer Gerhards2008-06-031-0/+2
| | | | | | | | | | | | thanks to varmojfekoj for spotting this
* | | bumped version numberRainer Gerhards2008-05-301-0/+2
| | |
* | | finalized 3.19.5v3.19.5Rainer Gerhards2008-05-301-1/+1
| | |
* | | capability for replacement text in no match regex case addedRainer Gerhards2008-05-301-0/+3
| | | | | | | | | | | | | | | | | | implemented in property replacer: if a regular expression does not match, it can now either return "**NO MATCH** (default, as before), a blank property or the full original property text
* | | enhanced property replacer's regex to support submatchesRainer Gerhards2008-05-291-0/+4
| | | | | | | | | | | | | | | | | | | | | - enabled Posix ERE expressions inside the property replacer (previously BRE was permitted only) - provided ability to specify that a regular expression submatch shall be used inside the property replacer
* | | bumped version numberRainer Gerhards2008-05-271-0/+2
| | |
* | | finalized 3.19.4v3.19.4Rainer Gerhards2008-05-271-3/+10
| | |
* | | Merge branch 'ietf-tls'Rainer Gerhards2008-05-271-0/+10
|\ \ \
| * | | protected gtls error string function by a mutex.Rainer Gerhards2008-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | Without it, we could have a race condition in extreme cases. This was very remote, but now can no longer happen.
| * | | added gtls name authentication based on common name (inside DN)Rainer Gerhards2008-05-261-0/+1
| | | | | | | | | | | | | | | | also changed fingerprint gtls auth mode to new format fingerprint
| * | | changed config directive name to reflect different useRainer Gerhards2008-05-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | $ActionSendStreamDriverCertFingerprint is now $ActionSendStreamDriverPermittedPeer and can be used both for fingerprint and name authentication (similar to the input side)
* | | | bugfix: sender information (fromhost et al) was missing in imudpRainer Gerhards2008-05-211-0/+2
| | | | | | | | | | | | | | | | thanks to sandiso for reporting this bug
* | | | Merge branch 'beta'Rainer Gerhards2008-05-211-0/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | 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
* | | | bumping version numberRainer Gerhards2008-05-211-0/+2
| | | |
* | | | finalizing v3.19.3v3.19.3Rainer Gerhards2008-05-211-1/+1
| | | |
* | | | Merge branch 'ietf-tls'Rainer Gerhards2008-05-211-0/+6
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | added first rough ability to authenticate the server against its certificateRainer Gerhards2008-05-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very experimental and needs some more work. It probably even segfaults - but the base code is there and running. The rest is refinement. While working on this, I did these two bugfixes: - bugfix: small mem leak in omfwd on exit (strmdriver name was not freed) - bugfix: $ActionSendStreamDriver had no effect