summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-05-14 08:39:27 +0000
committerTheodore Tso <tytso@mit.edu>1996-05-14 08:39:27 +0000
commit5b432f0d3c14f711e21dab3e1cb4a2179d6e8070 (patch)
tree5a1cebdc4efddfcd4569adfb3de662797cb0c234 /src/include/ChangeLog
parent083b0128e00277f96dbe2714fe5833706aa2c830 (diff)
k5-int.h: Added new field values for ap_req_sumtype and safe_sumtype.
Added new convenience function for verifying magic numbers: KRB5_VERIFY_MAGIC. krb5.hin (krb5_auth_con_set_req_cksumtype, rb5_auth_con_set_safe_cksumtype): Added prototypes of new functions, to replace old krb5_auth_con_setcksumtype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8016 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 3bf0ecf67..a8401cfda 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,13 @@
+Thu May 9 19:28:48 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * k5-int.h: Added new field values for ap_req_sumtype and
+ safe_sumtype. Added new convenience function for
+ verifying magic numbers: KRB5_VERIFY_MAGIC.
+
+ * krb5.hin (krb5_auth_con_set_req_cksumtype,
+ krb5_auth_con_set_safe_cksumtype): Added prototypes of
+ new functions, to replace old krb5_auth_con_setcksumtype.
+
Fri May 10 01:26:24 1996 Richard Basch <basch@lehman.com>
* k5-int.h krb5.hin: Replaced 3des-md5 with 3des-sha.