From 2cc85f5d17d42b70eae6c3f35fc78a77b4e87123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Apr 2005 07:54:00 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14817 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 15 +++++++++++---- appl/rcp/ChangeLog | 5 +++++ 2 files changed, 16 insertions(+), 4 deletions(-) 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)