kdc_preauth.c (get_preauth_hint_list): Fix missing indirection in
authorTheodore Tso <tytso@mit.edu>
Wed, 11 Oct 1995 02:17:04 +0000 (02:17 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 11 Oct 1995 02:17:04 +0000 (02:17 +0000)
commit02273bd219c9c91e312b7d6735d3e9a9484c7329
tree6fc6de9224d99167257431274199f2935fbef4c2
parentf5b6b73be5058d8b6acab5ea7b05f9e96a3b0f2c
kdc_preauth.c (get_preauth_hint_list): Fix missing indirection in
get_hint_list.

kdc_util.c (validate_as_request): Remove preauthentication check; this
is handled in do_as_req.c

do_as_req.c (process_as_request): Pass e_data to prepare_as_error so
that the proper preauthentication hint list can be passed back to the
client.

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