r15854: more talloc_set_destructor() typesafe fixes
[samba.git] / source4 / lib / tls / tls.c
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Andrew Bartlettr15357: Fix the build on systems without GNUTLS.
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Andrew Tridgellr14412: init a var
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Andrew Tridgellr7773: fixed the tls code for the non-GNUTLS case
2007-10-10 Andrew Tridgellr7769: added client support in the tls library api
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7750: handle STATUS_MORE_ENTRIES on send in tls
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7745: better handling of recv errors in tls library
2007-10-10 Andrew Tridgellr7742: abstracted out the tls code from the web server...