summaryrefslogtreecommitdiff
path: root/server/providers
AgeCommit message (Expand)AuthorFilesLines
2009-12-18Do not blindly accept zero-length passwordsStephen Gallagher2-8/+17
2009-12-18Fix ldap child memory hierarchy and other issuesSimo Sorce8-306/+482
2009-12-18Fix for #344Sumit Bose1-13/+11
2009-12-18Do not overwrite valid TGTs when offlineSumit Bose2-42/+88
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose5-21/+69
2009-12-17disable password migration codeSumit Bose1-2/+2
2009-12-17Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher1-1/+1
2009-12-15fail over: Change the first server pick logicMartin Nagy1-5/+26
2009-12-15Don't consider one address with different port numbers as the sameMartin Nagy6-21/+38
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek3-11/+7
2009-12-09Correctly restart server status after the timeoutMartin Nagy1-1/+1
2009-12-09Add some debugging statements to fail_over and resolverMartin Nagy1-2/+60
2009-12-09Reduce code duplication between LDAP child and Kerberos childJakub Hrozek4-234/+160
2009-12-08Add dummy credentials to an empty ccache fileSumit Bose1-2/+54
2009-12-07Fix bug #311, properly set callback attributeSimo Sorce1-0/+1
2009-12-07Allow nesting to fix #310Simo Sorce1-0/+1
2009-12-07Add offline support for ipa_accessSumit Bose2-17/+134
2009-12-07Try to renew Kerberos credentialsSumit Bose5-2/+189
2009-12-07Fix nested group membershipsSimo Sorce2-154/+189
2009-12-07Resolve nested groups also when rfc2307bis is usedSimo Sorce1-68/+2
2009-12-03Check LDAP structure before calling ldap_unbind_ext()Sumit Bose1-1/+3
2009-12-03Setup ldap child logging from IPA backendJakub Hrozek4-45/+54
2009-12-01Immediately return a krb5 change password request when offlineSumit Bose1-0/+7
2009-11-25Remove unneeded debugging codeSumit Bose1-9/+0
2009-11-25Fix an internal error when cache_credentials=FALSESumit Bose1-1/+4
2009-11-25Get TGT in a child process.Jakub Hrozek8-164/+1060
2009-11-25Split helpers for child processesJakub Hrozek7-174/+261
2009-11-25In IPA, the realm is always the domain uppercased.Simo Sorce1-2/+7
2009-11-25Fix internal options numbers testSimo Sorce1-12/+24
2009-11-23Really check return value from pam_set_itemSumit Bose1-3/+3
2009-11-23Read KDC info from file instead from environmentSumit Bose8-44/+357
2009-11-23Speed up user requests while offlineStephen Gallagher2-37/+77
2009-11-23Make backend request type a bitfieldStephen Gallagher3-5/+5
2009-11-23Add ldap_pwd_policy optionSumit Bose4-45/+92
2009-11-20Add initial failover support for ldap and ipaSimo Sorce19-68/+845
2009-11-20Raise some timeoutsSimo Sorce1-2/+2
2009-11-20Filter by id range before actually storing entries.Simo Sorce2-15/+86
2009-11-20Enhance check for remote hostsSumit Bose2-55/+97
2009-11-20Add ipa_authSumit Bose4-1/+350
2009-11-20Improve handling of ccache filesSumit Bose3-202/+597
2009-11-20Better behavior on cleanupSimo Sorce4-20/+44
2009-11-20Validate Kerberos credentials with local keytabSumit Bose7-39/+252
2009-11-18Failover fixes and additionsSimo Sorce2-6/+24
2009-11-18Store initgr expire time on initgr callSimo Sorce1-6/+17
2009-11-13Fix option name krb5_changepw_principalSumit Bose2-2/+2
2009-11-12Make 'permit' the default for the access targetSumit Bose1-13/+4
2009-11-12Fix double free case.Simo Sorce1-1/+3
2009-11-12Fixes for proxy providerSumit Bose1-6/+23
2009-11-12Fix inconsistent use of krb5_ccname_templateSumit Bose2-2/+2
2009-11-12Try to fix offline loginsSimo Sorce1-12/+6