summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp
Commit message (Expand)AuthorAgeFilesLines
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-15/+20
* Merge branch 'beta'Rainer Gerhards2009-04-091-0/+1
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+1
| |\
| | * bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+1
* | | Merge branch 'beta'Rainer Gerhards2009-02-241-1/+1
|\| |
| * | make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
| |/
* / enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-0/+17
|/
* minor cleanupRainer Gerhards2008-11-291-1/+1
* security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-5/+2
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
* bugfix: gtls und ptcp netstream driver communicated invalid iRetRainer Gerhards2008-06-241-1/+1
* changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-231-8/+8
* Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
* bugfix: removed some memory leaks in TLS codeRainer Gerhards2008-06-041-0/+1
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-0/+48
* fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-2/+2
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+5
* made plain tcp syslog via TLS work on the serverRainer Gerhards2008-04-301-0/+9
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-2/+2
* client functionality works again (with the new socket abstraction)Rainer Gerhards2008-04-231-2/+8
* added new netstrms classRainer Gerhards2008-04-231-1/+1
* some more cleanupRainer Gerhards2008-04-161-1/+1
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-131-10/+0
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-2/+0
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-1/+6
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-3/+3
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-5/+7
* cleanup by Michael BieblRainer Gerhards2008-03-061-1/+1
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+3
* changed module loader to automatically add ".so" suffix if not specifiedRainer Gerhards2008-03-051-1/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-14/+1
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-3/+1
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-8/+3
* made imgssapi compileRainer Gerhards2008-03-031-6/+14
* - added class tcpsRainer Gerhards2008-03-021-868/+90
* shuffled some more code, added comments varmojfekoj sent me a while ago toRainer Gerhards2008-02-261-19/+5
* split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-262-299/+18
* declared some things in imtcp.c static so that they don't conflict ifRainer Gerhards2008-02-261-5/+5
* applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-261-2/+5
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-1/+1
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-2/+1001
* integrated patch from Peter Vrabec to change the build process to produceRainer Gerhards2008-02-222-3/+14
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2
* internal restructuring in omfwd.c - stage work for further modularization IRainer Gerhards2007-12-271-10/+0
* removed active INET code from syslogd.c - still some auxiliary thingsRainer Gerhards2007-12-261-0/+16
* cleaned up code (resulting in some shuffeling from syslogd.c to the "right"Rainer Gerhards2007-12-211-1/+14
* created first version of imtcp (still very much depending on syslogd.c forRainer Gerhards2007-12-211-7/+133