summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variableJakub Hrozek2010-05-031-0/+1
* Try all servers during Kerberos authJakub Hrozek2010-05-031-23/+104
* Add dns_resolver_timeout optionStephen Gallagher2010-04-307-2/+34
* Fix wrong return valueSumit Bose2010-04-301-15/+14
* Support SRV servers in failoverJakub Hrozek2010-04-305-60/+551
* Remove freed server_common entities from listJakub Hrozek2010-04-301-1/+24
* Sort SRV replies according to RFC 2782Jakub Hrozek2010-04-303-0/+336
* Display a message if a password reset by root failsSumit Bose2010-04-264-8/+235
* Unset authentication tokens if password change failsSumit Bose2010-04-261-27/+52
* Make the handling of fd events opaqueSumit Bose2010-04-266-184/+280
* New version of IPA auth and password migrationSumit Bose2010-04-264-199/+425
* Make Kerberos authentication a tevent_reqSumit Bose2010-04-262-307/+426
* Do not mark a request as failed twiceJakub Hrozek2010-04-261-1/+0
* Treat server names as case-insensitive in failover codeJakub Hrozek2010-04-261-2/+2
* Fix a potential memory violationSumit Bose2010-04-261-2/+4
* Set LDAP_OPT_RESTART for all LDAP connectionsSumit Bose2010-04-261-7/+7
* Avoid accessing half-deallocated memory when using talloc_zfree macro.eindenbom2010-04-161-1/+5
* Make ID provider init functions clearerStephen Gallagher2010-04-164-11/+11
* Give information about ldap_schema in the sample configStephen Gallagher2010-04-161-0/+7
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-166-3/+162
* Revert "Add better checks on PAM socket"Sumit Bose2010-04-164-274/+5
* Remove unused configure macroStephen Gallagher2010-04-151-1/+0
* Update translations for SSSD 1.2 branchStephen Gallagher2010-04-1214-1689/+2416
* Support docdir and abs_builddirStephen Gallagher2010-04-121-0/+1
* Updating IT translationGuido Grazioli2010-04-081-135/+160
* SELinux login managementJakub Hrozek2010-04-0811-0/+434
* Move SELinux related functions into its own moduleJakub Hrozek2010-04-084-60/+86
* Adding Russion TranslationDmitry Drozdov2010-04-072-0/+861
* Protect against check-and-open race conditionsStephen Gallagher2010-04-063-30/+79
* Make sss_userdel check for logged in usersJakub Hrozek2010-04-063-3/+154
* Add userdel_cmd paramJakub Hrozek2010-04-066-0/+104
* Do not revert options to defaults in SSSDConfig.get_domain()Stephen Gallagher2010-03-311-1/+1
* Add regression test for https://fedorahosted.org/sssd/ticket/441Stephen Gallagher2010-03-312-0/+6
* Fix typo in ldap_id_use_start_tls option descriptionStephen Gallagher2010-03-311-1/+1
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-257-43/+55
* Add a test for domain_to_basedn()Sumit Bose2010-03-251-0/+47
* Fix LDAP search paths for IPA HBACSumit Bose2010-03-256-43/+84
* Add krb5_kpasswd to IPA providerEugene Indenbom2010-03-252-2/+3
* Regression test against RHBZ #576856Jakub Hrozek2010-03-253-5/+7
* Allow running with read only rootJakub Hrozek2010-03-252-1/+2
* Fix warnings from -Wmissing-field-initializersSumit Bose2010-03-257-26/+28
* Set LDAP_OPT_RESTART for ldap_sasl_interactive_bind_s()Sumit Bose2010-03-251-0/+7
* Fix kinit after password changeSumit Bose2010-03-251-2/+6
* Update zh_TW translationCheng-Chia Tseng2010-03-221-69/+101
* Improvements for LDAP Password Policy supportRalf Haferkamp2010-03-226-20/+201
* Ensure the SSSDConfig creates sssd.conf with the correct modeStephen Gallagher2010-03-222-4/+87
* Lower debug level of unexpected LDAP result codesSumit Bose2010-03-221-0/+5
* Add generic error messageJakub Hrozek2010-03-221-0/+4
* Fix config file error messageJakub Hrozek2010-03-222-2/+2
* Fix multiple errors with destructors.Simo Sorce2010-03-191-2/+22