summaryrefslogtreecommitdiffstats
path: root/tcps_sess.c
Commit message (Expand)AuthorAgeFilesLines
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-2/+0
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-3/+2
* fixed newly introduced memory leaksRainer Gerhards2008-04-241-3/+5
* message reception via TCP work againRainer Gerhards2008-04-241-5/+4
* client functionality works again (with the new socket abstraction)Rainer Gerhards2008-04-231-20/+12
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-1/+1
* some more cleanupRainer Gerhards2008-04-161-1/+1
* added flow control options to other input sourcesRainer Gerhards2008-03-191-4/+4
* oversize message handling in TCP/GSSAPI receiverRainer Gerhards2008-03-141-3/+15
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-111/+82
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-131-2/+9
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-0/+10
* some cleanupRainer Gerhards2008-03-071-6/+0
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-5/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-5/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-0/+1
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-0/+5
* made imgssapi compileRainer Gerhards2008-03-031-16/+33
* - added class tcpsRainer Gerhards2008-03-021-0/+421