Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-21 | 1 | -18/+77 | |
|\| | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | first implementation of TLS server client authentication check | Rainer Gerhards | 2008-05-19 | 1 | -15/+35 | |
| | | | | | | | | | | | | | | 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 | |||||
| * | regained netstream driver genericity; improved drivers | Rainer Gerhards | 2008-05-17 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | - made action logic pass optional auth params only if they are actually configured - added new authMode and Fingerprint methods to ptcp netstream driver (keeping them once again generic) - added diagnostics messages when invalid auth modes were configured | |||||
| * | added first rough ability to authenticate the server against its certificate | Rainer Gerhards | 2008-05-16 | 1 | -18/+51 | |
| | | | | | | | | | | | | | | | | | | | | This is very experimental and needs some more work. It probably even segfaults - but the base code is there and running. The rest is refinement. While working on this, I did these two bugfixes: - bugfix: small mem leak in omfwd on exit (strmdriver name was not freed) - bugfix: $ActionSendStreamDriver had no effect | |||||
* | | bugfix: default syslog port was no longer used if none was configured. | varmojfekoj | 2008-05-21 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | invalid strdup when no driver name was set caused segfault | Rainer Gerhards | 2008-05-05 | 1 | -1/+2 | |
| | ||||||
* | support for different forwarding stream drivers added | Rainer Gerhards | 2008-05-05 | 1 | -2/+15 | |
| | | | | they can now be set on an action-by-action basis | |||||
* | added $InputTCPServerStreamDriverMode config directive | Rainer Gerhards | 2008-04-30 | 1 | -1/+1 | |
| | ||||||
* | fixed problem with module unload sequence | Rainer Gerhards | 2008-04-29 | 1 | -12/+6 | |
| | ||||||
* | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+6 | |
| | ||||||
* | added new netstrms class | Rainer Gerhards | 2008-04-23 | 1 | -4/+19 | |
| | | | | netstrms is at the top layer of the socket abstraction | |||||
* | converted netstrm into generic netstrm and the nsd_pctp driver | Rainer Gerhards | 2008-04-18 | 1 | -0/+2 | |
| | ||||||
* | improvements in omfwd and cleanup of omgssapi | Rainer Gerhards | 2008-04-17 | 1 | -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 Gerhards | 2008-04-17 | 1 | -303/+238 | |
| | ||||||
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -2/+6 | |
| | ||||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -0/+643 | |
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear |