summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * docfix: copy&paste errorRainer Gerhards2009-02-031-2/+2
| | |
| | * 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 betaRainer Gerhards2008-12-101-3/+3
| |\| | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * doc bugfix: v3-compatiblity document had typo in config directiveRainer Gerhards2008-12-051-3/+3
| | | | | | | | | | | | thanks to Andrej for reporting this
| * | 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).
* | | updated project status, versionRainer Gerhards2009-03-111-3/+3
| | |
* | | preparing for 4.1.5 releasev4.1.5Rainer Gerhards2009-03-111-1/+1
| | |
* | | added ERE support in filter conditionsRainer Gerhards2009-03-041-1/+7
| | | | | | | | | | | | new comparison operation "ereregex"
* | | Merge branch 'lastmessage'Rainer Gerhards2009-02-021-1/+7
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | so that the "last message repeated n times" messages, if generated, may have an alternate format that contains the message that is being repeated. Note that this is on an action-by-action basis.
* | | | updated project status after 3.21.10 releaseRainer Gerhards2009-02-021-4/+4
| | | |
* | | | added useful internal doc linkRainer Gerhards2009-01-301-1/+2
| | | |
* | | | minor doc: updated project statusRainer Gerhards2009-01-291-4/+4
| | | |
* | | | preparing for 4.1.4 releasev4.1.4Rainer Gerhards2009-01-291-1/+1
| | | |
* | | | updated project status after 3.20.3 releaseRainer Gerhards2009-01-191-4/+5
| | | |
* | | | 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-163-5/+5
| | |
* | | enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $InputTCPServerAddtlFrameDelimiter config directive, which enabeles to specify an additional, non-standard message delimiter for processing plain tcp syslog. This is primarily a fix for the invalid framing used in Juniper's NetScreen products. Credit to forum user Arv for suggesting this solution. - added $InputTCPServerInputName property, which enables a name to be specified that will be available during message processing in the inputname property. This is considered useful for logic that treats messages differently depending on which input received them.
* | | added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+3
| | | | | | | | | | | | Enables to use FQDNs in sender names where the legacy default
* | | 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