Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-15 | Revert "Make ldap bind asynchronous" | Jakub Hrozek | 1 | -689/+0 | |
This reverts 56d8d19ac9d857580a233d8264e851883b883c67 | |||||
2010-09-02 | Make ldap bind asynchronous | Martin Nagy | 1 | -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. |