summaryrefslogtreecommitdiffstats
path: root/plugins/omgssapi
Commit message (Collapse)AuthorAgeFilesLines
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-3/+14
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-6/+0
| | | | Results in reducing code complexity.
* bugfix: duplicate public symbol in omfwd and omgssapi could lead toRainer Gerhards2008-03-141-1/+1
| | | | segfault. thanks to varmojfekoj for the patch.
* bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading toRainer Gerhards2008-03-141-1/+1
| | | | wrong framing (caused, among others, interop problems)
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-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 overallRainer Gerhards2008-03-071-1/+1
| | | | scheme (like im* and om*)
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-052-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 definitionRainer Gerhards2008-03-051-1/+1
|
* tweaked omgssapi a bit to use our regular calling conventionsRainer Gerhards2008-02-291-4/+4
|
* applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-261-1/+1
| | | | support
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
|
* cleanupRainer Gerhards2008-01-031-5/+5
|
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-2/+2
|
* created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-311-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 createdRainer Gerhards2007-12-283-0/+697