git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14817 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-18 07:54:00 +00:00
parent 5c338794d7
commit 2cc85f5d17
2 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2005-04-18 Love H<>rnquist <20>strand <lha@it.su.se>
* ftpd/ftpd.c (statcmd): cast argument to isdigit to unsigned char
* ftp/cmds.c (mget): cast char to unsigned char to make sure its
not negative when passing it to tolower
2005-04-07 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/ftp.c: fix 3 'var' might be used uninitialized warnings

View File

@@ -1,3 +1,8 @@
2005-04-18 Love H<>rnquist <20>strand <lha@it.su.se>
* util.c: use unsigned char * to make sure its not negative when
passing it to is* functions
2004-05-14 Johan Danielsson <joda@pdc.kth.se>
* rcp.c: add -e (passed to rsh)