summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-141-4/+6
* bugfix: TCP connection invalidly aborted when messages needed to be discardedRainer Gerhards2011-05-021-1/+1
* slightly more informative errmsg when TCP connection is abortedRainer Gerhards2011-05-021-3/+5
* bumped version number, corrected error message code (minor nit)Rainer Gerhards2009-10-011-1/+1
* added $InputTCPServerNotifyOnConnectionClose config directiveRainer Gerhards2009-10-011-0/+19
* added $InputTCPMaxListeners directiveRainer Gerhards2009-08-171-13/+26
* bugfix: if tcp listen port could not be created, no error message was emittedRainer Gerhards2009-08-171-2/+6
* introduced the idea of detached propertiesRainer Gerhards2009-06-291-3/+12
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-1/+2
|\
| * some performance optimizationsRainer Gerhards2009-06-161-1/+2
* | fixed a regression from past commit & more performance enhancementRainer Gerhards2009-06-121-1/+1
* | performance-enhanced imtcpRainer Gerhards2009-06-121-1/+0
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-0/+17
|/
* added a generic network stream serverRainer Gerhards2009-06-021-1/+4
* greatly enhanced testbenchRainer Gerhards2009-05-271-3/+0
* added new testing module imdiagRainer Gerhards2009-05-251-7/+19
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-46/+104
* made imdiag *just* compile & some cleanupRainer Gerhards2009-05-201-11/+6
* Merge branch 'beta'Rainer Gerhards2009-04-091-0/+15
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+15
| |\
| | * bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+15
* | | 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