summaryrefslogtreecommitdiffstats
path: root/src/krb524/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-06 16:24:32 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-06 16:24:32 +0000
commitd80f58f8c649edbdc4f67fe9eece8388567c7552 (patch)
tree9f6020578e1c9ace1688064579a0553b702b2073 /src/krb524/ChangeLog
parent60fe6cff157258de0ac2ff10017e28edefa46d6a (diff)
downloadkrb5-d80f58f8c649edbdc4f67fe9eece8388567c7552.tar.gz
krb5-d80f58f8c649edbdc4f67fe9eece8388567c7552.tar.xz
krb5-d80f58f8c649edbdc4f67fe9eece8388567c7552.zip
* krb524d.c (do_connection): Do not assume that sizeof(int) == 4
* encode.c (encode_int32, decode_int32): Do not assume sizeof(int) == 4. * conv_creds.c (krb524_convert_creds_kdc): Do not assume sizeof(int) == 4 in network packet. * cnv_tkt_skey.c (krb524int_krb_cr_tkt_int): Ensure that OTW flags is one byte long. An error was introduced when prototypes were widened. * Makefile.in (includes): When testing to see if krb524_err.h exists in the include directory, compare against the build trees version. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12725 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524/ChangeLog')
-rw-r--r--src/krb524/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index bb2bd42be6..d8a7a6ab38 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,21 @@
+2000-10-06 Ezra Peisach <epeisach@mit.edu>
+
+ * krb524d.c (do_connection): Do not assume that sizeof(int) == 4.
+
+ * encode.c (encode_int32, decode_int32): Do not assume
+ sizeof(int) == 4.
+
+ * conv_creds.c (krb524_convert_creds_kdc): Do not assume
+ sizeof(int) == 4 in network packet.
+
+ * cnv_tkt_skey.c (krb524int_krb_cr_tkt_int): Ensure that OTW flags
+ is one byte long. An error was introduced when prototypes were
+ widened.
+
+ * Makefile.in (includes): When testing to see if krb524_err.h
+ exists in the include directory, compare against the build trees
+ version.
+
2000-10-03 Ezra Peisach <epeisach@mit.edu>
* Makefile.in: Install krb524.h and krb524_err.h header file so