Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-14 | Log fixes for sdap_call_conn_cb | Stephen Gallagher | 1 | -1/+2 | |
2011-12-16 | Use of uninitialized value in sss_ldap_dn_in_search_bases | Pavel Březina | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1112 | |||||
2011-12-14 | Added sss_ldap_dn_in_search_bases() | Pavel Březina | 1 | -0/+124 | |
2011-12-07 | Always attempt to connect in sdap_async_sys_connect_done | Jakub Hrozek | 1 | -18/+6 | |
This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad | |||||
2011-09-06 | sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string() | Pavel Březina | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/986 | |||||
2011-09-06 | sss_ldap_err2string() - function created | Pavel Březina | 1 | -0/+12 | |
https://fedorahosted.org/sssd/ticket/986 | |||||
2011-08-15 | Handle timeout during sss_ldap_init_send | Jakub Hrozek | 1 | -1/+35 | |
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-08-11 | Allow the O_NONBLOCK flag to be reset correctly | Ralf Haferkamp | 1 | -14/+0 | |
sssd set the O_NONBLOCK flag on the LDAP socket twice. First in set_fd_flags_and_opts(). And the second time in sdap_async_sys_connect_send() after storing a backup in the local state structure. The backup is later used to restore the original flags (after connect() succeeded). As NONBLOCK was already set before it didn't correctly reset that flag. https://fedorahosted.org/sssd/ticket/952 | |||||
2011-07-11 | Move IP adress escaping from the LDAP namespace | Jakub Hrozek | 1 | -8/+0 | |
2011-07-05 | Call ldap_install_tls() on ldaps connections | Sumit Bose | 1 | -0/+15 | |
2011-07-01 | Do not access state after tevent_req_done() is called. | Sumit Bose | 1 | -10/+16 | |
2011-07-01 | Do not attempt to close() a file descriptor < 0 | Stephen Gallagher | 1 | -1/+3 | |
Coverity 10886 | |||||
2011-06-30 | Use ldap_init_fd() instead of ldap_initialize() if available | Sumit Bose | 1 | -0/+336 | |
2011-06-02 | Add a utility function to escape IPv6 address for use in URIs | Jakub Hrozek | 1 | -0/+8 | |
2011-04-08 | Don't pass NULL to printf for TLS errors | Jakub Hrozek | 1 | -0/+18 | |
https://fedorahosted.org/sssd/ticket/643 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+70 | |
Also update BUILD.txt |