summaryrefslogtreecommitdiff
path: root/src/util/sss_ldap.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06sss_ldap_err2string() - function createdPavel Březina1-0/+4
https://fedorahosted.org/sssd/ticket/986
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek1-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.
2011-07-11Move IP adress escaping from the LDAP namespaceJakub Hrozek1-3/+0
2011-06-30Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose1-0/+10
2011-06-02Add a utility function to escape IPv6 address for use in URIsJakub Hrozek1-0/+3
2011-05-20Add support for Attribute Scoped QueriesJakub Hrozek1-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
2011-04-08Don't pass NULL to printf for TLS errorsJakub Hrozek1-0/+15
https://fedorahosted.org/sssd/ticket/643
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+30
Also update BUILD.txt