* preauth.c (krb5_process_padata): Added generalized processing for
authorTheodore Tso <tytso@mit.edu>
Mon, 13 Nov 1995 18:01:26 +0000 (18:01 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 13 Nov 1995 18:01:26 +0000 (18:01 +0000)
commit394becd543eca283dcd79d4cd26c7afa6ef720d8
tree8b3f6f3be894de4d14fe4ab0b307d35ad7b27156
parent54d0d275b6609e52157caec48c9ee3a4d3b9c430
* preauth.c (krb5_process_padata): Added generalized processing for
preauth information which is returned by the KDC.  This should be
general enough to support the AFS3_SALT preauth type, the SNK4
preauth type, and the public-key mods to Kerberos.
(process_pw_salt): New function for processing the KRB5_PW_SALT
preauthentication type.

* get_in_tkt.c (decrypt_as_reply): Removed temporary kludge for
processing the PW_SALT preauth type; that's now done in preauth.c
(krb5_get_in_tkt): Call krb5_process_padata with new arguments so that
the preauth code can set the decryption_key if necessary.

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