Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed potential segfault due to invalid call to cfsysline | varmojfekoj | 2008-05-14 | 1 | -1/+1 |
| | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 1 | -3/+14 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 1 | -6/+0 |
| | | | | Results in reducing code complexity. | ||||
* | bugfix: duplicate public symbol in omfwd and omgssapi could lead to | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | | | | segfault. thanks to varmojfekoj for the patch. | ||||
* | bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading to | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | | | | wrong framing (caused, among others, interop problems) | ||||
* | changed omgssapi and omfwd to utilize new object calling interface; made a | Rainer Gerhards | 2008-03-12 | 1 | -13/+26 |
| | | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery) | ||||
* | renamed library module file names to lm*, so that they match the overall | Rainer Gerhards | 2008-03-07 | 1 | -1/+1 |
| | | | | scheme (like im* and om*) | ||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 2 | -18/+24 |
| | | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module | ||||
* | updated omgssapi to use the current interface version definition | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | tweaked omgssapi a bit to use our regular calling conventions | Rainer Gerhards | 2008-02-29 | 1 | -4/+4 |
| | |||||
* | applied Michael Biebl's fix for building rsyslog core without gssapi | Rainer Gerhards | 2008-02-26 | 1 | -1/+1 |
| | | | | support | ||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -2/+2 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-01-03 | 1 | -5/+5 |
| | |||||
* | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 1 | -2/+2 |
| | |||||
* | created omtesting, a debug and development aid output module. This is stage | Rainer Gerhards | 2007-12-31 | 1 | -4/+1 |
| | | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;) | ||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 3 | -0/+697 |