summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-0/+8
|
* Added sss_ldap_dn_in_search_bases()Pavel Březina2011-12-141-0/+8
|
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-0/+4
| | | | https://fedorahosted.org/sssd/ticket/986
* 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.
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-3/+0
|
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-0/+10
|
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-021-0/+3
|
* Add support for Attribute Scoped QueriesJakub Hrozek2011-05-201-0/+4
| | | | | | For more details on ASQ, see: http://msdn.microsoft.com/en-us/library/aa366976%28VS.85%29.aspx http://msdn.microsoft.com/en-us/library/aa746418%28v=VS.85%29.aspx
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-04-081-0/+15
| | | | https://fedorahosted.org/sssd/ticket/643
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+30
Also update BUILD.txt