summaryrefslogtreecommitdiff
path: root/source3/lib/tldap.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-12Add basic tracing of tldap messagesVolker Lendecke1-0/+10
2009-06-12Add debugging facility to tldap, analogous to teventVolker Lendecke1-0/+32
2009-06-07Fix syntax of sending a delete requestVolker Lendecke1-1/+1
2009-06-06Add the early start of an async ldap libraryVolker Lendecke1-0/+1835
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.