summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | support for different forwarding stream drivers addedRainer Gerhards2008-05-051-1/+1
| |/ | | | | | | they can now be set on an action-by-action basis
* / updated doc set to reflect TLS supportRainer Gerhards2008-05-061-0/+1
|/
* final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+1
|
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-0/+3
|\ | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * improved doc for imklogRainer Gerhards2008-04-151-0/+3
| |
* | 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-101-1/+0
| | | | | | | | | | | | | | | | ... 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.
| * added professional support optionsRainer Gerhards2008-03-251-0/+1
| |
| * applied some doc fixes from Michel Biebl and cleaned up some no longerRainer Gerhards2008-02-121-0/+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
* | added some user doc on RainerScriptRainer Gerhards2008-02-261-0/+1
| |
* | - added some thoughts on RainerScriptRainer Gerhards2008-02-241-0/+1
| | | | | | | | - worked a bit on conversion functions
* | added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-0/+2
| |
* | - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-1/+2
| | | | | | | | - done stage work to begin implement tokenizer
* | - added doc on how expressions will workRainer Gerhards2008-02-191-0/+1
| | | | | | | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* | added professional support options to doc set (also somthing that we needRainer Gerhards2008-02-191-0/+1
| | | | | | | | to have in order to be an alternative to syslog-ng)
* | fixed forgotten file - thanks to Michael BieblRainer Gerhards2008-02-181-0/+1
| |
* | - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-0/+1
| | | | | | | | | | - some cleanup - doc improvements
* | created initial doc for imfile pluginRainer Gerhards2008-02-131-0/+2
| |
* | applied patch from Michael Biebl that fixed my doc change from yesterdayRainer Gerhards2008-02-121-1/+1
| | | | | | | | which was somewhat incomplete
* | applied doc fix by Michael Biebl -- thanks!Rainer Gerhards2008-02-011-1/+8
| |
* | - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-0/+1
| | | | | | | | | | | | troubles with the framework, also it was somewhat ugly...) - fixed a memory leak in object destruction (was recently introduced by object naming, not present in any released version)
* | bugfix: added forgotten docs to packageRainer Gerhards2008-01-291-0/+2
| |
* | - created an in-depth description of DA assisted queue modeRainer Gerhards2008-01-181-0/+4
|/ | | | | - snapshot of new thread coding - DA mode still does not work, but need to save
* added doc fixes provided by Michael Biebl - thanksRainer Gerhards2007-10-181-0/+3
|
* doc folder has now its own MakefileRainer Gerhards2007-10-121-0/+46