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,8 +1,15 @@
2005-04-07 Love H<>rnquist <20>strand <lha@it.su.se>
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
2005-04-04 Love H<>rnquist <20>strand <lha@it.su.se>
2005-04-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <huaraz@btinternet.com>
2004-03-14 Love H<>rnquist <20>strand <lha@it.su.se>
2004-03-14 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
2003-03-18 Love H<>rnquist <20>strand <lha@it.su.se>
* ftpd/ftpd.c (krb5_verify): always do krb5_afslog, remove setpag
(its done in main)

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)