summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-09-11 23:52:35 +0000
committerEzra Peisach <epeisach@mit.edu>1995-09-11 23:52:35 +0000
commit687635bc6786d4c6df368aa09c77e7903dcda8a6 (patch)
treea8e34229802805d16b7bcc18a9def5008432c50c /src/include/ChangeLog
parentf071d300320f74be4c6f25f4978f8e2c35fa6396 (diff)
downloadkrb5-687635bc6786d4c6df368aa09c77e7903dcda8a6.tar.gz
krb5-687635bc6786d4c6df368aa09c77e7903dcda8a6.tar.xz
krb5-687635bc6786d4c6df368aa09c77e7903dcda8a6.zip
Reintegrate Macintosh changes while keeping Proven's changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6753 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 30fa3dba2..e813a51c5 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -7,8 +7,25 @@ Wed Sep 6 12:00:00 1995 James Mattly <mattly@fusion.com>
* k5-int.h: Added requisite defines, fake struct definitions for compilation
on MACINTOSH.
+Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
+
+ * k5-int.h krb5.hin : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
+
+Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu)
+
+ * k5-int.h, krb5.hin : Remove krb5_enctype references, and replace with
+ krb5_keytype where appropriate.
+
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.