Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: comments after actions were not properly treated. | Rainer Gerhards | 2008-06-25 | 1 | -14/+7 |
| | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration. | ||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-05-16 | 1 | -1/+1 |
|\ | |||||
| * | 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> | ||||
* | | removed dependency on MAXHOSTNAMELEN as much as it made sense. | Rainer Gerhards | 2008-04-10 | 1 | -7/+10 |
|/ | | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further. | ||||
* | - 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 |