Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added im/omrelp doc | Rainer Gerhards | 2008-04-01 | 3 | -2/+108 |
| | |||||
* | fixed typov3-13-0-dev0 | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | preparing for 3.13.0-dev0 release | Rainer Gerhards | 2008-03-31 | 1 | -5/+4 |
| | |||||
* | proposed new solution for version naming (to be discussed) | Rainer Gerhards | 2008-03-31 | 1 | -30/+127 |
| | |||||
* | fixed typo in directive name (ouch...) | Rainer Gerhards | 2008-03-31 | 1 | -2/+2 |
| | |||||
* | preparing for 3.12.5 releasev3-12-5 | Rainer Gerhards | 2008-03-28 | 2 | -16/+23 |
| | |||||
* | bugfix: fixed small memory leak in template regular expressions | Rainer Gerhards | 2008-03-28 | 1 | -27/+23 |
| | |||||
* | added build-in templates | Rainer Gerhards | 2008-03-28 | 2 | -10/+30 |
| | |||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 2 | -4/+23 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | - changed default file output format to include high-precision timestamps | Rainer Gerhards | 2008-03-28 | 2 | -14/+37 |
| | | | | | - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive | ||||
* | updating doc set for 3.12.5 release | Rainer Gerhards | 2008-03-28 | 1 | -4/+4 |
| | |||||
* | updated v3 compatibility doc to cover new compatibility mode | Rainer Gerhards | 2008-03-27 | 2 | -72/+71 |
| | |||||
* | preparing for 3.12.4 | Rainer Gerhards | 2008-03-25 | 1 | -4/+4 |
| | |||||
* | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 1 | -140/+274 |
| | | | | quarter-hour logfile rotation | ||||
* | fixed typo, euro pricing | Rainer Gerhards | 2008-03-25 | 1 | -4/+4 |
| | |||||
* | - Greatly enhanced rsyslogd's filw write performance by disabling file | Rainer Gerhards | 2008-03-22 | 2 | -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) to | Rainer Gerhards | 2008-03-22 | 1 | -5/+7 |
| | | | | prevent unintentional message loss | ||||
* | preparing for 3.12.3v3-12-3 | Rainer Gerhards | 2008-03-18 | 1 | -4/+4 |
| | |||||
* | added advanced flow control for congestion cases (mode depending on message | Rainer Gerhards | 2008-03-14 | 1 | -4/+2 |
| | | | | source and its capablity to be delayed without bad side effects) | ||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -2/+2 |
| | |||||
* | preparing 3.12.2 | Rainer Gerhards | 2008-03-13 | 1 | -9/+7 |
| | |||||
* | fixed potential infinite loop condition when module load failed on startup | Rainer Gerhards | 2008-03-07 | 1 | -2/+6 |
| | |||||
* | preparing for 3.12.1 release | Rainer Gerhards | 2008-03-06 | 2 | -41/+39 |
| | |||||
* | added capability to ignore client-provided timestamp on unix sockets and | Rainer Gerhards | 2008-03-06 | 2 | -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 variables | Andre Lorbach | 2008-03-05 | 1 | -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 from | Andre Lorbach | 2008-03-04 | 1 | -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 bit | Rainer Gerhards | 2008-03-04 | 1 | -24/+21 |
| | |||||
* | Updated omsnmp documentation | Andre Lorbach | 2008-03-04 | 1 | -3/+14 |
| | |||||
* | fixed document title | Rainer Gerhards | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | added "help" command to runtime debug flags | Rainer Gerhards | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | enabled debug-support to pull runtime options from environment (bug 18) | Rainer Gerhards | 2008-02-28 | 1 | -1/+5 |
| | |||||
* | implemented environment-settable debug options | Rainer Gerhards | 2008-02-28 | 1 | -9/+7 |
| | |||||
* | prepared for 3.12.0v3-12-0 | Rainer Gerhards | 2008-02-28 | 2 | -4/+8 |
| | |||||
* | preparing for 3.12.0 | Rainer Gerhards | 2008-02-28 | 1 | -83/+117 |
| | |||||
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 3 | -11/+77 |
| | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations | ||||
* | worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in better | Rainer Gerhards | 2008-02-28 | 2 | -162/+354 |
| | | | | shape ;) | ||||
* | updated "mysql paper" to include information for other databases, too | Rainer Gerhards | 2008-02-28 | 1 | -16/+25 |
| | |||||
* | prepared for 3.11.6v3-11-6 | Rainer Gerhards | 2008-02-27 | 1 | -4/+4 |
| | |||||
* | - fixed wrong pointer in imgssapi config coding | Rainer Gerhards | 2008-02-26 | 1 | -10/+4 |
| | | | | - added $InputGSSServerMaxSessions config directive | ||||
* | split off imgssapi from imtcp, but still with a lot of dependency | Rainer Gerhards | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | implemented STARTSWITH vm instruction | Rainer Gerhards | 2008-02-26 | 1 | -9/+8 |
| | |||||
* | added some user doc on RainerScript | Rainer Gerhards | 2008-02-26 | 4 | -31/+99 |
| | |||||
* | applied Michael Biebl's fix for building rsyslog core without gssapi | Rainer Gerhards | 2008-02-26 | 1 | -1/+1 |
| | | | | support | ||||
* | added string concatenation operator & to RainerScript | Rainer Gerhards | 2008-02-25 | 1 | -2/+8 |
| | |||||
* | improved class diagram | Rainer Gerhards | 2008-02-25 | 1 | -0/+0 |
| | |||||
* | preparing for 3.11.5v3-11-5 | Rainer Gerhards | 2008-02-25 | 1 | -4/+4 |
| | |||||
* | - added some thoughts on RainerScript | Rainer Gerhards | 2008-02-24 | 3 | -7/+39 |
| | | | | - worked a bit on conversion functions | ||||
* | added some doc for imgssapi and imtcp input modules | Rainer Gerhards | 2008-02-22 | 5 | -3/+113 |
| | |||||
* | updated compatibility notes doc | Rainer Gerhards | 2008-02-22 | 1 | -21/+11 |
| | |||||
* | corrected config doc - IETF no longer intends to add facilities | Rainer Gerhards | 2008-02-22 | 1 | -22/+14 |
| |