summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-0/+35
* Merge branch 'v3-stable' into betaRainer Gerhards2008-12-041-8/+13
|\
| * bugfix: memory leak if sender was not permittedRainer Gerhards2008-12-031-6/+10
| * bugfix: $AllowedSender handled invalidly for plain TCP transportRainer Gerhards2008-11-291-2/+3
* | removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-1/+1
* | begun implementing a diagnostic plugin (not yet completed)Rainer Gerhards2008-07-281-2/+1
|/
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-7/+7
* improved gtls error reportingRainer Gerhards2008-06-241-2/+2
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-241-10/+14
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+4
* changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-231-5/+8
* 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