diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index f57b47b87..b3ed64668 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,8 +1,15 @@ -2005-04-07 Love Hörnquist Åstrand +2005-04-18 Love Hörnquist Åstrand + + * 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 Åstrand * ftp/ftp.c: fix 3 'var' might be used uninitialized warnings -2005-04-04 Love Hörnquist Åstrand +2005-04-04 Love Hörnquist Åstrand * ftp/cmds.c: MacOS is also a unix that doesn't define __unix__/unix While here, rewrite this part of the function to not @@ -39,7 +46,7 @@ * ftpd/ftpcmd.y: make cbuf 64k to handle lager tickets From: MAAAAA MOOOR -2004-03-14 Love Hörnquist Åstrand +2004-03-14 Love Hörnquist Åstrand * ftpd/ftpd.c (main): setpag if there is krb4 OR krb5 support @@ -125,7 +132,7 @@ * ftpd/pathnames.h (_PATH_FTPUSERS): conditionalize -2003-03-18 Love Hörnquist Åstrand +2003-03-18 Love Hörnquist Åstrand * ftpd/ftpd.c (krb5_verify): always do krb5_afslog, remove setpag (its done in main) diff --git a/appl/rcp/ChangeLog b/appl/rcp/ChangeLog index dae04022e..a51f4bb80 100644 --- a/appl/rcp/ChangeLog +++ b/appl/rcp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-18 Love Hörnquist Åstrand + + * util.c: use unsigned char * to make sure its not negative when + passing it to is* functions + 2004-05-14 Johan Danielsson * rcp.c: add -e (passed to rsh)