summaryrefslogtreecommitdiffstats
path: root/server/providers
Commit message (Expand)AuthorAgeFilesLines
* Treat a zero-length password as a failuresssd-1_0_7Stephen Gallagher2010-08-241-0/+7
* Do not check entries during cleanup taskJakub Hrozek2010-05-262-81/+59
* Do not schedule enumeration after a cleanupJakub Hrozek2010-05-261-2/+2
* Fix licensing issues in SSSDStephen Gallagher2010-02-181-0/+24
* Explicitly set async DNS timeoutStephen Gallagher2010-01-141-1/+1
* Re-create c-ares channels if /etc/resolv.conf is modifiedMartin Nagy2010-01-141-1/+11
* Fix return value when offline and TGT is validSumit Bose2010-01-111-1/+1
* Do not blindly accept zero-length passwordsStephen Gallagher2009-12-182-8/+17
* Fix ldap child memory hierarchy and other issuesSimo Sorce2009-12-188-306/+482
* Fix for #344Sumit Bose2009-12-181-13/+11
* Do not overwrite valid TGTs when offlineSumit Bose2009-12-182-42/+88
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-185-21/+69
* disable password migration codeSumit Bose2009-12-171-2/+2
* Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher2009-12-171-1/+1
* fail over: Change the first server pick logicMartin Nagy2009-12-151-5/+26
* Don't consider one address with different port numbers as the sameMartin Nagy2009-12-156-21/+38
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-103-11/+7
* Correctly restart server status after the timeoutMartin Nagy2009-12-091-1/+1
* Add some debugging statements to fail_over and resolverMartin Nagy2009-12-091-2/+60
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-094-234/+160
* Add dummy credentials to an empty ccache fileSumit Bose2009-12-081-2/+54
* Fix bug #311, properly set callback attributeSimo Sorce2009-12-071-0/+1
* Allow nesting to fix #310Simo Sorce2009-12-071-0/+1
* Add offline support for ipa_accessSumit Bose2009-12-072-17/+134
* Try to renew Kerberos credentialsSumit Bose2009-12-075-2/+189
* Fix nested group membershipsSimo Sorce2009-12-072-154/+189
* Resolve nested groups also when rfc2307bis is usedSimo Sorce2009-12-071-68/+2
* Check LDAP structure before calling ldap_unbind_ext()Sumit Bose2009-12-031-1/+3
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-034-45/+54
* Immediately return a krb5 change password request when offlineSumit Bose2009-12-011-0/+7
* Remove unneeded debugging codeSumit Bose2009-11-251-9/+0
* Fix an internal error when cache_credentials=FALSESumit Bose2009-11-251-1/+4
* Get TGT in a child process.Jakub Hrozek2009-11-258-164/+1060
* Split helpers for child processesJakub Hrozek2009-11-257-174/+261
* In IPA, the realm is always the domain uppercased.Simo Sorce2009-11-251-2/+7
* Fix internal options numbers testSimo Sorce2009-11-251-12/+24
* Really check return value from pam_set_itemSumit Bose2009-11-231-3/+3
* Read KDC info from file instead from environmentSumit Bose2009-11-238-44/+357
* Speed up user requests while offlineStephen Gallagher2009-11-232-37/+77
* Make backend request type a bitfieldStephen Gallagher2009-11-233-5/+5
* Add ldap_pwd_policy optionSumit Bose2009-11-234-45/+92
* Add initial failover support for ldap and ipaSimo Sorce2009-11-2019-68/+845
* Raise some timeoutsSimo Sorce2009-11-201-2/+2
* Filter by id range before actually storing entries.Simo Sorce2009-11-202-15/+86
* Enhance check for remote hostsSumit Bose2009-11-202-55/+97
* Add ipa_authSumit Bose2009-11-204-1/+350
* Improve handling of ccache filesSumit Bose2009-11-203-202/+597
* Better behavior on cleanupSimo Sorce2009-11-204-20/+44
* Validate Kerberos credentials with local keytabSumit Bose2009-11-207-39/+252
* Failover fixes and additionsSimo Sorce2009-11-182-6/+24