summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-17 23:03:59 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-17 23:03:59 +0000
commit28e4396f34ac3c8caa53b99dc219a8ee3eda412b (patch)
treedb554df925c0bdef50b10525498ca6c4730de0f3 /src/kdc/ChangeLog
parentee69f45f90fdca503b8193c246c895bfd4e1d4c4 (diff)
downloadkrb5-28e4396f34ac3c8caa53b99dc219a8ee3eda412b.tar.gz
krb5-28e4396f34ac3c8caa53b99dc219a8ee3eda412b.tar.xz
krb5-28e4396f34ac3c8caa53b99dc219a8ee3eda412b.zip
* kdc_preauth.c (get_etype_info): Initialize length of
etype_info_entry to KRB5_ETYPE_NO_SALT. Before copying salt into etype_info_entry, test that salt length (from get_salt_from_key()) is not SALT_TYPE_NO_LENGTH. * kdc_util.c (get_salt_from_key): Initialize salt type to SALT_TYPE_NO_LENGTH (instead of -1). * network.c (process_packet): Cast length in sendto() call to int. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12787 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 70a7fd17c..942da4062 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,15 @@
+2000-10-17 Ezra Peisach <epeisach@mit.edu>
+
+ * kdc_preauth.c (get_etype_info): Initialize length of
+ etype_info_entry to KRB5_ETYPE_NO_SALT. Before copying salt into
+ etype_info_entry, test that salt length (from get_salt_from_key())
+ is not SALT_TYPE_NO_LENGTH.
+
+ * kdc_util.c (get_salt_from_key): Initialize salt type to
+ SALT_TYPE_NO_LENGTH (instead of -1).
+
+ * network.c (process_packet): Cast length in sendto() call to int.
+
2000-10-06 Tom Yu <tlyu@mit.edu>
* kerberos_v4.c (kerb_get_principal): Modify to take a pointer to