summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| | | * 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 ;))
| | | * - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-0/+4
| | | | | | | | | | | | | | | | varmojfekoj provided the patch - many thanks!
| | | * fixed a bug that caused a potential hang in file and fwd output moduleRainer Gerhards2008-01-241-1/+3
| | | | | | | | | | | | | | | | varmojfekoj provided the patch - many thanks!
| | | * fixed a bug with standard template definitions (not a big deal) - thanks toRainer Gerhards2008-01-141-0/+6
| | | | | | | | | | | | | | | | varmojfekoj for spotting it
| | | * preparing for 2.0.0v2-0-0Rainer Gerhards2008-01-021-0/+4
| | | |
| | | * prepared for 1.21.2Rainer Gerhards2007-12-281-1/+1
| | | |
| | | * prepared for version 1.21.2Rainer Gerhards2007-12-281-1/+8
| | | |
| | | * backported rsyslog v3 omgssapi - to provide forward compatibility from v2Rainer Gerhards2007-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2.
| | | * removed socket leak in omfwd.cRainer Gerhards2007-12-261-0/+1
| | | |
| | | * moved cross-platform define for AI_NUMERICSERV to net.hRainer Gerhards2007-12-261-0/+3
| | | |
| | | * preparing for 1.21.1v1-21-1Rainer Gerhards2007-12-231-1/+1
| | | |
| | | * bugfix: memory leak in cfsysline.c/doGetWord() fixedRainer Gerhards2007-12-201-0/+1
| | | |