Add the early start of an async ldap library
authorVolker Lendecke <vl@samba.org>
Sat, 6 Jun 2009 10:30:57 +0000 (12:30 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 6 Jun 2009 11:10:30 +0000 (13:10 +0200)
commit7194937eea7f12a9408655654777fe19832e338a
treee47b15cb75f3ca55d6b29d265db041e31f89bea4
parent0e261d0e9c89ff11dc37b2bfd70c74c3a06486bd
Add the early start of an async ldap library

There's a lot of things this does not do yet: For example it does not parse the
reply blob in the sasl bind, it does not do anything with controls yet, a lot
of the ldap requests are not covered yet. But it provides a basis for me to
play with a pdb_ads passdb module.
source3/Makefile.in
source3/include/includes.h
source3/include/tldap.h [new file with mode: 0644]
source3/lib/tldap.c [new file with mode: 0644]