CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/12 14:44:39
Modified files:
distrib/special/ftp: Makefile
distrib/special/ftp-ssl: Makefile
usr.bin/ftp : Makefile ftp.1 ftp.c main.c util.c
Added files:
usr.bin/ftp : cmd.c file.c ftp.h http.c progressmeter.c url.c
xmalloc.c xmalloc.h
Removed files:
usr.bin/ftp : cmds.c cmds.h cmdtab.c complete.c cookie.c
domacro.c extern.h fetch.c ftp_var.h list.c
pathnames.h ruserpass.c small.c small.h
stringlist.c stringlist.h
Log message:
Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications
have been made to make it behave. Any new misbehaviors can be fixed in tree.
OK florian@ deraadt@ "Have you committed ftp yet?"