summaryrefslogtreecommitdiffstats
path: root/plugins/imgssapi
Commit message (Collapse)AuthorAgeFilesLines
* applied some bugfixes to new code supplied by varmojfekoj - thanks!v3-12-1Rainer Gerhards2008-03-061-3/+5
|
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* changed module loader to automatically add ".so" suffix if not specifiedRainer Gerhards2008-03-051-1/+1
| | | | (over time, this shall also ease portability of config files)
* some more cleanupRainer Gerhards2008-03-051-4/+4
|
* cleanupRainer Gerhards2008-03-051-15/+0
|
* fixed sleep callRainer Gerhards2008-03-051-1/+1
|
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-052-21/+25
| | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-16/+1
| | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far)
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-4/+1
| | | | - changed module interface version, as the interface change is quite large
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-27/+42
| | | | plain tcp works again
* made imgssapi compileRainer Gerhards2008-03-031-137/+330
|
* - added class tcpsRainer Gerhards2008-03-021-12/+159
| | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken
* - fixed wrong pointer in imgssapi config codingRainer Gerhards2008-02-261-0/+2
| | | | - added $InputGSSServerMaxSessions config directive
* fixed wrong pointer in imgssapi config codingRainer Gerhards2008-02-261-1/+1
|
* shuffled some more code, added comments varmojfekoj sent me a while ago toRainer Gerhards2008-02-261-2/+40
| | | | imgssapi
* split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-263-0/+355