summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| | * | preparing for 3.16.0v3.16.0Rainer Gerhards2008-04-241-1/+1
| | | |
* | | | Merge branch 'klogd-bug'Rainer Gerhards2008-04-282-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | enhanced object model for server "sockets"Rainer Gerhards2008-04-231-0/+0
| | | |
| * | | abstracted driver level for netstream and TLSRainer Gerhards2008-04-182-0/+0
| | | |
* | | | added missing copyright statementsRainer Gerhards2008-04-241-6/+7
|/ / / | | | | | | | | | (thanks to Michael Biebl for noticing)
* | | modularization workRainer Gerhards2008-04-171-4/+2
| | | | | | | | | | | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* | | completed im3195 including some documentationRainer Gerhards2008-04-163-3/+51
|/ /
* | final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-154-12/+15
| |
* | Merge branch 'bsd-port'Rainer Gerhards2008-04-153-13/+76
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * | improved doc for imklogRainer Gerhards2008-04-153-13/+76
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-04-156-11/+206
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-154-7/+199
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| | * | changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-152-4/+79
| | | | | | | | | | | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library"
| | * | added gssapi overview/howto thanks to Peter VrabecPeter Vrabec2008-04-113-6/+123
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | preparing for 3.15.1v3.15.1Rainer Gerhards2008-04-111-1/+1
| | | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-111-1/+0
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | * | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-04-111-1/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/Makefile.am doc/manual.html