summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: tcp receiver could segfault due to uninitialized variableRainer Gerhards2008-03-311-2/+5
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-6/+16
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-3/+2
* cleanupRainer Gerhards2008-03-141-1/+0
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-131-13/+22
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-4/+1
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-8/+22
* some cleanupRainer Gerhards2008-03-071-4/+0
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* applied patch from varmojfekoj fixing a deinit bugRainer Gerhards2008-03-071-1/+1
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-5/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-19/+22
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-2/+26
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-18/+28
* made imgssapi compileRainer Gerhards2008-03-031-52/+98
* - added class tcpsRainer Gerhards2008-03-021-0/+762