From: Ken Raeburn Date: Fri, 3 May 1996 23:58:13 +0000 (+0000) Subject: missing log entries X-Git-Tag: krb5-1.0-beta6~154 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed428adce0ff7165576f12cd01e60320e1c95b42;p=krb5.git missing log entries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7888 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog index c9e7f1b6e..675edb3e3 100644 --- a/src/krb524/ChangeLog +++ b/src/krb524/ChangeLog @@ -1,3 +1,19 @@ +Sun Mar 31 01:17:26 1996 Mark Eichin + + * cnv_tkt_skey.c (krb524_convert_tkt_skey): use context->clockskew + in all time bound checks. + + * cnv_tkt_skey.c (krb524_convert_tkt_skey): for time periods that + would occupy greater than 128 ticks, use the CMU algorithm, based + on the table cmu_seconds. (In conjunction with the previous + changes, even non-CMU clients can be used for the full lifetime of + a V5 ticket by rerunning krb524init when their lower + interpretation of the end time is expired.) + + * cnv_tkt_skey.c (krb524_convert_tkt_skey): rather than apply fit + an extended v5 lifetime into a v4 range, give out a v4 ticket with + as much of the v5 lifetime is available "now" instead. + Tue Mar 19 17:07:44 1996 Richard Basch * conv_creds.c (krb524_convert_creds_plain):