summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | improved PostgreSQL database create script, provided doc on PostgreSQL setupMarc Schiffbauer2010-02-081-0/+0
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-262-9/+5
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-191-2/+2
| |\ \
| | * | Fix a typo regarding syslog.h and syslog(3)Michael Biebl2010-01-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | doc bugfix: "-h" option no longer existsRainer Gerhards2010-01-121-7/+3
| | | |
| * | | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-1/+1
| | | |
* | | | added at least minimal doc for $EscapeControlCharacterTabRainer Gerhards2009-11-271-0/+1
| | | |
* | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-171-22/+41
|\| | |
| * | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-171-22/+41
| |\| |
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-22/+41
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c
| | | * minor doc: enhanced description of loadable modulesRainer Gerhards2009-11-171-17/+36
| | | |
| | * | bumped version numberRainer Gerhards2009-10-201-1/+1
| | | |
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-141-0/+3
| | |\| | | | | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
* | | | docLuis Fernando Munoz Mejias2009-11-121-5/+6
| | | |
* | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-20/+124
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | doc: added reasoning for why use env vars to configure debug systemRainer Gerhards2009-11-101-2/+22
| | | |
| * | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-19/+103
| | | | | | | | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
* | | | added function getenv() to RainerScriptRainer Gerhards2009-11-032-11/+28
| | | |
* | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-0/+3
|\| | |
| * | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-0/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| | * | 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.