summaryrefslogtreecommitdiffstats
path: root/plugins/omgssapi
Commit message (Collapse)AuthorAgeFilesLines
* removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-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 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