[krbdev.mit.edu #2648] CVS Commit
Russ Allbery <rra@stanford.edu> via RT
rt-comment at krbdev.mit.edu
Wed Jun 14 16:32:00 EDT 2006
When NULL is passed into krb_get_in_pw_tkt, we only want to prompt once
for the password rather than passing NULL along to each string to key
function causing each to prompt independently. Modify krb_get_in_pw_tkt
to call des_read_pw_string directly and then pass the resulting password
into each string to key function as needed. Add a prototype of
des_read_pw_string to krb4int.h since it's an exported function of
libdes425 but isn't prototyped in des.h.
Commit By: rra
Revision: 18129
Changed Files:
U trunk/src/lib/krb4/g_in_tkt.c
U trunk/src/lib/krb4/krb4int.h
More information about the krb5-bugs
mailing list