summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+1
| | | | | | | | | In some cases, where there would be no response from the LDAP server, there would be no R/W events on the LDAP fd, so sdap_async_sys_connect_done would never be called. This patch adds a tevent timer that cancels the connection after SDAP_NETWORK_TIMEOUT seconds.
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-06-301-0/+14
| | | | | | | | https://fedorahosted.org/sssd/ticket/643 Conflicts: src/util/sss_ldap.h
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-0/+10
|
* Fix bad mergeStephen Gallagher2011-06-021-0/+1
| | | | | We merged in a patch, but missed that it missed a dependency added by another earlier patch.
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-021-0/+3
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+30
Also update BUILD.txt