summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updated status to reflect 3.17.4 releaseRainer Gerhards2008-06-161-3/+3
|
* Merge branch 'beta'Rainer Gerhards2008-06-121-5/+10
|\ | | | | | | | | | | | | | | | | 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-5/+10
| |
| * finalized 3.17.3v3.17.3Rainer Gerhards2008-05-281-1/+1
| |
* | bumped version numberRainer Gerhards2008-06-111-1/+1
| |
* | updated statusv3.19.7Rainer Gerhards2008-06-111-4/+4
| |
* | Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-2/+0
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | made rsyslog tickless in the (usual and default) case that repeatedRainer Gerhards2008-06-091-2/+2
| | | | | | | | | | | | 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/+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 Gerhards2008-06-061-0/+4
| | | | | | | | enables to query just the subsecond part of a high-precision timestamp
* | added doc on suggested TLS deploymentRainer Gerhards2008-06-062-3/+146
| | | | | | | | (rough picture, actual configuration sample still missing).
* | bumping version numberRainer Gerhards2008-06-062-5/+5
| |
* | enhanced property replacer to support multiple regex matchesRainer Gerhards2008-06-041-2/+9
| |
* | bumped version numberRainer Gerhards2008-05-301-1/+1
| |
* | finalized 3.19.5v3.19.5Rainer Gerhards2008-05-301-4/+4
| |
* | capability for replacement text in no match regex case addedRainer Gerhards2008-05-301-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 submatchesRainer Gerhards2008-05-291-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 typoIida, Masanari2008-05-281-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 documentRainer Gerhards2008-05-281-4/+4
| |
* | bumped version numberRainer Gerhards2008-05-271-1/+1
| |
* | finalized 3.19.4v3.19.4Rainer Gerhards2008-05-271-4/+4
| |
* | Merge branch 'ietf-tls'Rainer Gerhards2008-05-273-16/+135
|\ \
| * | improved gtls error reportingRainer Gerhards2008-05-261-5/+15
| | |
| * | updated TLS documentation with HOWTO on certificate generationRainer Gerhards2008-05-231-11/+113
| | |
| * | changed config directive name to reflect different useRainer Gerhards2008-05-221-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 Gerhards2008-05-211-3/+10
| | |
* | | bumping version numberRainer Gerhards2008-05-211-1/+1
| | |
* | | finalizing v3.19.3v3.19.3Rainer Gerhards2008-05-211-1/+1
| | |
* | | Merge branch 'ietf-tls'Rainer Gerhards2008-05-215-10/+102
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | added some forgotten docRainer Gerhards2008-05-212-12/+27
| | |
| * | added new transport auth methods to doc setRainer Gerhards2008-05-215-9/+86
| | |
* | | added some more info to project status pageRainer Gerhards2008-05-161-5/+5
|/ /
* | preparing for 3.19.2Rainer Gerhards2008-05-163-19/+50
| |
* | added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-162-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.1Rainer Gerhards2008-05-072-5/+5
| |
* | some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-062-3/+3
| |
* | final touches for 3.19.0v3.19.0Rainer Gerhards2008-05-062-6/+4
| |
* | Merge branch 'tls'Rainer Gerhards2008-05-062-7/+11
|\ \
| * | trying to remove compiler warningsRainer Gerhards2008-05-051-0/+1
| | |
| * | support for different forwarding stream drivers addedRainer Gerhards2008-05-051-1/+1
| | | | | | | | | | | | they can now be set on an action-by-action basis
| * | made default certificate file locations configurableRainer Gerhards2008-05-051-0/+3
| | | | | | | | | | | | | | | | | | - added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive
| * | added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-6/+5
| | |
| * | added $DefaultNetstreamDriver config directiveRainer Gerhards2008-04-281-0/+1
| | |
* | | updated doc set to reflect TLS supportRainer Gerhards2008-05-065-275/+452
| | |
* | | updated project status after 3.17.2 releaseRainer Gerhards2008-05-041-5/+6
| | |
* | | updated status doc to reflect release of 3.16.1Rainer Gerhards2008-05-021-3/+3
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-05-021-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-05-021-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * | preparing for 3.16.1 releasev3.16.1Rainer Gerhards2008-05-021-1/+1
| | | |