summaryrefslogtreecommitdiffstats
path: root/tools/omfwd.c
Commit message (Collapse)AuthorAgeFilesLines
* invalid strdup when no driver name was set caused segfaultRainer Gerhards2008-05-051-1/+2
|
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-2/+15
| | | | they can now be set on an action-by-action basis
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-1/+1
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-12/+6
|
* added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-0/+6
|
* added new netstrms classRainer Gerhards2008-04-231-4/+19
| | | | netstrms is at the top layer of the socket abstraction
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-0/+2
|
* improvements in omfwd and cleanup of omgssapiRainer Gerhards2008-04-171-4/+30
| | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary
* modified omfwd to work with netstrm (and also did some cleanup)Rainer Gerhards2008-04-171-303/+238
|
* moved "family" variable to global data poolRainer Gerhards2008-04-171-2/+6
|
* some more cleanupRainer Gerhards2008-04-161-0/+643
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear