summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* mmsnmptrapd: added doc & mentioned in ChangeLogRainer Gerhards2011-05-101-0/+1
|
* added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-091-0/+1
| | | | | | This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
* Merge branch 'v4-devel' into masterRainer Gerhards2010-08-111-0/+1
|\ | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-111-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * added imptcpRainer Gerhards2010-08-101-0/+1
| | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-061-0/+1
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-051-1/+0
|\| | | | | | | | | | | | | | | | | | | | Conflicts: doc/Makefile.am doc/manual.html doc/professional_support.html
| * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-08-051-1/+0
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-08-051-1/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/professional_support.html
| | | * preparing for 3.22.2v3.22.2Rainer Gerhards2010-08-051-1/+0
| | | |
* | | | added new parser modulesRainer Gerhards2010-07-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | doc for imsolaris addedRainer Gerhards2010-04-201-0/+1
| |/ /
* | | Merge branch 'beta' into masterRainer Gerhards2010-02-101-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh
| * | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * | integrated new PostgreSQL docRainer Gerhards2010-02-081-0/+1
| | | | | | | | | | | | | | | | converted to html, linked, etc...
* | | | preparing for 5.5.2v5.5.2Rainer Gerhards2010-02-051-1/+1
| | | |
* | | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-271-0/+1
| | | | | | | | | | | | | | | | Thanks to David Lang for suggesting this functionality.
* | | | doc: improved description of what loadable modules can doRainer Gerhards2009-11-171-0/+1
|/ / /
* | | solved some minor nits in make distcheckv5.3.5Rainer Gerhards2009-11-131-1/+1
| | |
* | | doc: added in-depth info on the new message parser systemRainer Gerhards2009-11-061-0/+3
| | |
* | | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-0/+1
| | | | | | | | | | | | | | | This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention)
* | | Merge branch 'beta'Rainer Gerhards2009-07-151-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | added v5 compatibility notesRainer Gerhards2009-07-151-0/+1
| |/ /
| * | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-151-1/+1
| | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
* | | added some (very) basic doc on omudpspoofRainer Gerhards2009-07-091-0/+2
|/ /
* | first shot at multi-ruleset docRainer Gerhards2009-07-011-0/+1
| |
* | added capability to draw configuration graphsRainer Gerhards2009-05-111-0/+3
| | | | | | | | | | | | | | | | - 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)
* | doc: added (hopefully) easier to grasp queue explanationRainer Gerhards2009-04-211-1/+15
| |
* | added some doc for omoracleRainer Gerhards2009-04-161-0/+1
| |
* | Merge branch 'beta'Rainer Gerhards2009-03-111-1/+2
|\| | | | | | | | | Conflicts: doc/omrelp.html
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-1/+2
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * doc bugfix: dist tarball missed 2 files, had one extra file that no longer ↵Rainer Gerhards2009-02-091-1/+2
| | | | | | | | | | | | | | | | | | belongs into it. Thanks to Michael Biebl for pointing this out.
* | | added ability to drop privilegesRainer Gerhards2008-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | Added $PrivDropToGroup, $PrivDropToUser, $PrivDropToGroupID, $PrivDropToUserID config directives to enable dropping privileges. This is an effort to provide a security enhancement. For the limits of this approach, see http://wiki.rsyslog.com/index.php/Security
* | | improved doc on property replacer regular expressionsRainer Gerhards2008-11-111-0/+1
| | |
* | | added forgotten filesRainer Gerhards2008-11-111-0/+7
|/ / | | | | | | they were new after restructuring the doc...
* | Merge branch 'beta'Rainer Gerhards2008-10-021-0/+2
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-0/+2
| |\ | | | | | | | | | | | | | | | Conflicts: runtime/net.c
| | * added doc on how to build from source repositoryRainer Gerhards2008-10-011-0/+1
| | |
| | * added index.html as an entry point to the manualRainer Gerhards2008-09-241-0/+1
| | | | | | | | | | | | thanks to Michael Biebl for suggesting it
* | | fixed problematic file nameRainer Gerhards2008-08-081-1/+1
|/ / | | | | | | | | it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem.
* | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-0/+6
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-111-0/+6
| |
* | some html files were not included in distribution tarballRainer Gerhards2008-07-111-0/+5
| | | | | | | | thanks to Michael Biebll for pointing out the problem
* | finalized tutorial for creating a TLS-secured syslog infrastructureRainer Gerhards2008-07-031-0/+10
| |
* | Merge branch 'beta'Rainer Gerhards2008-07-011-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog conf.c doc/Makefile.am doc/manual.html omfwd.c plugins/omgssapi/omgssapi.c This was a bit hard to merge; if there are problems, they may be in the area of the new "comment in action line" code that came from the beta.
| * added forgotten html file to distribution tarballv3.17.5Rainer Gerhards2008-06-271-0/+1
| |
* | begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-181-0/+2
| |
* | Merge branch 'tls'Rainer Gerhards2008-05-061-1/+1
|\ \