svn rev #19141: trunk/src/lib/krb5/keytab/
epeisach@MIT.EDU
epeisach at MIT.EDU
Sat Feb 3 21:49:55 EST 2007
Commit By: epeisach
Log Message:
Subject: MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecified
Ticket: new
If one invokes krb5_kt_get_entry() for a memory keytab w/ an unspecified
enctype (i.e. 0) - the returned keytab has it's enctype set to 0 as well.
Also - in copying out the found keytab_entry - when a kvno is unspecified,
the last match found is used - not the one with the highest vno.
This was caused by copying out the variable "entry" and not "match".
Changed Files:
U trunk/src/lib/krb5/keytab/kt_memory.c
More information about the cvs-krb5
mailing list