Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.c
authorTheodore Tso <tytso@mit.edu>
Wed, 30 Sep 1992 14:08:14 +0000 (14:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 30 Sep 1992 14:08:14 +0000 (14:08 +0000)
commit34db5edc73984f1a02e5dfcf81f1b157f3b5a346
treeec1e083f81f7c9fe28b4c882d085716b07be744c
parentb32b9b5ff08d5ed2059b0551adaaeaef4ac71379
Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.c
Fixed bug so that renewable/forwardable/proxiable/tickets work on all
tickets, not just the TGS server.  Fixed bug so that proxiable tickets
don't work on TGT tickets.

Revamped structure to make things cleaner, and easier to understand.  Nearly
all of the validation routines have been moved to a validate_as_request
and a validate_tgs_request subroutine in kdc_util.c.

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