r7747: - simplified the ldap server buffer handling
authorAndrew Tridgell <tridge@samba.org>
Sun, 19 Jun 2005 09:31:34 +0000 (09:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:30 +0000 (13:18 -0500)
commitc7496c6cdb7bdcdd483868c21457350f567ec054
tree5584e0aaf51f9504bc5754d79a147b39af766de2
parent68853a1c7be11ffaaef4ad2e3f78a97f0b401b68
r7747: - simplified the ldap server buffer handling

- 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)
source4/ldap_server/ldap_backend.c
source4/ldap_server/ldap_bind.c
source4/ldap_server/ldap_hacked_ldb.c
source4/ldap_server/ldap_rootdse.c
source4/ldap_server/ldap_server.c
source4/ldap_server/ldap_server.h
source4/ldap_server/ldap_simple_ldb.c
source4/lib/tls/tls.c
source4/lib/tls/tls.h
source4/libcli/ldap/ldap_client.c