summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Use new LDAP connection framework to get user account info from LDAP.eindenbom2010-07-092-38/+91
* Add an interface to try next fail-over server after connection to the active ...eindenbom2010-07-095-45/+81
* LDAP connection usage tracking, sharing and failover retry framework.eindenbom2010-07-096-0/+869
* Added an interface to query number of configured (and currently resolved thro...eindenbom2010-07-094-0/+40
* GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_hand...eindenbom2010-07-096-17/+64
* Add dns_discovery_domain optionJakub Hrozek2010-06-306-27/+192
* Split proxy.c into smaller filesStephen Gallagher2010-06-307-2518/+2599
* Rename proxy_ctx to proxy_id_ctx for clarityStephen Gallagher2010-06-301-14/+15
* Make RootDSE optionalStephen Gallagher2010-06-282-3/+17
* Add explicit requests for several operational attrsAlexander Gordeev2010-06-281-1/+12
* Fix SASL authenticationSumit Bose2010-06-281-2/+2
* Protect against segfault in remove_ldap_connection_callbacksStephen Gallagher2010-06-181-1/+6
* Fix return value from remove_connection_callback() destructorStephen Gallagher2010-06-181-9/+2
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-163-6/+6
* Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher2010-06-141-12/+13
* Remove krb5_changepw_principal optionJakub Hrozek2010-06-146-44/+23
* Eliminate unused variable from pc_init_timeout()Stephen Gallagher2010-06-101-4/+0
* Check return code of hash_delete in proxy_child_destructorStephen Gallagher2010-06-101-1/+7
* Properly check that the timeout event was created for cleanup/enumStephen Gallagher2010-06-102-2/+46
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Avoid potential NULL dereferenceStephen Gallagher2010-06-101-3/+5
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-7/+18
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-092-3/+21
* Disable connection callbacks when going onlineStephen Gallagher2010-06-093-0/+27
* Fix Incorrect NULL check in get_server_common()Jakub Hrozek2010-06-091-1/+1
* Fix potential NULL dereference in fail_over.cJakub Hrozek2010-06-091-2/+5
* Fix realm_str dereferenceJakub Hrozek2010-06-091-1/+1
* Don't return uninitialized value in proxy providerJakub Hrozek2010-06-061-1/+4
* Fix broken build against older versions of OpenLDAPStephen Gallagher2010-06-062-2/+12
* Initialize pam_data in Kerberos child.Sumit Bose2010-06-061-1/+1
* Unify sdap and sysdb data handlingSumit Bose2010-06-021-85/+104
* Compare full service nameSumit Bose2010-06-021-1/+2
* Remove service groupsSumit Bose2010-06-022-193/+7
* Use new schema for HBAC service checksSumit Bose2010-06-022-21/+641
* Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()Sumit Bose2010-06-021-23/+12
* Check ipaEnabledFlagSumit Bose2010-05-271-5/+23
* Remove signal event if child was terminated by a signalSumit Bose2010-05-272-6/+29
* Fix check if LDAP id provider is already initializedSumit Bose2010-05-271-1/+1
* Reset run_online_cb flag even if there are no callbacksSumit Bose2010-05-271-8/+10
* Add ldap_access_filter optionStephen Gallagher2010-05-278-3/+561
* Add offline callback to disconnect global SDAP handleSumit Bose2010-05-274-1/+24
* Add krb5 SIGTERM handler to ipa auth providerSumit Bose2010-05-271-0/+6
* Refactor krb5 SIGTERM handler installationSumit Bose2010-05-273-14/+39
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-275-40/+162
* Add run_callbacks flagSumit Bose2010-05-272-2/+25
* Refactor krb5_finalize()Sumit Bose2010-05-271-12/+27
* Add offline callbacksSumit Bose2010-05-273-1/+32
* Refactor data provider callbacksSumit Bose2010-05-273-142/+187