]> granicus.if.org Git - sudo/commit
Delay krb5_cc_initialize() until we actually need to use the cred cache,
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Jan 2008 14:49:43 +0000 (14:49 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Jan 2008 14:49:43 +0000 (14:49 +0000)
commit0851d77f102859ebeb0e11fe9e6cd9873b348313
tree25df54f1c2ba86ef29935b7a35bbef35cd8158ef
parent584ab252d7f3aff5b30bbe2798c146db3df6f173
Delay krb5_cc_initialize() until we actually need to use the cred cache,
which is what krb5_verify_user() does.
Better cleanup on failure.
auth/kerb5.c