Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | made plain tcp syslog via TLS work on the server | Rainer Gerhards | 2008-04-30 | 1 | -5/+122 | |
| | | | | ... but so far only in blocking mode | |||||
* | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -3/+27 | |
| | ||||||
* | fixed memory leaks | Rainer Gerhards | 2008-04-28 | 1 | -3/+4 | |
| | ||||||
* | made gtls server driver work in plain tcp mode | Rainer Gerhards | 2008-04-25 | 1 | -6/+85 | |
| | ||||||
* | added select() driver for GnuTls | Rainer Gerhards | 2008-04-24 | 1 | -17/+5 | |
| | ||||||
* | made this compile with the new abstracted socket server calls | Rainer Gerhards | 2008-04-24 | 1 | -9/+2 | |
| | | | | | undid some invalid changes during merge plus did a few wrappers. Compiles, but does not yet work. | |||||
* | improved TLS session closure | Rainer Gerhards | 2008-04-18 | 1 | -5/+22 | |
| | ||||||
* | first working TLS-enabled plain TCP sender | Rainer Gerhards | 2008-04-18 | 1 | -5/+112 | |
| | | | | | implemented a first working version of a TLS-enabled plain TCP sender (but, of course, the implementation is insecure as it is) | |||||
* | set stage for TLS client implementation | Rainer Gerhards | 2008-04-18 | 1 | -0/+259 | |