Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages. | ||||
* | bugfix: imgssapi segfaulted under some conditions; this fix is actually not | Rainer Gerhards | 2008-03-13 | 1 | -27/+10 |
| | | | | | | just a fix but a change in the object model. Thanks to varmojfekoj for providing the bug report, an initial fix and lots of good discussion that lead to where we finally ended up. | ||||
* | implemented module unload handling (required a number of interface changes) | Rainer Gerhards | 2008-03-11 | 1 | -2/+9 |
| | |||||
* | renamed library module file names to lm*, so that they match the overall | Rainer Gerhards | 2008-03-07 | 1 | -4/+4 |
| | | | | scheme (like im* and om*) | ||||
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 1 | -10/+12 |
| | | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin | ||||
* | applied some bugfixes to new code supplied by varmojfekoj - thanks!v3-12-1 | Rainer Gerhards | 2008-03-06 | 1 | -3/+5 |
| | |||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | changed module loader to automatically add ".so" suffix if not specified | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | | | | (over time, this shall also ease portability of config files) | ||||
* | some more cleanup | Rainer Gerhards | 2008-03-05 | 1 | -4/+4 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-03-05 | 1 | -15/+0 |
| | |||||
* | fixed sleep call | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 2 | -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-based | Rainer Gerhards | 2008-03-05 | 1 | -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 Gerhards | 2008-03-04 | 1 | -4/+1 |
| | | | | - changed module interface version, as the interface change is quite large | ||||
* | fixed newly introduced bugs in imgssapi and imtcp and their helpers now | Rainer Gerhards | 2008-03-03 | 1 | -27/+42 |
| | | | | plain tcp works again | ||||
* | made imgssapi compile | Rainer Gerhards | 2008-03-03 | 1 | -137/+330 |
| | |||||
* | - added class tcps | Rainer Gerhards | 2008-03-02 | 1 | -12/+159 |
| | | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken | ||||
* | - fixed wrong pointer in imgssapi config coding | Rainer Gerhards | 2008-02-26 | 1 | -0/+2 |
| | | | | - added $InputGSSServerMaxSessions config directive | ||||
* | fixed wrong pointer in imgssapi config coding | Rainer Gerhards | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | shuffled some more code, added comments varmojfekoj sent me a while ago to | Rainer Gerhards | 2008-02-26 | 1 | -2/+40 |
| | | | | imgssapi | ||||
* | split off imgssapi from imtcp, but still with a lot of dependency | Rainer Gerhards | 2008-02-26 | 3 | -0/+355 |