summaryrefslogtreecommitdiffstats
path: root/doc/manual.html
Commit message (Collapse)AuthorAgeFilesLines
...
* | | preparing for 4.3.0 releaseRainer Gerhards2009-04-171-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-021-0/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-1/+1
| | |
| | * 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-031-1/+5
| | |
* | | Merge branch 'beta'Rainer Gerhards2009-03-111-1/+1
|\| | | | | | | | | | | | | | Conflicts: doc/omrelp.html
| * | Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * changed TLS link on manual homepage to native TLS docRainer Gerhards2009-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | ... pointed previously to stunnel-alternative, which now that we support native TLS is now no longer recommended. Thanks to Michael Biebl for bringing this to my attention.
| | * preparing for 3.20.4v3.20.4Rainer Gerhards2009-02-091-1/+1
| | |
| | * prepared for 3.20.3 releasev3.20.3Rainer Gerhards2009-01-191-1/+1
| | |
| * | prepared for 3.21.10 releasev3.21.10Rainer Gerhards2009-02-021-1/+1
| | |
| * | Merge branch 'v3-stable' into betav3.21.9Rainer Gerhards2008-12-041-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c
| | * security fix: imudp emitted a message when a non-permitted sender...v3.20.2Rainer Gerhards2008-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...tried to send a message to it. This behaviour is operator-configurable. If enabled, a message was emitted each time. That way an attacker could effectively fill the disk via this facility. The message is now emitted only once in a minute (this currently is a hard-coded limit, if someone comes up with a good reason to make it configurable, we will probably do that).
* | | preparing for 4.1.5 releasev4.1.5Rainer Gerhards2009-03-111-1/+1
| | |
* | | preparing for 4.1.4 releasev4.1.4Rainer Gerhards2009-01-291-1/+1
| | |
* | | doc bugfix: duplicate and invalid link to regex check toolRainer Gerhards2007-12-231-2/+1
| | |
* | | preparing for 4.1.3 releasev4.1.3Rainer Gerhards2008-12-161-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-12-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html plugins/imudp/imudp.c runtime/rsyslog.h
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-041-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * added interface function to nsd_gtls needed for ACL controlRainer Gerhards2008-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The legacy ACL system needs access to the remote sockaddr_storage data structure. This has been implemented for the ptcp driver and now follows for gtls. See recent commits for reason. We also moved up the version numbers in preparation of the release.
* | | Merge branch 'droppriv'Rainer Gerhards2008-11-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | | added ability to drop privilegesRainer Gerhards2008-11-261-1/+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 a bitRainer Gerhards2008-11-261-2/+2
| | | |
* | | | improved doc a bigRainer Gerhards2008-11-211-0/+3
|/ / /
* | | Merge branch 'beta'Rainer Gerhards2008-11-181-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-111-1/+2
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| | * doc update: documented how to specify multiple property replacer optionsRainer Gerhards2008-11-101-0/+1
| | | | | | | | | | | | abd link to new online regex generator tool added
| * | Merge branch 'master' into betaRainer Gerhards2008-11-111-13/+9
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | bumped version number, preparing to be new stable branchRainer Gerhards2008-10-281-1/+1
| | |
* | | doc: added link to regular expression checker online toolRainer Gerhards2008-11-071-0/+1
| | |
* | | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-1/+1
| |/ |/| | | | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
* | preparing for 3.21.6v3.21.6Rainer Gerhards2008-10-221-1/+1
| | | | | | | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...)
* | Merge branch 'beta'Rainer Gerhards2008-10-211-7/+6
|\|
| * bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-7/+6
| | | | | | | | | | | | - if queues could not be drained before timeout - thanks to David Lang for pointing this out - added link to german-language forum to doc set
* | Merge branch 'beta'Rainer Gerhards2008-10-021-0/+1
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-0/+1
| |\ | | | | | | | | | | | | | | | Conflicts: runtime/net.c
| | * added doc on how to build from source repositoryRainer Gerhards2008-10-011-0/+1
| | |
| | * bumped version numberRainer Gerhards2008-09-181-1/+1
| | |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * bumped version numberRainer Gerhards2008-09-011-1/+1
| | |
| | * bugfix: misspelled config directive + bumped version numberRainer Gerhards2008-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug.
| | * preparing for 3.18.2 releasev3.18.2Rainer Gerhards2008-08-081-1/+1
| | |
| | * preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+1
| | |
| | * prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-111-1/+1
| | |
* | | updated project status page & bumped version numberRainer Gerhards2008-09-041-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-08-131-1/+1
| | |
* | | prepared for 3.21.2v3.21.3Rainer Gerhards2008-08-131-1/+1
| | |
* | | doc: added clarification on private support mailsRainer Gerhards2008-08-051-12/+8
| | |