summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* | 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
| |
* | 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
| * 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
| |\
| * | 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
| |\ \
| * | | 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
| * \ \ \ Merge branch 'beta'Rainer Gerhards2008-09-221-4/+4
| |\ \ \ \
| * | | | | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself.
| * | | | | added doc for new property replacer featureRainer Gerhards2008-09-101-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | (see previous commit)
| * | | | | updated project status page & bumped version numberRainer Gerhards2008-09-042-10/+10
| | | | | |
| * | | | | removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;))
| * | | | | Merge branch 'beta'Rainer Gerhards2008-08-151-2/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | enhanced doc for $ActionExecOnlyEveryNthTimeTimeoutRainer Gerhards2008-08-141-3/+19
| | | | | | |
| * | | | | | bumped version numberRainer Gerhards2008-08-132-5/+5
| | | | | | |
| * | | | | | prepared for 3.21.2v3.21.3Rainer Gerhards2008-08-131-1/+1
| | | | | | |
| * | | | | | Merge branch 'beta'Rainer Gerhards2008-08-132-1/+47
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | | | | | | added ability to specify flow control mode for imuxsockRainer Gerhards2008-08-081-10/+29
| | | | | | | |
| * | | | | | | updated status doc after recent stable releasesRainer Gerhards2008-08-081-5/+5
| | | | | | | |
| * | | | | | | fixed problematic file nameRainer Gerhards2008-08-083-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem.
| * | | | | | | minor housekeepingRainer Gerhards2008-08-071-1/+1
| | | | | | | |
| * | | | | | | added ability to execute actions only after the n-th call of the actionRainer Gerhards2008-08-073-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also lead to the addition of two new config directives: $ActionExecOnlyEveryNthTime and $ActionExecOnlyEveryNthTimeTimeout This feature is useful, for example, for alerting: it permits you to send an alert only after at least n occurences of a specific message have been seen by rsyslogd. This protectes against false positives due to waiting for additional confirmation.
| * | | | | | | Merge branch 'beta'Rainer Gerhards2008-08-071-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html
| * | | | | | | | doc: added clarification on private support mailsRainer Gerhards2008-08-052-12/+64
| | | | | | | | |
| * | | | | | | | bugfix: IPv6 addresses could not be specified in forwarding actionsRainer Gerhards2008-08-051-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. Also somewhat enhanced debugging messages.
| * | | | | | | | preparing for 3.21.2v3.21.2Rainer Gerhards2008-08-041-4/+4
| | | | | | | | |
| * | | | | | | | enhanced troubleshooting documentationRainer Gerhards2008-08-041-0/+59
| | | | | | | | |
| * | | | | | | | enhanced ommail to support multiple email recipients.Rainer Gerhards2008-08-041-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by specifying $ActionMailTo multiple times. Note that this introduces a small incompatibility to previous config file syntax: the recipient list is now reset for each action (we honestly believe that will not cause any problem - apologies if it does).
| * | | | | | | | added $InputUnixListenSocketHostName config directiveRainer Gerhards2008-08-012-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It permits to override the hostname being used on a local unix socket. This is useful for differentiating "hosts" running in several jails. Feature was suggested by David Darville, thanks for the suggestion.
| * | | | | | | | preparing for 3.21.1Rainer Gerhards2008-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I disabled some make check checks for make distcheck. I need to add some addtl support for make distcheck environment to rsyslogd and I don't like to hold 3.21.1 just for that any longer.
| * | | | | | | | fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-292-7/+7
| | | | | | | | |
| * | | | | | | | enhanced configuration file error reporting and verificationRainer Gerhards2008-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features.
| * | | | | | | | Merge branch 'beta'Rainer Gerhards2008-07-2514-39/+41
| |\ \ \ \ \ \ \ \
| * | | | | | | | | preparing for 3.21.0 releasev3.21.0Rainer Gerhards2008-07-181-6/+4
| | | | | | | | | |