diff --git a/ChangeLog b/ChangeLog index 274c6894b..d7ae2f60c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-01-08 Love Hörnquist Åstrand + * lib/krb5/verify_krb5_conf.c: cast argument to isdigit to + unsigned char + + * lib/krb5/keytab_keyfile.c: cast argument to toupper to unsigned + char + + * lib/asn1/hash.c (hashcaseadd): cast argument to toupper to + unsigned char + * appl/kf/kfd.c (kfd_match_version): cast argument to islower to unsigned char diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 2ec1ea426..30cdc3c31 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,9 @@ +2005-01-09 Love Hörnquist Åstrand + + * telnet/telnet.c: cast argument to toupper to unsigned char + + * telnet/commands.c: cast argument to is* to unsigned char + 2004-06-20 Love Hörnquist Åstrand * telnet/network.c: make network rings larger From: MAAAAA MOOOR