summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Handle ERR_CHPASS_FAILEDJakub Hrozek2013-10-291-0/+6
* KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userJakub Hrozek2013-10-171-0/+6
* krb5: Remove ability to create public directoriesSimo Sorce2013-10-071-4/+2
* KRB5: Use the correct domain when authenticating with cached passwordJakub Hrozek2013-09-271-4/+4
* krb5: Be more lenient on failures for old ccacheSimo Sorce2013-09-251-1/+1
* krb5: save canonical upn to sysdbSumit Bose2013-09-231-2/+3
* KRB: Remove unused function parametersLukas Slebodnik2013-09-121-4/+2
* KRB: Remove unused memory contextLukas Slebodnik2013-09-121-1/+1
* krb5: Add file/dir path precheckSimo Sorce2013-09-091-0/+1
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-091-26/+0
* krb5: Unify function to create ccache filesSimo Sorce2013-09-091-3/+3
* krb5: Use new function to validate ccachesSimo Sorce2013-09-091-16/+14
* krb5: move template check to initializzationSimo Sorce2013-09-091-4/+1
* krb5: Move determination of user being activeSimo Sorce2013-09-091-2/+8
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-091-7/+4
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-091-45/+18
* krb5: Fetch ccname template from krb5.confStephen Gallagher2013-08-281-2/+2
* KRB: Replace multiple calls with variableOndrej Kos2013-07-181-6/+9
* KRB: Handle empty password gracefullyOndrej Kos2013-07-181-0/+11
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-271-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-141-0/+6
* Always update cached upn if enterprise principals are usedSumit Bose2013-05-141-3/+4
* Only check UPN if enterprise principals are not usedJakub Hrozek2013-05-031-0/+5
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-121-1/+11
* Allow setting krb5_renew_interval with a delimiterAriel Barria2013-04-031-3/+15
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-5/+5
* Retry the correct service on krb5 child timeoutJakub Hrozek2013-03-181-1/+1
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-081-1/+1
* Cleanup error message handling for krb5 childSimo Sorce2013-03-041-67/+80
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-4/+4
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-7/+7
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-10/+3
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-2/+2
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-1/+5
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-3/+5
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-5/+8
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-7/+7
* Change pam data auth tokens.Simo Sorce2013-01-101-35/+23
* Code can only check for cached passwordsSimo Sorce2013-01-101-4/+17
* let krb5_kpasswd failover workPavel Březina2012-12-101-3/+7
* Fix tevent_req style for krb5_authSimo Sorce2012-12-041-358/+323
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-121-1/+2
* krb5_auth: update with correct UPN if neededSumit Bose2012-10-261-0/+30
* Use find_or_guess_upn() where neededSumit Bose2012-10-261-14/+13
* krb5_mod_ccname: replace wrong memory contextSumit Bose2012-10-261-1/+1
* krb5_auth: check if principal belongs to a different realmSumit Bose2012-10-261-0/+7
* krb5_auth_send: check for sub-domainsSumit Bose2012-10-261-5/+15
* Log possibly non-randomizable ccache file templateOndrej Kos2012-10-041-2/+5
* FO: Check server validity before setting statusJakub Hrozek2012-09-131-5/+9