summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-02 03:26:19 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-02 03:26:19 +0000
commit8adf58fadf9cf40e0e3c21b9c413e3ad7cfab1f0 (patch)
tree6f16c2eb0a7ef616d6937c2becd5830253a21f7a /src/include/ChangeLog
parent2dfb67c918a60af2373f764ae12b418716b2a260 (diff)
downloadkrb5-8adf58fadf9cf40e0e3c21b9c413e3ad7cfab1f0.tar.gz
krb5-8adf58fadf9cf40e0e3c21b9c413e3ad7cfab1f0.tar.xz
krb5-8adf58fadf9cf40e0e3c21b9c413e3ad7cfab1f0.zip
k5-int.h: Added clockskew, kdc_req_sumtype, and kdc_default_options to
the krb5_context structure. krb5.hin: Added expected nonce and request_time fields to the krb5_response structure. The fields are used to pass information from krb5_send_tgs() to krb5_get_cred_via_tkt() so that it can do sanity checking. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6654 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 42c0913da3..22dfcdf016 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,13 @@
Fri Sep 1 00:44:59 1995 Theodore Y. Ts'o <tytso@dcl>
+ * k5-int.h: Added clockskew, kdc_req_sumtype, and
+ kdc_default_options to the krb5_context structure.
+
+ * krb5.hin: Added expected nonce and request_time fields to the
+ krb5_response structure. The fields are used to pass
+ information from krb5_send_tgs() to
+ krb5_get_cred_via_tkt() so that it can do sanity checking.
+
* k5-int.h: Add time offset field to the os_context structure.
This offset is added to the system clock time to produce
the "true" time.