From owner-cvs-usrbin Sat Dec 13 12:41:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA13292 for cvs-usrbin-outgoing; Sat, 13 Dec 1997 12:41:12 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA13245; Sat, 13 Dec 1997 12:40:39 -0800 (PST) (envelope-from pst@FreeBSD.org) From: Paul Traina Received: (from pst@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA23314; Sat, 13 Dec 1997 12:38:23 -0800 (PST) Date: Sat, 13 Dec 1997 12:38:23 -0800 (PST) Message-Id: <199712132038.MAA23314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 1997/12/13 12:38:23 PST Modified files: usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Log: Sync with NetBSD v1.3. Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better). Revision Changes Path 1.8 +10 -4 src/usr.bin/ftp/Makefile 1.12 +173 -85 src/usr.bin/ftp/cmds.c 1.6 +7 -3 src/usr.bin/ftp/cmdtab.c 1.4 +15 -9 src/usr.bin/ftp/complete.c 1.5 +5 -3 src/usr.bin/ftp/domacro.c 1.6 +4 -9 src/usr.bin/ftp/extern.h 1.3 +74 -41 src/usr.bin/ftp/fetch.c 1.7 +38 -5 src/usr.bin/ftp/ftp.1 1.11 +84 -57 src/usr.bin/ftp/ftp.c 1.6 +23 -11 src/usr.bin/ftp/ftp_var.h 1.16 +53 -10 src/usr.bin/ftp/main.c 1.3 +1 -1 src/usr.bin/ftp/pathnames.h 1.7 +18 -14 src/usr.bin/ftp/ruserpass.c 1.3 +108 -51 src/usr.bin/ftp/util.c