do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; it
authorTheodore Tso <tytso@mit.edu>
Tue, 13 Dec 1994 20:39:00 +0000 (20:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 13 Dec 1994 20:39:00 +0000 (20:39 +0000)
commit0bc7bb97d787a1438c45f97957abec092618cdf0
tree535aaad347012f071c3095e4c7f9e7a590f61ee5
parent8f64320fdbcd0bfa88b70db1962b221ba16899d1
do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; it
will be freed as part of other structures.

do_tgs_req.c (process_tgs_req): Set the encryption type in the reply
structure, and set the eblock type accordingly.

do_as_req.c (process_as_req): Set the encryption type in the
reply_encpart structure.

kdc_util.c (validate_as_request):
policy.c (against_local_policy_as): Move requirement that an AS
request must include the addresses field to the local policy routine.
(Not required by RFC).

main.c (setup_com_err): Initialize the kdc5 error table (the kdb5
error table is already initialized)

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