* kdc_util.h: Added new prototypes for return_padata() and check_padata()
authorTheodore Tso <tytso@mit.edu>
Tue, 14 Nov 1995 00:47:37 +0000 (00:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 14 Nov 1995 00:47:37 +0000 (00:47 +0000)
commit37d97c4658b06f2ca7a0c2f7ef765ce8031d2765
treea45aae1003d4020386c61ffe4ac9994d832a8aa1
parent394becd543eca283dcd79d4cd26c7afa6ef720d8
* kdc_util.h: Added new prototypes for return_padata() and check_padata()

* kdc_preauth.c (return_padata): New function which calls out to each preauth
 type to see if it is necessary to return preauth data or not.
(return_pw_salt): New function responsible for returning the
KRB5_PW_SALT preauth information.

* do_as_req.c (process_as_req):  Move creation of the PW_SALT
preauthentication step into kdc_preauth.c.  Call return_pdata()
which is responsible for all padata info which is returned by
the KDC in the KRB_AS_REP message.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7103 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/do_as_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.h