summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ldap_force_upper_case_realm to example AD configStephen Gallagher2010-06-141-0/+1
* Properly null-terminate socket pathStephen Gallagher2010-06-141-2/+4
* Make sure to close varargs before returning from a functionStephen Gallagher2010-06-102-3/+2
* 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-103-4/+4
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Avoid potential NULL dereferenceStephen Gallagher2010-06-101-3/+5
* Fix misuse of errno in find_uid.cStephen Gallagher2010-06-101-17/+26
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-109-42/+131
* Add a missing free()Sumit Bose2010-06-091-0/+1
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Add missing break to switch statementJakub Hrozek2010-06-091-0/+1
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-092-3/+21
* Avoid a potential double-freeSumit Bose2010-06-091-0/+1
* Change default min_id to 1Stephen Gallagher2010-06-094-9/+16
* 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 typo in Makefile.amStephen Gallagher2010-06-091-1/+1
* Skip empty attributes with warningJakub Hrozek2010-06-091-0/+4
* 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
* Man page fixesJakub Hrozek2010-06-062-2/+6
* Remove dead code from the PAM responderJakub Hrozek2010-06-062-13/+0
* 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
* Add sysdb_attrs_get_string_array()Sumit Bose2010-06-022-0/+35
* Fix typo in MakefileStephen Gallagher2010-06-021-1/+1
* 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-2715-4/+621
* 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
* Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLESumit Bose2010-05-271-6/+6
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-276-40/+163
* 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-274-142/+188
* Revert "Create kdcinfo and kpasswdinfo file at startup"Sumit Bose2010-05-273-50/+1