Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-14 | Added sss_ldap_dn_in_search_bases() | Pavel Březina | 1 | -0/+8 | |
2011-09-06 | sss_ldap_err2string() - function created | Pavel Březina | 1 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/986 | |||||
2011-08-15 | Handle timeout during sss_ldap_init_send | Jakub Hrozek | 1 | -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-11 | Move IP adress escaping from the LDAP namespace | Jakub Hrozek | 1 | -3/+0 | |
2011-06-30 | Use ldap_init_fd() instead of ldap_initialize() if available | Sumit Bose | 1 | -0/+10 | |
2011-06-02 | Add a utility function to escape IPv6 address for use in URIs | Jakub Hrozek | 1 | -0/+3 | |
2011-05-20 | Add support for Attribute Scoped Queries | Jakub Hrozek | 1 | -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-08 | Don't pass NULL to printf for TLS errors | Jakub Hrozek | 1 | -0/+15 | |
https://fedorahosted.org/sssd/ticket/643 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+30 | |
Also update BUILD.txt |