* in_tkt_ktb.c (keytab_keyproc): Do not check to see that the
authorRichard Basch <probe@mit.edu>
Wed, 27 Mar 1996 22:55:17 +0000 (22:55 +0000)
committerRichard Basch <probe@mit.edu>
Wed, 27 Mar 1996 22:55:17 +0000 (22:55 +0000)
commit63e52e539d6b5bda02c07ff9d09e456d4b47a344
tree579d9409d7acb2e75e2d96c92f200253719443bd
parent7100d19043e1ccb5001696000ba95edb65b75050
* in_tkt_ktb.c (keytab_keyproc): Do not check to see that the
enctype of the key is identical; there are several equivalent
DES enctypes.

* in_tkt_ktb.c (krb5_get_in_tkt_with_keytab): Removed the fancy
logic to only request the keytypes that correspond to those in
the keytab.  There were too many fencepost conditions that could
get you into trouble.  Either it should be there and *fully*
functional, or not in there at all.  Besides, there are too many
other components in Kerberos that expect the end-service to know
all its keys that this sanity check is overkill.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7720 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/in_tkt_ktb.c