Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provided more generic URL | Rainer Gerhards | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | added build-in templates | Rainer Gerhards | 2008-03-28 | 4 | -14/+35 |
| | |||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 8 | -17/+82 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | cleanup | Rainer Gerhards | 2008-03-28 | 1 | -2/+1 |
| | |||||
* | - changed default file output format to include high-precision timestamps | Rainer Gerhards | 2008-03-28 | 8 | -24/+68 |
| | | | | | - 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 | 3 | -268/+65 |
| | |||||
* | updated v3 compatibility doc to cover new compatibility mode | Rainer Gerhards | 2008-03-27 | 4 | -73/+81 |
| | |||||
* | - changed default for "last message repeated n times", which is now off by | Rainer Gerhards | 2008-03-27 | 1 | -42/+105 |
| | | | | | | | | | | | default - implemented backward compatibility commandline option parsing - bugfix: -t and -g legacy options max number of sessions had a wrong and much too high value - automatically generated compatibility config lines are now also logged so that a user can diagnose problems with them - added compatibility mode for -a, -o and -p options - MILESTONE: compatibility mode processing finished | ||||
* | finally removing NoHops - code was commented out all since v1.somewhat. | Rainer Gerhards | 2008-03-27 | 1 | -62/+50 |
| | |||||
* | bugfix: $ModDir did invalid bounds checking, potential overlow in | Rainer Gerhards | 2008-03-27 | 3 | -15/+31 |
| | | | | dbgprintf() - thanks to varmojfekoj for the patch | ||||
* | fixed memory leaks in stream class and imfile | Rainer Gerhards | 2008-03-27 | 2 | -9/+35 |
| | |||||
* | required "syslog" relp command on client connect | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | changed the "syslog" relp command to be required for rsyslogd | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | made relp modules use new relpengine-provided feature selection functions | Rainer Gerhards | 2008-03-27 | 2 | -1/+2 |
| | |||||
* | used new librelp entry point to set "syslog" command as desired feature | Rainer Gerhards | 2008-03-27 | 1 | -0/+1 |
| | |||||
* | bugfix: QHOUR and HHOUR properties were wrongly calculated | Rainer Gerhards | 2008-03-26 | 2 | -3/+4 |
| | |||||
* | linking to relp fixed | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | disabling librelp entry point check as I don't know how to do it | Rainer Gerhards | 2008-03-25 | 1 | -8/+11 |
| | | | | correctly... | ||||
* | bumping version number | Rainer Gerhards | 2008-03-25 | 2 | -1/+3 |
| | |||||
* | removing valgrind instrumentation for releasev3-12-4 | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | preparing for 3.12.4 | Rainer Gerhards | 2008-03-25 | 2 | -12/+25 |
| | |||||
* | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 3 | -141/+293 |
| | | | | quarter-hour logfile rotation | ||||
* | fixed typo, euro pricing | Rainer Gerhards | 2008-03-25 | 1 | -4/+4 |
| | |||||
* | small cleanup | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | bugfix: continue parsing if tag is oversize (discard oversize part) - | Rainer Gerhards | 2008-03-25 | 1 | -0/+5 |
| | | | | thanks to mclaughlin77@gmail.com for the patch | ||||
* | handled case where relp server is not available on startup | Rainer Gerhards | 2008-03-23 | 1 | -2/+3 |
| | |||||
* | enabled relp session recovery | Rainer Gerhards | 2008-03-23 | 1 | -3/+13 |
| | |||||
* | handled relp return states | Rainer Gerhards | 2008-03-23 | 1 | -1/+4 |
| | |||||
* | bugfix: internally generated messages had "FROMHOST" property not set | Rainer Gerhards | 2008-03-22 | 2 | -0/+15 |
| | |||||
* | - Greatly enhanced rsyslogd's filw write performance by disabling file | Rainer Gerhards | 2008-03-22 | 3 | -7/+29 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 17 | -132/+4 |
| | | | | Results in reducing code complexity. | ||||
* | changed queue's discard severities default value to 8 (do not discard) to | Rainer Gerhards | 2008-03-22 | 4 | -7/+11 |
| | | | | prevent unintentional message loss | ||||
* | some more cleanup | Rainer Gerhards | 2008-03-21 | 1 | -7/+1 |
| | |||||
* | prepared omrelp for real "relp action" | Rainer Gerhards | 2008-03-21 | 1 | -77/+32 |
| | |||||
* | cleanup of omrelp | Rainer Gerhards | 2008-03-21 | 1 | -50/+5 |
| | |||||
* | fixed some problems in initial imrelp implementation | Rainer Gerhards | 2008-03-21 | 1 | -2/+2 |
| | |||||
* | added capability to receive RELP messages and forward them to the main | Rainer Gerhards | 2008-03-21 | 2 | -63/+17 |
| | | | | message queue to imrelp (not yet fully finished) | ||||
* | begun to harden omrelp against non-reachable relp server | Rainer Gerhards | 2008-03-21 | 1 | -2/+5 |
| | |||||
* | made debug module free some memory on exit to make memory debugger happy | Rainer Gerhards | 2008-03-20 | 1 | -0/+13 |
| | |||||
* | made librelp and rsyslog relp system send the first messages to the remote | Rainer Gerhards | 2008-03-20 | 2 | -36/+10 |
| | | | | peer (but it then discards them ;)) | ||||
* | fixed small memory leak | Rainer Gerhards | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | bugfix: some slightly invalid memory accesses | Rainer Gerhards | 2008-03-20 | 3 | -3/+16 |
| | |||||
* | bugfix: fixed some minor memory leaks | Rainer Gerhards | 2008-03-20 | 8 | -14/+59 |
| | |||||
* | bugfix: potential segfault on module unload. Thanks to varmojfekoj for the | Rainer Gerhards | 2008-03-19 | 2 | -1/+5 |
| | | | | patch | ||||
* | bugfix: imklog leaked several hundered KB on each HUP. Thanks to | Rainer Gerhards | 2008-03-19 | 5 | -0/+19 |
| | | | | varmojfekoj for the patch | ||||
* | changes to follow librelp development | Rainer Gerhards | 2008-03-19 | 1 | -57/+9 |
| | |||||
* | librelp header name change | Rainer Gerhards | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | librelp changed header name | Rainer Gerhards | 2008-03-19 | 3 | -4/+3 |
| | |||||
* | added flow control options to other input sources | Rainer Gerhards | 2008-03-19 | 7 | -12/+23 |
| | |||||
* | bugfix/doc: removed no longer supported -h option from man page | Rainer Gerhards | 2008-03-18 | 1 | -7/+0 |
| |