summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1996-05-03 23:58:13 +0000
committerKen Raeburn <raeburn@mit.edu>1996-05-03 23:58:13 +0000
commited428adce0ff7165576f12cd01e60320e1c95b42 (patch)
tree74bc58168adbceadb4d882f7e7aa5cddabaeee67 /src
parent79c2315fd4538016165b7ed4fd3c42e49b6ff642 (diff)
downloadkrb5-ed428adce0ff7165576f12cd01e60320e1c95b42.tar.gz
krb5-ed428adce0ff7165576f12cd01e60320e1c95b42.tar.xz
krb5-ed428adce0ff7165576f12cd01e60320e1c95b42.zip
missing log entries
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7888 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/krb524/ChangeLog16
1 files changed, 16 insertions, 0 deletions
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 <eichin@cygnus.com>
+
+ * 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 <basch@lehman.com>
* conv_creds.c (krb524_convert_creds_plain):