summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.1.2 releasev4.1.2Rainer Gerhards2008-12-051-8/+8
|
* doc bugfix: typo in v3 compatibility documentRainer Gerhards2008-12-051-3/+3
| | | | thanks to Andrej for reporting
* 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 'v3-stable' into betaRainer Gerhards2008-11-291-3/+1
| |\| | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| | * doc bugfix: propertiey-based filter modes had inconsistencyRainer Gerhards2008-11-211-3/+1
| | |
* | | updated project statusRainer Gerhards2008-11-261-9/+9
| | |
* | | Merge branch 'droppriv'Rainer Gerhards2008-11-264-1/+67
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | | added ability to drop privilegesRainer Gerhards2008-11-264-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-262-2/+9
| | | |
* | | | doc bugfix: property-based filter had inconsistent descriptionRainer Gerhards2008-11-211-3/+1
| | | | | | | | | | | | | | | | | | | | Thank to Peter Matulis for pointing this out. Actually, all compare operations described exist.
* | | | improved doc a bigRainer Gerhards2008-11-212-44/+38
|/ / /
* | | Merge branch 'beta'Rainer Gerhards2008-11-182-1/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-112-3/+16
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| | * enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-2/+3
| | | | | | | | | | | | | | | | | | This allows to return the string 0 if a regular expression is not found. This is probably useful for storing numerical values into database columns.
| | * doc update: documented how to specify multiple property replacer optionsRainer Gerhards2008-11-102-0/+12
| | | | | | | | | | | | abd link to new online regex generator tool added
| * | Merge branch 'master' into betaRainer Gerhards2008-11-1112-71/+318
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | bumped version number, preparing to be new stable branchRainer Gerhards2008-10-281-1/+1
| | |
* | | Merge branch 'nextmaster'Rainer Gerhards2008-11-1865-1238/+1653
|\ \ \ | |_|/ |/| |
| * | doc: added new nomatch modeRainer Gerhards2008-11-111-2/+13
| | | | | | | | | | | | | | | | | | Note: the actual nomatch mode is not yet available in this code, this needs to be merged from v3-stable first. This happens soon, but I wanted to make sure the doc is right.
| * | improved doc on property replacer regular expressionsRainer Gerhards2008-11-113-7/+41
| | |
| * | added forgotten filesRainer Gerhards2008-11-118-0/+1343
| | | | | | | | | | | | they were new after restructuring the doc...
| * | doc: added link to regular expression checker online toolRainer Gerhards2008-11-071-0/+1
| | |
| * | restructured rsyslog.conf documentationTom Bergfeld2008-10-3154-1239/+224
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | updated support optionsRainer Gerhards2008-10-281-1/+25
| | |
| * | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-232-8/+14
| | | | | | | | | | | | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
| * | added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-2/+4
| | | | | | | | | | | | | | | | | | ...to enable users to turn off pthread_yield calls which are counter-productive on multiprocessor machines (but have been shown to be useful on uniprocessors)
| * | Merge branch 'master' into nextmasterRainer Gerhards2008-10-223-21/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...which enables to work with less acurate timestamps in favor of performance. This enables querying of the time only every n-th time if imudp is running in the tight receive loop (aka receiving messsages at a high rate)
| * | | Merge branch 'helgrind' into perfRainer Gerhards2008-10-026-7/+108
| |\ \ \
| * \ \ \ Merge branch 'master' into perfRainer Gerhards2008-09-304-13/+211
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * \ \ \ \ Merge branch 'master' into perfRainer Gerhards2008-09-221-4/+4
| |\ \ \ \ \
| * | | | | | minor things, mostly improved debug infoRainer Gerhards2008-09-181-1/+2
| | | | | | |
| * | | | | | doc bugfix: queue doc had wrong parameter nameRainer Gerhards2008-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...for setting controlling worker thread shutdown period
* | | | | | | updated project statusRainer Gerhards2008-10-221-4/+4
| |_|_|_|/ / |/| | | | |
* | | | | | 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
* | | | | | updated release informationRainer Gerhards2008-10-161-3/+3
| | | | | |
* | | | | | syslog-ng comparison had artefacts from merge conflictsRainer Gerhards2008-10-151-8/+0
| | | | | |
* | | | | | updated project status to reflect 3.18.5 releaseRainer Gerhards2008-10-091-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'beta'Rainer Gerhards2008-10-026-7/+108
|\| | | | | |_|_|/ |/| | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-026-7/+108
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/net.c
| | * | | added doc on how to build from source repositoryRainer Gerhards2008-10-015-5/+73
| | | | |
| | * | | added index.html as an entry point to the manualRainer Gerhards2008-09-242-0/+33
| | | | | | | | | | | | | | | | | | | | thanks to Michael Biebl for suggesting it
| | * | | doc fix: the gss-api output plugin is called omgssapiMichael Biebl2008-09-241-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | bumping version number (partial)Rainer Gerhards2008-09-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am changing the way the version number is bumped so that viewer git merge conflicts happen. In the future, it will be bumped immediately before release and not immediately after (though this means I need to be more careful with interim versions).
* | | | | minor: typo fixRainer Gerhards2008-09-231-1/+1
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2008-09-233-6/+204
|\| | | | | |_|_|/ |/| | | | | | | | | | | | | | | Conflicts: doc/troubleshoot.html