Age | Commit message (Expand) | Author | Files | Lines |
2010-08-03 | Validate keytab at startup | Jakub Hrozek | 2 | -48/+19 |
2010-08-03 | Fix getting default realm in the ldap child | Jakub Hrozek | 1 | -1/+10 |
2010-07-09 | Log TLS errors to syslog | Stephen Gallagher | 2 | -1/+23 |
2010-07-09 | Add syslog messages for LDAP GSSAPI bind | Stephen Gallagher | 1 | -2/+58 |
2010-07-09 | Eliminate delayed sdap_handle destruction after fail-over retry. | eindenbom | 1 | -9/+6 |
2010-07-09 | Remove remainder of now unused global LDAP connection handle. | eindenbom | 4 | -188/+1 |
2010-07-09 | Use new LDAP connection framework in IPA dynamic DNS forwarder. | eindenbom | 2 | -7/+4 |
2010-07-09 | Use new LDAP connection framework in LDAP access backend. | eindenbom | 1 | -59/+73 |
2010-07-09 | Use new LDAP connection framework for LDAP user and group enumeration. | eindenbom | 1 | -236/+131 |
2010-07-09 | Use new LDAP connection framework to get user account groups from LDAP. | eindenbom | 1 | -108/+67 |
2010-07-09 | Use new LDAP connection framework to get group account info from LDAP. | eindenbom | 2 | -37/+66 |
2010-07-09 | Use new LDAP connection framework to get user account info from LDAP. | eindenbom | 2 | -38/+91 |
2010-07-09 | Add an interface to try next fail-over server after connection to the active ... | eindenbom | 1 | -0/+3 |
2010-07-09 | LDAP connection usage tracking, sharing and failover retry framework. | eindenbom | 6 | -0/+869 |
2010-07-09 | GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_hand... | eindenbom | 6 | -17/+64 |
2010-06-30 | Add dns_discovery_domain option | Jakub Hrozek | 1 | -1/+0 |
2010-06-28 | Make RootDSE optional | Stephen Gallagher | 2 | -3/+17 |
2010-06-28 | Add explicit requests for several operational attrs | Alexander Gordeev | 1 | -1/+12 |
2010-06-28 | Fix SASL authentication | Sumit Bose | 1 | -2/+2 |
2010-06-18 | Protect against segfault in remove_ldap_connection_callbacks | Stephen Gallagher | 1 | -1/+6 |
2010-06-18 | Fix return value from remove_connection_callback() destructor | Stephen Gallagher | 1 | -9/+2 |
2010-06-16 | Standardize on correct spelling of "principal" for krb5 | Stephen Gallagher | 1 | -2/+2 |
2010-06-14 | Don't segfault if ldap_access_filter is unspecified | Stephen Gallagher | 1 | -12/+13 |
2010-06-10 | Properly check that the timeout event was created for cleanup/enum | Stephen Gallagher | 2 | -2/+46 |
2010-06-10 | Properly handle missing originalMemberOf entry in initgroups | Stephen Gallagher | 1 | -0/+1 |
2010-06-09 | Allow ldap_access_filter values wrapped in parentheses | Stephen Gallagher | 2 | -3/+21 |
2010-06-09 | Disable connection callbacks when going online | Stephen Gallagher | 3 | -0/+27 |
2010-06-09 | Fix realm_str dereference | Jakub Hrozek | 1 | -1/+1 |
2010-06-06 | Fix broken build against older versions of OpenLDAP | Stephen Gallagher | 2 | -2/+12 |
2010-05-27 | Fix check if LDAP id provider is already initialized | Sumit Bose | 1 | -1/+1 |
2010-05-27 | Add ldap_access_filter option | Stephen Gallagher | 6 | -1/+558 |
2010-05-27 | Add offline callback to disconnect global SDAP handle | Sumit Bose | 3 | -1/+17 |
2010-05-20 | Add a better error message for TLS failures | Stephen Gallagher | 1 | -3/+32 |
2010-05-16 | Add ldap_krb5_ticket_lifetime option | Sumit Bose | 7 | -11/+35 |
2010-05-16 | Add dynamic DNS updates to FreeIPA | Stephen Gallagher | 2 | -14/+16 |
2010-05-16 | Properly set up SIGCHLD handlers | Stephen Gallagher | 1 | -10/+8 |
2010-05-07 | Revert "Add dynamic DNS updates to FreeIPA" | Stephen Gallagher | 2 | -16/+14 |
2010-05-07 | Add dynamic DNS updates to FreeIPA | Stephen Gallagher | 2 | -14/+16 |
2010-05-07 | Use service discovery in backends | Jakub Hrozek | 4 | -19/+71 |
2010-05-07 | Add callback when the ID provider switches from offline to online | Stephen Gallagher | 1 | -0/+9 |
2010-05-07 | Add more warnings about nearly expired passwords | Sumit Bose | 1 | -5/+66 |
2010-05-07 | Use all available servers in LDAP provider | Jakub Hrozek | 3 | -14/+91 |
2010-05-07 | Fix segfault in GSSAPI reconnect code | Stephen Gallagher | 2 | -57/+41 |
2010-05-03 | Avoid freeing sdap_handle too early | Simo Sorce | 2 | -18/+46 |
2010-05-03 | Better handle sdap_handle memory from callers. | Simo Sorce | 4 | -33/+139 |
2010-04-30 | Silence warnings with -O2 | Jakub Hrozek | 1 | -2/+4 |
2010-04-26 | Display a message if a password reset by root fails | Sumit Bose | 1 | -0/+8 |
2010-04-26 | Make the handling of fd events opaque | Sumit Bose | 5 | -184/+278 |
2010-04-26 | Set LDAP_OPT_RESTART for all LDAP connections | Sumit Bose | 1 | -7/+7 |
2010-04-16 | Make ID provider init functions clearer | Stephen Gallagher | 1 | -3/+3 |