summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_req_wrap.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02Make ldap bind asynchronousMartin Nagy1-0/+103
Every ldap function that could possibly create a new connection is now wrapped in a tevent_req. If the connection is created, we will call the function again after the socket is ready for writing.