summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-07-301-16/+196
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* 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-166-14/+14
* Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher2010-06-141-12/+13
* 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
* Add a missing return valueSumit Bose2010-06-091-0/+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
* 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
* Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()Sumit Bose2010-06-021-23/+12
* Compare full service nameSumit Bose2010-06-021-1/+2
* Fix handling of ccache file when going offlineSumit Bose2010-06-022-32/+77
* Support password changes in chpass_provider = proxyStephen Gallagher2010-05-241-5/+73
* Fix queuing bug in proxy providerStephen Gallagher2010-05-241-5/+7
* Display name of PAM action in pam_print_data()Stephen Gallagher2010-05-241-1/+22
* Use new schema for HBAC service checksSumit Bose2010-05-232-22/+812
* Check ipaEnabledFlagSumit Bose2010-05-231-5/+23
* Proxy provider PAM handling in child processStephen Gallagher2010-05-233-146/+1547
* Fix error reporting for be_pam_handlerStephen Gallagher2010-05-231-1/+1
* Make data provider id_callback publicStephen Gallagher2010-05-232-2/+3
* Do not modify IPA_DOMAIN when setting Kerberos realmSumit Bose2010-05-231-6/+20
* Remove signal event if child was terminated by a signalSumit Bose2010-05-232-6/+29
* Copy pam data from DBus messageSumit Bose2010-05-203-54/+75
* Fix check if LDAP id provider is already initializedSumit Bose2010-05-201-1/+1
* Add a better error message for TLS failuresStephen Gallagher2010-05-201-3/+32
* Reset run_online_cb flag even if there are no callbacksSumit Bose2010-05-201-8/+10
* Set ldap_search_timeout default to 5 secondsStephen Gallagher2010-05-184-2/+22
* Remove unused ldap_offline_timeout optionStephen Gallagher2010-05-184-4/+1
* Add offline callback to disconnect global SDAP handleSumit Bose2010-05-184-1/+24
* Add krb5 SIGTERM handler to ipa auth providerSumit Bose2010-05-181-0/+6
* Refactor krb5 SIGTERM handler installationSumit Bose2010-05-183-14/+39
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-185-41/+161
* Add run_callbacks flagSumit Bose2010-05-182-2/+25