summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | 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)
| * | 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 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 'v4-stable' into betaRainer Gerhards2009-06-241-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | ... as well as some cleanup (some commented-out code is left to support UxTradMsg again is someone really complains ;)).
| * | | | added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending n messages New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
| * | | | added forgotten fileRainer Gerhards2009-05-291-0/+0
| | | | |
| * | | | doc: added info on when $OptimizeForUniprocessor was made availableRainer Gerhards2009-05-281-1/+1
| | | | |
| * | | | updated project statusRainer Gerhards2009-05-251-4/+4
| | | | |
| * | | | preparing for 4.3.1v4.3.1Rainer Gerhards2009-05-252-60/+58
| | | | |
| * | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
| * | | | Cleanup and typo fixesMichael Biebl2009-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | doc: given some concrete advise on the common %hostname% content problemRainer Gerhards2009-05-111-1/+8
| | | | |
| * | | | added capability to draw configuration graphsRainer Gerhards2009-05-118-0/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs. - added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
| * | | | another typo fix...Rainer Gerhards2009-04-221-1/+1
| | | | |
| * | | | typo fix (important typo)Rainer Gerhards2009-04-211-1/+1
| | | | |
| * | | | doc status update & typo fixesRainer Gerhards2009-04-212-24/+24
| | | | |
| * | | | doc: added (hopefully) easier to grasp queue explanationRainer Gerhards2009-04-2121-5/+284
| | | | |
| * | | | update project status & cleanupRainer Gerhards2009-04-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed some warning in imklog compilation, but may not have solved a lurking issue (but placed comment so that we know if something surfaces)
| * | | | preparing for 4.3.0 releaseRainer Gerhards2009-04-171-1/+1
| | | | |
| * | | | Merge branch 'nextmaster' into oracleRainer Gerhards2009-04-165-17/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| | * | | | updated project statusRainer Gerhards2009-04-141-4/+4
| | | | | |
| | * | | | Merge branch 'omprog' into nextmasterRainer Gerhards2009-04-141-1/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| | | * | | | initial work on omprog, an output module to send messages to another programRainer Gerhards2009-04-011-1/+0
| | | | | | |
| | * | | | | added doc for $MaxOpenFiles directiveRainer Gerhards2009-04-143-12/+47
| | | | | | |
| * | | | | | added some doc for omoracleRainer Gerhards2009-04-164-5/+84
| |/ / / / /
* | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | 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
| | | | |
* | | | | preparing for v4-stableRainer Gerhards2009-06-221-1/+1
| | | | |
* | | | | preparing for 4.1.7v4.1.7Rainer Gerhards2009-04-221-1/+1
| |/ / / |/| | |
* | | | Merge branch 'beta'Rainer Gerhards2009-04-071-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html
| * | | preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| | | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-022-1/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-1/+1
| | | | |
| | * | | added link to online tutorial on the webRainer Gerhards2009-03-161-1/+5
| | | | |
| | * | | added link to (new) online video tutorials to manual setRainer Gerhards2009-03-111-0/+1
| | | | |
* | | | | added (some) developer documentation for output plugin interfaceRainer Gerhards2009-04-033-7/+189
| | | | |
* | | | | added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This is more efficient for some outputs. They new can receive fields not only as a single string but rather in an array where each string is seperated.
* | | | | add csv support to feature sheetRainer Gerhards2009-04-021-0/+3
| | | | |
* | | | | added new "csv" property replacer optionRainer Gerhards2009-04-021-1/+13
| |_|/ / |/| | | | | | | | | | | | | | | to enable simple creation of CSV-formatted outputs (format from RFC4180 is used)
* | | | begining touches for putting rsyslog on spaceshipsRainer Gerhards2009-04-011-0/+1
| | | |
* | | | Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog