Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: memory leaks in gtls netstream driver | Rainer Gerhards | 2008-12-03 | 1 | -0/+4 |
| | |||||
* | added code to pull the subjectAltName - dNSName | Rainer Gerhards | 2008-05-21 | 1 | -1/+0 |
| | |||||
* | fixed invalid prototype | Rainer Gerhards | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | first implementation of TLS server client authentication check | Rainer Gerhards | 2008-05-19 | 1 | -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 Gerhards | 2008-05-06 | 1 | -0/+1 |
| | |||||
* | support for different forwarding stream drivers added | Rainer Gerhards | 2008-05-05 | 1 | -2/+29 |
| | | | | they can now be set on an action-by-action basis | ||||
* | added $InputTCPServerStreamDriverMode config directive | Rainer Gerhards | 2008-04-30 | 1 | -0/+28 |
| | |||||
* | fixed problem with module unload sequence | Rainer Gerhards | 2008-04-29 | 1 | -8/+4 |
| | |||||
* | removed loadbale module leak | Rainer Gerhards | 2008-04-29 | 1 | -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 driver | Rainer Gerhards | 2008-04-29 | 1 | -6/+9 |
| | |||||
* | added $DefaultNetstreamDriver config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+1 |
| | |||||
* | message reception via TCP work again | Rainer Gerhards | 2008-04-24 | 1 | -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 Gerhards | 2008-04-23 | 1 | -8/+19 |
| | |||||
* | added new netstrms class | Rainer Gerhards | 2008-04-23 | 1 | -0/+206 |
netstrms is at the top layer of the socket abstraction |