summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_req_wrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make ldap bind asynchronous"Jakub Hrozek2010-09-151-103/+0
| | | | This reverts 56d8d19ac9d857580a233d8264e851883b883c67
* Make ldap bind asynchronousMartin Nagy2010-09-021-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.