summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Collapse)AuthorAgeFilesLines
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-2/+26
| | | | | | | | | | | - 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)
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-18/+28
| | | | plain tcp works again
* made imgssapi compileRainer Gerhards2008-03-031-52/+98
|
* - added class tcpsRainer Gerhards2008-03-021-0/+762
- added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken