diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2000-10-17 22:57:05 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2000-10-17 22:57:05 +0000 |
| commit | 48e24f7ef133990af31e9554731a31b43c1d762c (patch) | |
| tree | ea3d55623931b32503261352fba9d85f81ff4546 /src/include/ChangeLog | |
| parent | 7cb621c262e8a5f1c7fe2dd596613c6df1a179d7 (diff) | |
| download | krb5-48e24f7ef133990af31e9554731a31b43c1d762c.tar.gz krb5-48e24f7ef133990af31e9554731a31b43c1d762c.tar.xz krb5-48e24f7ef133990af31e9554731a31b43c1d762c.zip | |
* 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
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 9775f85010..273252ee80 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,20 @@ +2000-10-17 Ezra Peisach <epeisach@mit.edu> + + * 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. + 2000-10-03 Ezra Peisach <epeisach@mit.edu> * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char *. |
