Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix libvncclient TLS for Windows builds. | Christian Beier | 2011-03-12 | 1 | -5/+39 |
| | | | | | | | GnuTLS seems to expect proper errno values internally. So set them in our custom push/pull functions. Parts of the patch stolen from libcurl, thanks! Signed-off-by: Christian Beier <[email protected]> | ||||
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 1 | -0/+6 |
| | | | | | Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError(). | ||||
* | Add VeNCrypt support in libvncclient | Vic Lee | 2009-10-02 | 1 | -3/+224 |
| | | | | Signed-off-by: Vic Lee <[email protected]> | ||||
* | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -0/+275 |
Signed-off-by: Vic Lee <[email protected]> |