Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 1 | -19/+22 |
| | | | | | | 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-based | Rainer Gerhards | 2008-03-05 | 1 | -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 now | Rainer Gerhards | 2008-03-03 | 1 | -18/+28 |
| | | | | plain tcp works again | ||||
* | made imgssapi compile | Rainer Gerhards | 2008-03-03 | 1 | -52/+98 |
| | |||||
* | - added class tcps | Rainer Gerhards | 2008-03-02 | 1 | -0/+762 |
- added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken |