summaryrefslogtreecommitdiffstats
path: root/tcps_sess.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: zero-sized (empty) messages were processed by imtcpRainer Gerhards2010-07-281-2/+9
* cleanup: removed no longer needed variableRainer Gerhards2010-03-221-3/+0
* now put the new property-based methods to good useRainer Gerhards2009-07-011-0/+1
* RcvFromIP now also a propertyRainer Gerhards2009-07-011-8/+11
* introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-5/+13
* finished transition to using inputName propertyRainer Gerhards2009-06-301-1/+0
* introduced the idea of detached propertiesRainer Gerhards2009-06-291-2/+6
* cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-4/+2
* implemented first version of multi-enqueue support, queue sideRainer Gerhards2009-06-161-1/+1
* milestone: input-side multiSubmit capabilityRainer Gerhards2009-06-161-8/+26
* fixing problems that occurred during the last mergeRainer Gerhards2009-06-161-2/+0
* minor cleanupRainer Gerhards2009-06-161-2/+0
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-30/+25
|\
| * some performance optimizationsRainer Gerhards2009-06-161-29/+25
* | fixed small bug in testbenchRainer Gerhards2009-06-121-2/+0
* | fixed a regression from past commit & more performance enhancementRainer Gerhards2009-06-121-2/+3
* | performance-enhanced imtcpRainer Gerhards2009-06-121-2/+10
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-0/+1
|/
* improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-11/+12
* added new testing module imdiagRainer Gerhards2009-05-251-6/+21
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-2/+15
* Fix compiler warningsMichael Biebl2009-05-191-0/+1
* performance enhancement: imtcp calls parser no longer on input threadRainer Gerhards2009-04-231-12/+54
* enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-5/+7
* moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-5/+6
* "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-4/+4
* added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-4/+4
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-4/+8
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-15/+26
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-4/+4
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-6/+31
* bugfix: TLS server went into an endless loop in some situations.Rainer Gerhards2008-05-151-13/+1
* 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