summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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
| | | | | | | | |
| * | | | | | | | 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
| * | | | | | | | | | 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
| * | | | | | | | | | added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
| * | | | | | | | | | bumped version numberRainer Gerhards2008-05-151-3/+1
| | | | | | | | | | |
| * | | | | | | | | | bugfix: TLS server went into an endless loop in some situations.Rainer Gerhards2008-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for reporting the problem.
| * | | | | | | | | | ugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static runtime ↵Rainer Gerhards2008-05-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library, resulting in a large size increase (and potential "interesting" effects). Thanks to Michael Biebel for reporting the size issue.
| * | | | | | | | | | fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | | | | limited number of unavoidable compiler warnings when compiling with GnuTLSRainer Gerhards2008-05-071-0/+3
| | | | | | | | | | |
| * | | | | | | | | | configure help for --enable-gnutls wrongRainer Gerhards2008-05-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | said default is "yes" but default actually is "no" thanks to darix for pointing this out
| * | | | | | | | | | bumping version numberRainer Gerhards2008-05-061-0/+3
| | | | | | | | | | |
| * | | | | | | | | | final touches for 3.19.0v3.19.0Rainer Gerhards2008-05-061-2/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-05-021-0/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'klogd-bug'Rainer Gerhards2008-04-281-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | improvements in omfwd and cleanup of omgssapiRainer Gerhards2008-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary
| * | | | | | | | | | | | updated ChangeLogRainer Gerhards2008-04-241-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-04-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |