summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.h
Commit message (Collapse)AuthorAgeFilesLines
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-1/+8
| | | | | | | 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
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-0/+1
| | | | they can now be set on an action-by-action basis
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+3
|
* removed loadbale module leakRainer Gerhards2008-04-291-1/+2
| | | | | | - moved netstrms, netstrm and nssel into a single loadble module because they belong together - fixed "loadbale module leak"
* added new netstrms classRainer Gerhards2008-04-231-0/+52
netstrms is at the top layer of the socket abstraction