summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Fix chpass operations with LDAP providerStephen Gallagher2010-08-041-0/+1
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-08-031-11/+89
* Return proper error value when SRV lookup failsJakub Hrozek2010-08-031-1/+1
* Fix check_time_rule() return value on failureJakub Hrozek2010-08-031-1/+1
* be_pam_handler(): Fix potential NULL dereferenceStephen Gallagher2010-08-031-1/+2
* Validate keytab at startupJakub Hrozek2010-08-032-48/+19
* Fix getting default realm in the ldap childJakub Hrozek2010-08-031-1/+10
* Fix IPA access backend handling of obsolete and missing HBAC entries:eindenbom2010-07-231-9/+68
* Do not treat missing HBAC rules as an errorSumit Bose2010-07-231-0/+5
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* Use netlink to detect going onlineJakub Hrozek2010-07-091-0/+20
* Eliminate delayed sdap_handle destruction after fail-over retry.eindenbom2010-07-091-9/+6
* Remove remainder of now unused global LDAP connection handle.eindenbom2010-07-094-188/+1
* Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom2010-07-093-45/+126
* Use new LDAP connection framework in IPA access backend.eindenbom2010-07-093-308/+308
* Use new LDAP connection framework in LDAP access backend.eindenbom2010-07-091-59/+73
* Use new LDAP connection framework for LDAP user and group enumeration.eindenbom2010-07-091-236/+131
* Use new LDAP connection framework to get user account groups from LDAP.eindenbom2010-07-091-108/+67
* Use new LDAP connection framework to get group account info from LDAP.eindenbom2010-07-092-37/+66
* 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