Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: epeisach@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 458 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". Commit By: epeisach Revision: 19141 Changed Files: U trunk/src/lib/krb5/keytab/kt_memory.c