* main.c: Move kdc_initialize_rcache() to kdc_util.c
authorTom Yu <tlyu@mit.edu>
Wed, 1 Mar 2000 10:42:16 +0000 (10:42 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 1 Mar 2000 10:42:16 +0000 (10:42 +0000)
commitb1b547a0b8d9bdb8bbde647e20b0bbab7efc274e
tree54b04d7af0d60f0168a1ffbb826af58136594736
parent33ff3607385e2886dfe02b5be6b041bc06069a60
* main.c: Move kdc_initialize_rcache() to kdc_util.c

* kdc_util.c (kdc_initialize_rcache): Move kdc_initialize_rcache()
back here since it's needed for rtest to work.  process_tgs_req()
which is called from rtest needs to call kdc_intiialize_rcache()
and we can't very well link rtest with main.o

* kdc_preauth.c (verify_sam_response): Ooops.  Get rc_lifetime
from kdc_util, since it's actually declared there.

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