Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | bumped version number | Rainer Gerhards | 2008-06-16 | 1 | -0/+2 |
| | | |||||
| * | prepared for 3.17.4v3.17.4 | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-06-12 | 1 | -1/+7 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c | ||||
| * | bumped version number | Rainer Gerhards | 2008-06-12 | 1 | -1/+1 |
| | | |||||
| * | changed default for i$KlogSymbolLookup to "off" | Rainer Gerhards | 2008-06-12 | 1 | -0/+6 |
| | | |||||
| * | finalized 3.17.3v3.17.3 | Rainer Gerhards | 2008-05-28 | 1 | -1/+1 |
| | | |||||
* | | bumped version number | Rainer Gerhards | 2008-06-11 | 1 | -0/+2 |
| | | |||||
* | | preparing for 3.19.7 release | Rainer Gerhards | 2008-06-11 | 1 | -1/+4 |
| | | |||||
* | | made rsyslog tickless in the (usual and default) case that repeated | Rainer Gerhards | 2008-06-09 | 1 | -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 reliability | Rainer Gerhards | 2008-06-09 | 1 | -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 option | Rainer Gerhards | 2008-06-07 | 1 | -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 Gerhards | 2008-06-06 | 1 | -0/+2 |
| | | | | | | | | enables to query just the subsecond part of a high-precision timestamp | ||||
* | | bumping version number | Rainer Gerhards | 2008-06-06 | 1 | -0/+2 |
| | | |||||
* | | preparing 3.19.6v3.19.6 | Rainer Gerhards | 2008-06-06 | 1 | -1/+2 |
| | | |||||
* | | enhanced property replacer to support multiple regex matches | Rainer Gerhards | 2008-06-04 | 1 | -0/+1 |
| | | |||||
* | | bugfix: removed some memory leaks in TLS code | Rainer Gerhards | 2008-06-04 | 1 | -0/+1 |
| | | |||||
* | | bugfix: off-by-one bug during certificate check | Rainer Gerhards | 2008-06-04 | 1 | -0/+1 |
| | | |||||
* | | bugfix: part of permittedPeer structure was not correctly initialized | Rainer Gerhards | 2008-06-03 | 1 | -0/+2 |
| | | | | | | | | thanks to varmojfekoj for spotting this | ||||
* | | bumped version number | Rainer Gerhards | 2008-05-30 | 1 | -0/+2 |
| | | |||||
* | | finalized 3.19.5v3.19.5 | Rainer Gerhards | 2008-05-30 | 1 | -1/+1 |
| | | |||||
* | | capability for replacement text in no match regex case added | Rainer Gerhards | 2008-05-30 | 1 | -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 submatches | Rainer Gerhards | 2008-05-29 | 1 | -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 number | Rainer Gerhards | 2008-05-27 | 1 | -0/+2 |
| | | |||||
* | | finalized 3.19.4v3.19.4 | Rainer Gerhards | 2008-05-27 | 1 | -3/+10 |
| | | |||||
* | | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-27 | 1 | -0/+10 |
|\ \ | |||||
| * | | protected gtls error string function by a mutex. | Rainer Gerhards | 2008-05-26 | 1 | -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 Gerhards | 2008-05-26 | 1 | -0/+1 |
| | | | | | | | | | | | | also changed fingerprint gtls auth mode to new format fingerprint | ||||
| * | | changed config directive name to reflect different use | Rainer Gerhards | 2008-05-22 | 1 | -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 imudp | Rainer Gerhards | 2008-05-21 | 1 | -0/+2 |
| | | | | | | | | | | | | thanks to sandiso for reporting this bug | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-05-21 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | bugfix: imklog went into an endless loop if a PRI value was inside | Rainer Gerhards | 2008-05-21 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | a kernel log message This is an unusual case under Linux, and a frequent one under BSD | ||||
* | | | bumping version number | Rainer Gerhards | 2008-05-21 | 1 | -0/+2 |
| | | | |||||
* | | | finalizing v3.19.3v3.19.3 | Rainer Gerhards | 2008-05-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-21 | 1 | -0/+6 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | added first rough ability to authenticate the server against its certificate | Rainer Gerhards | 2008-05-16 | 1 | -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 Mueller | 2008-05-21 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | bugfix: default syslog port was no longer used if none was configured. | varmojfekoj | 2008-05-21 | 1 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bumped version number | Rainer Gerhards | 2008-05-16 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-05-16 | 1 | -3/+20 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog rfc3195d.c | ||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-05-16 | 1 | -0/+17 |
| |\ | |||||
| | * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-05-15 | 1 | -0/+10 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac | ||||
| | | * | bumped version number | Rainer Gerhards | 2008-05-15 | 1 | -0/+2 |
| | | | | |||||
| | | * | finalizing 2.0.5 releasev2.0.5 | Rainer Gerhards | 2008-05-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | updated ChangeLog (forgotten...) | Rainer Gerhards | 2008-05-07 | 1 | -0/+1 |
| | | | | |||||
| | | * | bugfix: regular expressions inside property replacer did not work properly | Rainer Gerhards | 2008-03-28 | 1 | -0/+4 |
| | | | | |||||
| | | * | preparing for 2.0.4 releasev2-0-4 | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | quarter-hour logfile rotation | ||||
| | | * | bugfix: continue parsing if tag is oversize (discard oversize part) - | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | thanks to mclaughlin77@gmail.com for the patch | ||||
| | | * | bugfix: internally generated messages had "FROMHOST" property not set | Rainer Gerhards | 2008-03-22 | 1 | -0/+3 |
| | | | |