summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-031-0/+4
|
* added code to pull the subjectAltName - dNSNameRainer Gerhards2008-05-211-1/+0
|
* fixed invalid prototypeRainer Gerhards2008-05-211-1/+1
|
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-1/+50
| | | | | | | The TLS server now checks the client fingerprint. This works, but is highly experimental. Needs to be refined for practice. Also: - implemented permittedPeers helper construct to store names - changed omfwd implementation to use new permittedPeers
* added missing includes (noticed under SuSe Linux)Rainer Gerhards2008-05-061-0/+1
|
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-2/+29
| | | | they can now be set on an action-by-action basis
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+28
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-8/+4
|
* removed loadbale module leakRainer Gerhards2008-04-291-3/+23
| | | | | | - moved netstrms, netstrm and nssel into a single loadble module because they belong together - fixed "loadbale module leak"
* ability to load proper select netstrm driverRainer Gerhards2008-04-291-6/+9
|
* added $DefaultNetstreamDriver config directiveRainer Gerhards2008-04-281-0/+1
|
* message reception via TCP work againRainer Gerhards2008-04-241-19/+2
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* client functionality works again (with the new socket abstraction)Rainer Gerhards2008-04-231-8/+19
|
* added new netstrms classRainer Gerhards2008-04-231-0/+206
netstrms is at the top layer of the socket abstraction