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