svn commit: samba r1615 - in trunk/source: include lib libsmb sam utils

vlendec at samba.org vlendec at samba.org
Sat Jul 31 21:56:56 GMT 2004


Author: vlendec
Date: 2004-07-31 21:56:56 +0000 (Sat, 31 Jul 2004)
New Revision: 1615

Modified:
   trunk/source/include/asn_1.h
   trunk/source/include/smb_ldap.h
   trunk/source/lib/smb_ldap.c
   trunk/source/lib/smbldap.c
   trunk/source/lib/util_sock.c
   trunk/source/libsmb/asn1.c
   trunk/source/sam/idmap_ldap.c
   trunk/source/utils/net_ads.c
Log:
Implement a ldap_set/get/end_searchent style interface to LDAP searches, and a
(largely untested) start of overlapped ldap operations. This adds two queues
to ldap_connection:

* outstanding is the list of non-replied requests

* search_entries is the list of Search Entries that have come in before
  the searchresultdone.

It is untested in the sense that it works serialized, I did not yet issue a
number of requests during a huge search comes in.

It will be interesting to see how OpenLDAP and AD respond to this.

Volker

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source&rev=1615&nolog=1


More information about the samba-cvs mailing list