summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | bugfix: missing linker options caused build to fail on some systems.Tiziano Mueller2008-05-211-0/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | bugfix: default syslog port was no longer used if none was configured.varmojfekoj2008-05-211-0/+2
|/ / | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | bumped version numberRainer Gerhards2008-05-161-0/+2
| |
* | Merge branch 'beta'Rainer Gerhards2008-05-161-3/+20
|\| | | | | | | | | | | | | Conflicts: ChangeLog rfc3195d.c
| * 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
| | | |