* k5-int.h: krb5_alt_method, krb5_etype_info_entry length fields
authorEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 22:57:05 +0000 (22:57 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 22:57:05 +0000 (22:57 +0000)
commit48e24f7ef133990af31e9554731a31b43c1d762c
treeea3d55623931b32503261352fba9d85f81ff4546
parent7cb621c262e8a5f1c7fe2dd596613c6df1a179d7
* k5-int.h: krb5_alt_method, krb5_etype_info_entry length fields
changed to unsigned int. KRB5_ETYPE_NO_LENGTH defined.  Change
prototype decode_krb5_sam_key to decode_krb5_enc_sam_key which is
what the code says.
krb5int_access - change timeouts, shifts, etc to unsigned ints.

* krb5.hin: krb5_data, krb5_address, krb5_keyblock, krb5_checksum,
krb5_authdata, and krb5_pa_data length fields changed to unsigned
int. krb5_kt_get_name(), krb5_unparse_name_ext(),
krb5_build_principal(), krb5_build_principal_ext(),
krb5_build_principal_va() and krb5_read_password() all take or
return unsigned int lengths.

* port-sockets.h (SOCKET): Under unix, a socket is of type int.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12773 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/k5-int.h
src/include/krb5.hin
src/include/port-sockets.h