Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | somewhat improved plain tcp syslog reliability | Rainer Gerhards | 2008-06-09 | 1 | -0/+1 |
| | | | | | | ...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 | ||||
* | added new property replacer option "time-subseconds" | Rainer Gerhards | 2008-06-06 | 1 | -0/+4 |
| | | | | enables to query just the subsecond part of a high-precision timestamp | ||||
* | added doc on suggested TLS deployment | Rainer Gerhards | 2008-06-06 | 2 | -3/+146 |
| | | | | (rough picture, actual configuration sample still missing). | ||||
* | bumping version number | Rainer Gerhards | 2008-06-06 | 2 | -5/+5 |
| | |||||
* | enhanced property replacer to support multiple regex matches | Rainer Gerhards | 2008-06-04 | 1 | -2/+9 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | finalized 3.19.5v3.19.5 | Rainer Gerhards | 2008-05-30 | 1 | -4/+4 |
| | |||||
* | capability for replacement text in no match regex case added | Rainer Gerhards | 2008-05-30 | 1 | -3/+10 |
| | | | | | | 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 | -2/+13 |
| | | | | | | | - 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 | ||||
* | fixed typo | Iida, Masanari | 2008-05-28 | 1 | -2/+2 |
| | | | | | | | | Typo caused confusion, because the database name is case sensitive, but case was used different in the sample and the database create script. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | updated status document | Rainer Gerhards | 2008-05-28 | 1 | -4/+4 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | finalized 3.19.4v3.19.4 | Rainer Gerhards | 2008-05-27 | 1 | -4/+4 |
| | |||||
* | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-27 | 3 | -16/+135 |
|\ | |||||
| * | improved gtls error reporting | Rainer Gerhards | 2008-05-26 | 1 | -5/+15 |
| | | |||||
| * | updated TLS documentation with HOWTO on certificate generation | Rainer Gerhards | 2008-05-23 | 1 | -11/+113 |
| | | |||||
| * | changed config directive name to reflect different use | Rainer Gerhards | 2008-05-22 | 1 | -2/+2 |
| | | | | | | | | | | | | $ActionSendStreamDriverCertFingerprint is now $ActionSendStreamDriverPermittedPeer and can be used both for fingerprint and name authentication (similar to the input side) | ||||
| * | implemented x509/certvalid "authentication" | Rainer Gerhards | 2008-05-21 | 1 | -3/+10 |
| | | |||||
* | | bumping version number | Rainer Gerhards | 2008-05-21 | 1 | -1/+1 |
| | | |||||
* | | finalizing v3.19.3v3.19.3 | Rainer Gerhards | 2008-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-21 | 5 | -10/+102 |
|\| | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | added some forgotten doc | Rainer Gerhards | 2008-05-21 | 2 | -12/+27 |
| | | |||||
| * | added new transport auth methods to doc set | Rainer Gerhards | 2008-05-21 | 5 | -9/+86 |
| | | |||||
* | | added some more info to project status page | Rainer Gerhards | 2008-05-16 | 1 | -5/+5 |
|/ | |||||
* | preparing for 3.19.2 | Rainer Gerhards | 2008-05-16 | 3 | -19/+50 |
| | |||||
* | added fromhost-ip properties and some bugfixes | Rainer Gerhards | 2008-05-16 | 2 | -2/+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 | ||||
* | preparing 3.19.1v3.19.1 | Rainer Gerhards | 2008-05-07 | 2 | -5/+5 |
| | |||||
* | some cleanup (gotten rid of some more plain chars) | Rainer Gerhards | 2008-05-06 | 2 | -3/+3 |
| | |||||
* | final touches for 3.19.0v3.19.0 | Rainer Gerhards | 2008-05-06 | 2 | -6/+4 |
| | |||||
* | Merge branch 'tls' | Rainer Gerhards | 2008-05-06 | 2 | -7/+11 |
|\ | |||||
| * | trying to remove compiler warnings | Rainer Gerhards | 2008-05-05 | 1 | -0/+1 |
| | | |||||
| * | support for different forwarding stream drivers added | Rainer Gerhards | 2008-05-05 | 1 | -1/+1 |
| | | | | | | | | they can now be set on an action-by-action basis | ||||
| * | made default certificate file locations configurable | Rainer Gerhards | 2008-05-05 | 1 | -0/+3 |
| | | | | | | | | | | | | - added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive | ||||
| * | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -6/+5 |
| | | |||||
| * | added $DefaultNetstreamDriver config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+1 |
| | | |||||
* | | updated doc set to reflect TLS support | Rainer Gerhards | 2008-05-06 | 5 | -275/+452 |
| | | |||||
* | | updated project status after 3.17.2 release | Rainer Gerhards | 2008-05-04 | 1 | -5/+6 |
| | | |||||
* | | updated status doc to reflect release of 3.16.1 | Rainer Gerhards | 2008-05-02 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c | ||||
| * \ | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html | ||||
| | * | | preparing for 3.16.1 releasev3.16.1 | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | preparing for 3.16.0v3.16.0 | Rainer Gerhards | 2008-04-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'klogd-bug' | Rainer Gerhards | 2008-04-28 | 2 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | enhanced object model for server "sockets" | Rainer Gerhards | 2008-04-23 | 1 | -0/+0 |
| | | | | |||||
| * | | | abstracted driver level for netstream and TLS | Rainer Gerhards | 2008-04-18 | 2 | -0/+0 |
| | | | | |||||
* | | | | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -6/+7 |
|/ / / | | | | | | | | | | (thanks to Michael Biebl for noticing) | ||||
* | | | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | ||||
* | | | completed im3195 including some documentation | Rainer Gerhards | 2008-04-16 | 3 | -3/+51 |
|/ / | |||||
* | | final work for release of v3.17.1v3.17.1 | Rainer Gerhards | 2008-04-15 | 4 | -12/+15 |
| | | |||||
* | | Merge branch 'bsd-port' | Rainer Gerhards | 2008-04-15 | 3 | -13/+76 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c |