summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* added new transport auth methods to doc setRainer Gerhards2008-05-215-9/+86
|
* 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
| | | * | project status is now a web-exclusiveRainer Gerhards2008-04-102-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and no longer part of the tarball. This solves a couple of update issues when new versions inside the other branches are released. It is still kept in git, so that we have a record of it. To make sure which version the documentation is, the version info has been moved to the main manual page.
| | | * | preparing for 2.0.4 releasev2-0-4Rainer Gerhards2008-03-271-8/+10
| | | | |
| | | * | added professional support optionsRainer Gerhards2008-03-253-1/+59
| | | | |
| | | * | added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-0/+12
| | | | | | | | | | | | | | | | | | | | quarter-hour logfile rotation
| | | * | preparing for 2.0.3v2-0-3Rainer Gerhards2008-03-121-8/+9
| | | | |
| | | * | updated some trackers; changed tracking systemRainer Gerhards2008-02-122-62/+11
| | | | |
| | | * | clarified dependency of control character property replacer options toRainer Gerhards2008-02-122-6/+26
| | | | | | | | | | | | | | | | | | | | $EscapeControlCharactersOnReceive
| | | * | fixed invalid linkv2-0-2Rainer Gerhards2008-02-121-1/+1
| | | | |
| | | * | preparing for 2.0.2Rainer Gerhards2008-02-121-6/+6
| | | | |
| | | * | applied some doc fixes from Michel Biebl and cleaned up some no longerRainer Gerhards2008-02-122-6/+4
| | | | | | | | | | | | | | | | | | | | needed files suggested by him
| | | * | applied patch from Michael Biebl that fixed my doc change from yesterdayRainer Gerhards2008-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | which was somewhat incomplete
| | | * | still forgotten one spot...Rainer Gerhards2008-02-111-1/+1
| | | | |
| | | * | bugfix (doc): misspelled config directive, invalid signal info - thanks toRainer Gerhards2008-02-112-1/+1
| | | | | | | | | | | | | | | | | | | | Peter Vrabec for pointing this out
| | | * | perparing for 2.0.1v2-0-1Rainer Gerhards2008-01-241-6/+10
| | | | |
| | | * | prepared for 2.0.0v1-21-2Rainer Gerhards2008-01-025-70/+146
| | | | |