git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14504 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-01-08 23:20:32 +00:00
parent 915454f2fd
commit 0380823194
2 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
2005-01-08 Love H<>rnquist <20>strand <lha@it.su.se>
* 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

View File

@@ -1,3 +1,9 @@
2005-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* telnet/network.c: make network rings larger From: MAAAAA MOOOR