summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-04-092-7/+7
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-04-092-7/+7
| |\ | | | | | | | | | | | | | | | Conflicts: modules.c
| | * finalized 3.14.2 releasev3.14.2Rainer Gerhards2008-04-091-5/+5
| | |
| | * typo fix (but an *interesting* typo) ;)Rainer Gerhards2008-04-081-2/+2
| | |
* | | updated status after 3.14.2 releaseRainer Gerhards2008-04-091-6/+6
| | |
* | | typo fixRainer Gerhards2008-04-081-1/+1
| | |
* | | preparing for 3.17.0 releasev3.17.0Rainer Gerhards2008-04-081-2/+6
| | |
* | | implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-082-23/+80
| | |
* | | finalized mail output supportRainer Gerhards2008-04-084-9/+122
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-04-072-6/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html doc/status.html msg.c rsyslog.conf.5 rsyslog.h rsyslogd.8 syslogd.c Conflicts were due to patch being multiple times applied in CVS import.
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-071-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/status.html rsyslog.conf.5 syslogd.c
| | * updating ... finally for releaseRainer Gerhards2008-04-041-2/+2
| | |
| | * preparing for 3.14.0 releaseRainer Gerhards2008-04-021-8/+16
| | |
| * | updated status informatation and syslog-ng comparisonRainer Gerhards2008-04-022-74/+120
| | |
| * | added forgotten filesv3-15-0Rainer Gerhards2008-04-012-0/+106
| | |
| * | preparing for 3.15.0 releaseRainer Gerhards2008-04-012-6/+6
| |/
* | added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-033-7/+24
| | | | | | | | with queues - so things can be configured to be done at off-peak hours
* | properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-24/+22
| |
* | begun working on time-window based dequeueing (and rate limiting inRainer Gerhards2008-04-021-1/+1
| | | | | | | | general)
* | updated status informatation and syslog-ng comparisonRainer Gerhards2008-04-022-78/+124
| |
* | added im/omrelp docRainer Gerhards2008-04-013-2/+108
|/
* fixed typov3-13-0-dev0Rainer Gerhards2008-03-311-1/+1
|
* preparing for 3.13.0-dev0 releaseRainer Gerhards2008-03-311-5/+4
|
* proposed new solution for version naming (to be discussed)Rainer Gerhards2008-03-311-30/+127
|
* fixed typo in directive name (ouch...)Rainer Gerhards2008-03-311-2/+2
|
* preparing for 3.12.5 releasev3-12-5Rainer Gerhards2008-03-282-16/+23
|
* bugfix: fixed small memory leak in template regular expressionsRainer Gerhards2008-03-281-27/+23
|
* added build-in templatesRainer Gerhards2008-03-282-10/+30
|
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-282-4/+23
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-282-14/+37
| | | | | - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive
* updating doc set for 3.12.5 releaseRainer Gerhards2008-03-281-4/+4
|
* updated v3 compatibility doc to cover new compatibility modeRainer Gerhards2008-03-272-72/+71
|
* preparing for 3.12.4Rainer Gerhards2008-03-251-4/+4
|
* added $HHOUR and $QHOUR system properties - can be used for half- andRainer Gerhards2008-03-251-140/+274
| | | | quarter-hour logfile rotation
* fixed typo, euro pricingRainer Gerhards2008-03-251-4/+4
|
* - Greatly enhanced rsyslogd's filw write performance by disabling fileRainer Gerhards2008-03-222-2/+19
| | | | | | | | | | | | | | | | syncing capability of output modules by default. This feature is usually not required, not useful and an extreme performance hit (both to rsyslogd as well as the system at large). Unfortunately, most users enable it by default, because it was most intuitive to enable it in plain old sysklogd syslog.conf format. There is now a new config setting which must be enabled in order to support syncing. By default it is off. So even if the old-format config lines request syncing, it is not done unless explicitely enabled. I am sure this is a very useful change and not a risk at all. I need to think if I undo it under compatibility mode, but currently this does not happen (I fear a lot of lazy users will run rsyslogd in compatibility mode, again bringing up this performance problem...). - added $ActionfileEnableSync config directive
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-5/+7
| | | | prevent unintentional message loss
* preparing for 3.12.3v3-12-3Rainer Gerhards2008-03-181-4/+4
|
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-4/+2
| | | | source and its capablity to be delayed without bad side effects)
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-2/+2
|
* preparing 3.12.2Rainer Gerhards2008-03-131-9/+7
|
* fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-2/+6
|
* preparing for 3.12.1 releaseRainer Gerhards2008-03-062-41/+39
|
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-062-14/+52
| | | | | | | | | | | made this mode the default; this was needed, as some programs (e.g. sshd) log with inconsistent timezone information, what messes up the local logs (which by default don't even contain time zone information). This seems to be consistent with what sysklogd did for the past four years. Alternate behaviour may be desirable if gateway-like processes send messages via the local log slot - in this case, it can be enabled via the $InputUnixListenSocketIgnoreMsgTimestamp and $SystemLogSocketIgnoreMsgTimestamp config directives
* Updated the Adiscon MIBs, they contain a few more definitions for variablesAndre Lorbach2008-03-051-2/+2
| | | | | and traps now. The default syslogmessage oid had to change again, as I had to reorganize the snmp variables.
* Added custom mibs for the OMSNMP output module. These mibs are derived fromAndre Lorbach2008-03-041-21/+44
| | | | | | | | adiscon monitorware and will be used by default from now on. The mibs can be found in the mibs folder of the omsnmp directory. For more details please see the documentation. Also added a new configuration variable $actionsnmptrapoid which defines the trap-type or notification-type that is used.
* tweaked omsnmp doc a bitRainer Gerhards2008-03-041-24/+21
|
* Updated omsnmp documentationAndre Lorbach2008-03-041-3/+14
|
* fixed document titleRainer Gerhards2008-02-291-1/+1
|
* added "help" command to runtime debug flagsRainer Gerhards2008-02-281-1/+1
|