summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-09 05:08:09 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-09 05:08:09 +0000
commit9cb1a31d926cbac8e53395651e58d4ea7c43cc43 (patch)
tree0cc98b2b20e9611aaab0e1a049159d4bdc09622d /src/kdc/ChangeLog
parenta3b6e695282f6b944c7f0580667a6efc1eeb1602 (diff)
* kdc_preauth.c (get_etype_info): Added function to return the
etype_info preauth hint to the client. * kdc_util.c (get_salt_from_key): Added new function which determines the salting information from the krb5_key_data structure. * main.c (kdc_initialize_rcache): Replace use of krb5_clockskew with context->clockskew. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7073 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index dbb44172b..bea2674c1 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,15 @@
+Thu Nov 9 00:05:55 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * kdc_preauth.c (get_etype_info): Added function to return the
+ etype_info preauth hint to the client.
+
+ * kdc_util.c (get_salt_from_key): Added new function which
+ determines the salting information from the krb5_key_data
+ structure.
+
+ * main.c (kdc_initialize_rcache): Replace use of krb5_clockskew
+ with context->clockskew.
+
Wed Nov 8 02:57:15 1995 Theodore Y. Ts'o <tytso@dcl>
* kdc_util.c (): Added new helper functions