summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_req_wrap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-15Revert "Make ldap bind asynchronous"Jakub Hrozek1-689/+0
This reverts 56d8d19ac9d857580a233d8264e851883b883c67
2010-09-02Make ldap bind asynchronousMartin Nagy1-0/+689
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.