summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid freeing sdap_handle too earlySimo Sorce2010-05-031-18/+40
| | | | | Prevent freeing the sdap_handle by failing in the destructor if we are trying to recurse.
* Make the handling of fd events opaqueSumit Bose2010-04-261-124/+3
| | | | | | | Depending on the version of the OpenLDAP libraries we use two different schemes to find the file descriptor of the connection to the LDAP server. This patch removes the related ifdefs from the main code and introduces helper functions which can handle the specific cases.
* Lower debug level of unexpected LDAP result codesSumit Bose2010-03-221-0/+5
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+1018
Also update BUILD.txt