summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-03-01 10:42:16 +0000
committerTom Yu <tlyu@mit.edu>2000-03-01 10:42:16 +0000
commitb1b547a0b8d9bdb8bbde647e20b0bbab7efc274e (patch)
tree54b04d7af0d60f0168a1ffbb826af58136594736 /src/kdc/ChangeLog
parent33ff3607385e2886dfe02b5be6b041bc06069a60 (diff)
* 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
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 89520df5bc..62a1f21dcc 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,5 +1,15 @@
2000-03-01 Tom Yu <tlyu@mit.edu>
+ * 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.
+
* configure.in: Fix --enable-kdc-replay-cache to actually default
to "yes".