* Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,
authorDanilo Almeida <dalmeida@mit.edu>
Tue, 24 Jul 2001 01:07:16 +0000 (01:07 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Tue, 24 Jul 2001 01:07:16 +0000 (01:07 +0000)
commit226d2461a7ddf2384faad5c20284fa80c5430ea6
tree810f544e8e03967ab4449a44cdf60030bb42fe7c
parent27dee9d9f20638ec3de1170262ac1ba583776b1d
* Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,
main.c, ruserpass.c, secure.c, secure.h: Quick and dirty Win32
port.  Changes include using sockets more portably; changing the
method of getting username, home directory, and temporary
filenames; adding password reading code for Win32; directory
enumeration via FindNextFile() rather than readdir(); removing OUT
labels (which appear to cause problems with MSVC++ 6.0).  Since
ANSI C, assume we have stdarg.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13628 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/Makefile.in
src/appl/gssftp/ftp/cmds.c
src/appl/gssftp/ftp/ftp.c
src/appl/gssftp/ftp/ftp_var.h
src/appl/gssftp/ftp/getpass.c
src/appl/gssftp/ftp/glob.c
src/appl/gssftp/ftp/main.c
src/appl/gssftp/ftp/ruserpass.c
src/appl/gssftp/ftp/secure.c
src/appl/gssftp/ftp/secure.h