summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KRB5: Add a missing string argumentJakub Hrozek2012-09-101-1/+2
* KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek2012-09-101-1/+0
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-2/+14
* KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek2012-08-151-2/+4
* KRB5: Initialize the credential cache type properlyStephen Gallagher2012-06-291-0/+11
* Add a credential cache back end structureJakub Hrozek2012-06-141-101/+92
* Split parse_krb5_child_response so it can be reusedJakub Hrozek2012-06-141-119/+27
* Only reset kpasswd server status when performing a chpass operationJakub Hrozek2012-05-071-2/+3
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-4/+27
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-081-17/+15
* Only do one cycle when resolving a serverJakub Hrozek2012-03-061-7/+12
* Do not call krb5_child when changing passwords and provider went offlineJakub Hrozek2012-01-061-1/+11
* Honor case sensitive flag when creating the ccname templateJakub Hrozek2011-12-211-1/+3
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-7/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-4/+3
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-9/+7
* Fix two typosSumit Bose2011-06-151-2/+3
* Delete cached ccache file if password is expiredSumit Bose2011-06-151-8/+63
* Fix bad password caching when using automatic TGT renewalStephen Gallagher2011-04-291-3/+12
* Always generate kpasswdinfo fileStephen Gallagher2011-04-191-2/+1
* Remove unused sysdb_attrs objectJan Zeleny2011-03-081-8/+0