* krb524d.c (do_connection): Do not assume that sizeof(int) == 4
authorEzra Peisach <epeisach@mit.edu>
Fri, 6 Oct 2000 16:24:32 +0000 (16:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 6 Oct 2000 16:24:32 +0000 (16:24 +0000)
commitd80f58f8c649edbdc4f67fe9eece8388567c7552
tree9f6020578e1c9ace1688064579a0553b702b2073
parent60fe6cff157258de0ac2ff10017e28edefa46d6a
* 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
src/krb524/ChangeLog
src/krb524/Makefile.in
src/krb524/cnv_tkt_skey.c
src/krb524/conv_creds.c
src/krb524/encode.c
src/krb524/krb524d.c