summaryrefslogtreecommitdiff
path: root/src/providers/krb5
AgeCommit message (Expand)AuthorFilesLines
2013-07-18KRB: Replace multiple calls with variableOndrej Kos1-6/+9
2013-07-18KRB: Handle empty password gracefullyOndrej Kos1-0/+11
2013-07-17SIGCHLD handler: do not call callback when pvt data where freedPavel Březina1-1/+1
2013-07-17print hint about password complexity when new password is rejectedPavel Březina1-1/+7
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik2-88/+22
2013-07-11Return right directory name for dircacheLukas Slebodnik1-6/+10
2013-07-10KRB5_CHILD: Fix handling of get_password return codeOndrej Kos1-4/+10
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose1-3/+2
2013-06-27Fix compilation warningJakub Hrozek1-1/+1
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek1-1/+0
2013-06-27KRB5: guess UPN for subdomain usersJakub Hrozek7-18/+43
2013-06-26Do not switch to credentials everytime.Lukas Slebodnik1-4/+69
2013-06-26Every time return directory for krb5 cache collection.Lukas Slebodnik2-4/+64
2013-06-25krb5: do not use enterprise principals for renewalsSumit Bose1-1/+6
2013-06-25krb5: do not send pac for IPA users from the local domainSumit Bose4-10/+19
2013-06-25Revert "Always send the PAC to the PAC responder"Sumit Bose1-18/+20
2013-06-24Fix typo in pack_authtok()Sumit Bose1-1/+1
2013-06-24KRB5: use the right authtok type for renewalsSumit Bose1-3/+20
2013-06-17Set default realm for enterprise principalsSumit Bose1-0/+12
2013-06-17Use principal from the ticket to find validation entrySumit Bose1-1/+1
2013-06-14KRB: Handle preauthentication error correctlyOndrej Kos2-1/+9
2013-06-10A new option krb5_use_kdcinfoJakub Hrozek4-18/+36
2013-06-07Do not obfuscate calls with booleansJakub Hrozek1-7/+22
2013-06-06Always send the PAC to the PAC responderSumit Bose1-20/+18
2013-05-31Set canonicalize flag if enterprise principals are usedSumit Bose1-1/+6
2013-05-20Fixing critical format string issues.Lukas Slebodnik2-3/+5
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-22Allow usage of enterprise principalsSumit Bose4-4/+18
2013-04-12Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2-11/+61
2013-04-05Further restrict become_user drop of privileges.Simo Sorce1-15/+18
2013-04-03Allow setting krb5_renew_interval with a delimiterAriel Barria3-6/+30
2013-04-03Check for correct variable nameJakub Hrozek1-4/+0
2013-04-03krb5 child: Use the correct type when processing OTPJakub Hrozek1-1/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik5-32/+31
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-1/+1
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-2/+2
2013-03-18Decrease krb5_auth_timeout defaultOndrej Kos1-1/+1
2013-03-18Retry the correct service on krb5 child timeoutJakub Hrozek1-1/+1
2013-03-13Fix initialization of multiple variablesOndrej Kos2-4/+3
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-5/+1
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum4-1/+232
2013-03-04Cleanup error message handling for krb5 childSimo Sorce2-296/+240
2013-03-04krb5_child: fix value type and initializationOndrej Kos1-1/+2
2013-02-28Refactor krb5 childSimo Sorce1-288/+210
2013-02-28krb5_child style fixSimo Sorce1-11/+11
2013-02-26Do not process success case in an elseJakub Hrozek1-24/+24
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+2
2013-01-30Fix minor grammar error in logStephen Gallagher1-1/+1
2013-01-30krb: recreate ccache if it was deletedPavel Březina1-1/+8