r23792: convert Samba4 to GPLv3
[kai/samba.git] / source4 / lib / tls / tls.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr19217: Merge from SAMBA_4_0_RELEASE:
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Andrew Tridgellr17674: fixed a problem on with our configure logic...
2007-10-10 Simo Sorcer17412: fix missing colon
2007-10-10 Andrew Bartlettr17411: Try and compile on older versions of GnuTLS.
2007-10-10 Andrew Bartlettr17379: Pre-generate DH parameters, to avoid doing...
2007-10-10 Andrew Bartlettr17286: Simply fail the tls_initialise if we don't...
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr17168: Now that TLS (and soon SASL) is below the socke...
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...