summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls
Commit message (Collapse)AuthorAgeFilesLines
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-102-0/+20
| | | | | of gnutls. Thanks to ab for spotting this. (This used to be commit 437c4057ae4e89725ddbdd026977510beb33c009)
* r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell2007-10-101-7/+21
| | | | | | | | | | | sam database = sam.ldb and it will know to put it in the private dir, but if you use sam database = ldap://server it knows to use it as-is (This used to be commit c5bccbc366db144d3e1cb7b21f0e3284d841dd06)
* r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit bc6bc84ef4ad3434c6cb8d94a8d7a105ad2fd8c2)
* r7769: added client support in the tls library apiAndrew Tridgell2007-10-102-12/+126
| | | | (This used to be commit 71ee6a1df542b95c61217de71e6f56b8ce9d81b5)
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-102-5/+7
| | | | | connections on that port (This used to be commit 30da6a1cc41308a16a486111887f45bcf598f064)
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit 135c3367ff737246ea40030d3c852769666ff522)
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-102-1/+25
| | | | | | | | | | - got rid of the special cases for sasl buffers - added a tls_socket_pending() call to determine how much data is waiting on a tls connection - removed the attempt at async handling of ldap calls. The buffers/sockets are all async, but the calls themselves are sync. (This used to be commit 73cb4aad229d08e17e22d5792580bd43a61b142a)
* r7745: better handling of recv errors in tls libraryAndrew Tridgell2007-10-101-1/+10
| | | | (This used to be commit 42d8a1a222430bd64962da7cc4ac0193b5c003f7)
* r7742: abstracted out the tls code from the web server, so that our other ↵Andrew Tridgell2007-10-104-0/+646
servers can easily become tls enabled. This will be used to add support for ldaps (This used to be commit 950500f603725349d2a0e22878e83dd1b5975f9f)