r7746: - added TLS support to our ldap server
authorAndrew Tridgell <tridge@samba.org>
Sun, 19 Jun 2005 07:21:18 +0000 (07:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:30 +0000 (13:18 -0500)
commitfed6f4cc6ceaf83aacb581499aeaf6af4ee8ddd2
treeee2c801f9ff3e48ff1ffeef769b21a15714b658d
parent42d8a1a222430bd64962da7cc4ac0193b5c003f7
r7746: - added TLS support to our ldap server

- this involved changing the buffer handling in the ldap server quite a
  lot, as it didn't handle partial packets at all

- removed completely bogus asn1_object_length() function. You can't
  do that with BER/DER
source/ldap_server/ldap_server.c
source/ldap_server/ldap_server.h
source/libcli/util/asn1.c