summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-0/+3
| | | | | | | | | | | | | | | | [if librelp != 1.0.0 is used]
* | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-022-3/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | bumped version numberRainer Gerhards2009-10-021-1/+1
| | | |
| * | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-022-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| | * | | bumped version number, corrected error message code (minor nit)Rainer Gerhards2009-10-011-1/+1
| | | | |
| | * | | added $InputTCPServerNotifyOnConnectionClose config directiveRainer Gerhards2009-10-011-0/+4
| | | | |
| * | | | Merge branch 'v4-stable' into v4-beta & BUGFIXRainer Gerhards2009-10-011-3/+7
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html runtime/datetime.h runtime/parser.c runtime/rsyslog.h tools/syslogd.c v4-stable had a bug with RFC5424-formatted structured data, which showed was detected by the enhanced automatted testbench of v4-beta.
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-301-3/+7
| | |\|
| | | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-09-301-4/+8
| | | |\
| | | | * doc bugfix: default for $DirCreateMode incorrectly statedRainer Gerhards2009-09-301-4/+8
| | | | |
| | | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
| | * | | bumped version numberRainer Gerhards2009-09-291-1/+1
| | | | |
| * | | | bumped version numberRainer Gerhards2009-09-221-1/+1
| | | | |
| * | | | preparing for 4.5.3v4.5.3Rainer Gerhards2009-09-171-1/+1
| | | | |
* | | | | added new config directive $omfileForceChown to fix some broken system configs.Rainer Gerhards2009-09-112-0/+65
| | | | | | | | | | | | | | | | | | | | See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
* | | | | added new config option $InputUnixListenSocketCreatePathRainer Gerhards2009-09-041-2/+26
| | | | | | | | | | | | | | | | | | | | backport from v5-devel
* | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-09-041-4/+7
|\| | | |
| * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-09-041-4/+7
| |\| | |
| | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-0410-17/+18
| | |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html
| | | * | clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]Rainer Gerhards2009-09-041-3/+5
| | | | | | | | | | | | | | | | | | | | in doc set (require TLS drivers)
| | * | | preparing for 4.4.1 releasev4.4.1Rainer Gerhards2009-09-021-1/+1
| | | | |
| | * | | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-2141-101/+820
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | * \ \ \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | | | added $LogRSyslogStatusMessages configuration directiveRainer Gerhards2009-09-042-1/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | ...permitting to turn off rsyslog start/stop/HUP messages. See Debian ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
* | | | | | preparing for 4.5.2v4.5.2Rainer Gerhards2009-08-211-1/+1
| | | | | |
* | | | | | added $InputTCPMaxListeners directiveRainer Gerhards2009-08-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | permits to specify how many TCP servers shall be possible (default is 20).
* | | | | | bugfix: if tcp listen port could not be created, no error message was emittedRainer Gerhards2009-08-171-2/+3
| | | | | |
* | | | | | final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-3/+3
| | | | | |
* | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-1513-462/+104
|\ \ \ \ \ \
| * | | | | | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-154-11/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
| * | | | | | removed outdated html version of man pageRainer Gerhards2009-07-151-438/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | html doc is better
| * | | | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-159-13/+11
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-159-17/+15
| | | |/ / / | | |/| | | | | | | | | | | | | | | ... part of the deprecation effort for v5
| | * | | | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | | | | |
| | * | | | preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-211-1/+1
| | | | | |
* | | | | | added ability for the TCP output action to "rebind" its send socketRainer Gerhards2009-07-141-0/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers.
* | | | | added $klogConsoleLogLevel directiveRainer Gerhards2009-07-031-5/+14
| | | | | | | | | | | | | | | | | | | | ...which permits to set a new console log level while rsyslog is active
* | | | | updating version info to 4.5.0Rainer Gerhards2009-07-021-1/+1
| | | | |
* | | | | completed ruleset documentationRainer Gerhards2009-07-023-33/+113
| | | | |
* | | | | first shot at multi-ruleset docRainer Gerhards2009-07-012-0/+199
| | | | |
* | | | | improved omoracle documentationRonny Egner2009-06-271-0/+122
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'omfile'Rainer Gerhards2009-06-242-1/+27
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | switched default to keep in line with traditional syslogd behaviourRainer Gerhards2009-06-191-2/+5
| | | | |
| * | | | Merge branch 'master' into omfileRainer Gerhards2009-06-161-4/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c
| * | | | | completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | ... as well as added multi-ruleset support for imtcp
| * | | | | implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | plus some cleanup...
| * | | | | added $Ruleset config commandRainer Gerhards2009-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we now can define multiple rule sets, we just can not use them ;) That means we have the foundation to bind listeners to different rule sets.
| * | | | | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also adds speed, because you do no longer need to run the whole file system in sync mode. New testbench and new config directives: - $MainMsgQueueSyncQueueFiles - $ActionQueueSyncQueueFiles
| * | | | | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-0/+1
| | | | | |
| * | | | | modified stream class and omfile to work with itRainer Gerhards2009-06-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | now some basic operations are carried out via the stream class.