summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_auth.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userHEADmasterJakub Hrozek1-0/+6
2013-10-07krb5: Remove ability to create public directoriesSimo Sorce1-4/+2
2013-09-27KRB5: Use the correct domain when authenticating with cached passwordJakub Hrozek1-4/+4
2013-09-25krb5: Be more lenient on failures for old ccacheSimo Sorce1-1/+1
2013-09-23krb5: save canonical upn to sysdbSumit Bose1-2/+3
2013-09-12KRB: Remove unused function parametersLukas Slebodnik1-4/+2
2013-09-12KRB: Remove unused memory contextLukas Slebodnik1-1/+1
2013-09-09krb5: Add file/dir path precheckSimo Sorce1-0/+1
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce1-26/+0
2013-09-09krb5: Unify function to create ccache filesSimo Sorce1-3/+3
2013-09-09krb5: Use new function to validate ccachesSimo Sorce1-16/+14
2013-09-09krb5: move template check to initializzationSimo Sorce1-4/+1
2013-09-09krb5: Move determination of user being activeSimo Sorce1-2/+8
2013-09-09krb5: Replace type-specific ccache/principal checkSimo Sorce1-7/+4
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce1-45/+18
2013-08-28krb5: Fetch ccname template from krb5.confStephen Gallagher1-2/+2
2013-07-18KRB: Replace multiple calls with variableOndrej Kos1-6/+9
2013-07-18KRB: Handle empty password gracefullyOndrej Kos1-0/+11
2013-06-27KRB5: guess UPN for subdomain usersJakub Hrozek1-1/+1
2013-06-24KRB5: use the right authtok type for renewalsSumit Bose1-3/+20
2013-06-14KRB: Handle preauthentication error correctlyOndrej Kos1-0/+6
2013-05-14Always update cached upn if enterprise principals are usedSumit Bose1-3/+4
2013-05-03Only check UPN if enterprise principals are not usedJakub Hrozek1-0/+5
2013-04-12Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik1-1/+11
2013-04-03Allow setting krb5_renew_interval with a delimiterAriel Barria1-3/+15
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-5/+5
2013-03-18Retry the correct service on krb5 child timeoutJakub Hrozek1-1/+1
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum1-1/+1
2013-03-04Cleanup error message handling for krb5 childSimo Sorce1-67/+80
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-4/+4
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-7/+7
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-10/+3
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-2/+2
2013-01-15Add domain argument to sysdb_cache_auth()Simo Sorce1-1/+5
2013-01-15Add domain argument to sysdb_cache_password()Simo Sorce1-3/+5
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-5/+8
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-7/+7
2013-01-10Change pam data auth tokens.Simo Sorce1-35/+23
2013-01-10Code can only check for cached passwordsSimo Sorce1-4/+17
2012-12-10let krb5_kpasswd failover workPavel Březina1-3/+7
2012-12-04Fix tevent_req style for krb5_authSimo Sorce1-358/+323
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-1/+2
2012-10-26krb5_auth: update with correct UPN if neededSumit Bose1-0/+30
2012-10-26Use find_or_guess_upn() where neededSumit Bose1-14/+13
2012-10-26krb5_mod_ccname: replace wrong memory contextSumit Bose1-1/+1
2012-10-26krb5_auth: check if principal belongs to a different realmSumit Bose1-0/+7
2012-10-26krb5_auth_send: check for sub-domainsSumit Bose1-5/+15
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos1-2/+5
2012-09-13FO: Check server validity before setting statusJakub Hrozek1-5/+9
2012-09-10KRB5: Add a missing string argumentJakub Hrozek1-1/+2