diff options
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 89520df5b..62a1f21dc 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". |
