summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2010-07-09Eliminate delayed sdap_handle destruction after fail-over retry.eindenbom1-9/+6
2010-07-09Remove remainder of now unused global LDAP connection handle.eindenbom4-188/+1
2010-07-09Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom2-7/+4
2010-07-09Use new LDAP connection framework in LDAP access backend.eindenbom1-59/+73
2010-07-09Use new LDAP connection framework for LDAP user and group enumeration.eindenbom1-236/+131
2010-07-09Use new LDAP connection framework to get user account groups from LDAP.eindenbom1-108/+67
2010-07-09Use new LDAP connection framework to get group account info from LDAP.eindenbom2-37/+66
2010-07-09Use new LDAP connection framework to get user account info from LDAP.eindenbom2-38/+91
2010-07-09Add an interface to try next fail-over server after connection to the active ...eindenbom1-0/+3
2010-07-09LDAP connection usage tracking, sharing and failover retry framework.eindenbom6-0/+869
2010-07-09GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_hand...eindenbom6-17/+64
2010-06-30Add dns_discovery_domain optionJakub Hrozek1-1/+0
2010-06-28Make RootDSE optionalStephen Gallagher2-3/+17
2010-06-28Add explicit requests for several operational attrsAlexander Gordeev1-1/+12
2010-06-28Fix SASL authenticationSumit Bose1-2/+2
2010-06-18Protect against segfault in remove_ldap_connection_callbacksStephen Gallagher1-1/+6
2010-06-18Fix return value from remove_connection_callback() destructorStephen Gallagher1-9/+2
2010-06-16Standardize on correct spelling of "principal" for krb5Stephen Gallagher1-2/+2
2010-06-14Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher1-12/+13
2010-06-10Properly check that the timeout event was created for cleanup/enumStephen Gallagher2-2/+46
2010-06-10Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher1-0/+1
2010-06-09Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2-3/+21
2010-06-09Disable connection callbacks when going onlineStephen Gallagher3-0/+27
2010-06-09Fix realm_str dereferenceJakub Hrozek1-1/+1
2010-06-06Fix broken build against older versions of OpenLDAPStephen Gallagher2-2/+12
2010-05-27Fix check if LDAP id provider is already initializedSumit Bose1-1/+1
2010-05-27Add ldap_access_filter optionStephen Gallagher6-1/+558
2010-05-27Add offline callback to disconnect global SDAP handleSumit Bose3-1/+17
2010-05-20Add a better error message for TLS failuresStephen Gallagher1-3/+32
2010-05-16Add ldap_krb5_ticket_lifetime optionSumit Bose7-11/+35
2010-05-16Add dynamic DNS updates to FreeIPAStephen Gallagher2-14/+16
2010-05-16Properly set up SIGCHLD handlersStephen Gallagher1-10/+8
2010-05-07Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher2-16/+14
2010-05-07Add dynamic DNS updates to FreeIPAStephen Gallagher2-14/+16
2010-05-07Use service discovery in backendsJakub Hrozek4-19/+71
2010-05-07Add callback when the ID provider switches from offline to onlineStephen Gallagher1-0/+9
2010-05-07Add more warnings about nearly expired passwordsSumit Bose1-5/+66
2010-05-07Use all available servers in LDAP providerJakub Hrozek3-14/+91
2010-05-07Fix segfault in GSSAPI reconnect codeStephen Gallagher2-57/+41
2010-05-03Avoid freeing sdap_handle too earlySimo Sorce2-18/+46
2010-05-03Better handle sdap_handle memory from callers.Simo Sorce4-33/+139
2010-04-30Silence warnings with -O2Jakub Hrozek1-2/+4
2010-04-26Display a message if a password reset by root failsSumit Bose1-0/+8
2010-04-26Make the handling of fd events opaqueSumit Bose5-184/+278
2010-04-26Set LDAP_OPT_RESTART for all LDAP connectionsSumit Bose1-7/+7
2010-04-16Make ID provider init functions clearerStephen Gallagher1-3/+3
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-2/+0
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-134/+69
2010-04-12Remove remaining use of sysdb_transaction_sendSimo Sorce1-319/+99
2010-04-12sysdb: convert sysdb_search_groupsSimo Sorce1-133/+57