summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* re-enabled anon mode (failed if client did not provide cert)Rainer Gerhards2008-05-211-1/+1
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-3/+50
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+4
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+14
* made plain tcp syslog via TLS work on the serverRainer Gerhards2008-04-301-13/+15
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-5/+5
* fixed memory leaksRainer Gerhards2008-04-281-4/+2
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-1/+1
* fixed newly introduced memory leaksRainer Gerhards2008-04-241-5/+19
* message reception via TCP work againRainer Gerhards2008-04-241-15/+10
* removed listener array from inidividual netstrm (mostly finished)Rainer Gerhards2008-04-231-1/+22
* added new netstrms classRainer Gerhards2008-04-231-67/+87
* objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-198/+37
* added new "netstrm" class (not yet implemented)Rainer Gerhards2008-04-171-1/+0
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-1/+1
* moved "family" variable to global data poolRainer Gerhards2008-04-171-3/+5
* some more cleanupRainer Gerhards2008-04-161-1/+1
* moved net module to runtimeRainer Gerhards2008-04-161-1/+0
* our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-091-1/+1
* cleanupRainer Gerhards2008-03-311-26/+0
* 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