From owner-cvs-all Tue Aug 27 2:55:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F85C37B400; Tue, 27 Aug 2002 02:55:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA59643E3B; Tue, 27 Aug 2002 02:55:08 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7R9t8JU046689; Tue, 27 Aug 2002 02:55:08 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7R9t8DZ046688; Tue, 27 Aug 2002 02:55:08 -0700 (PDT) Message-Id: <200208270955.g7R9t8DZ046688@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 27 Aug 2002 02:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp cmds.c cmdtab.c extern.h ftp.1 ftp_var.h main.c util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/27 02:55:08 PDT Modified files: (Branch: RELENG_4) usr.bin/ftp cmds.c cmdtab.c extern.h ftp.1 ftp_var.h main.c util.c Log: Implement the "epsv4" command for those users who wish to stay with -STABLE for now, yet need to run ftp(1) through IPFilter or a similar firewall with no EPSV support. The automatic detection of EPSV capability didn't work with such firewalls since it expected a 5xx reply to turn off EPSV, but was getting a mere timeout. Suggested, reviewed, and tested by: sheldonh Revision Changes Path 1.16.2.3 +14 -2 src/usr.bin/ftp/cmds.c 1.7.2.2 +2 -0 src/usr.bin/ftp/cmdtab.c 1.10.2.3 +2 -1 src/usr.bin/ftp/extern.h 1.15.2.7 +7 -1 src/usr.bin/ftp/ftp.1 1.11.2.2 +2 -1 src/usr.bin/ftp/ftp_var.h 1.25.2.4 +4 -2 src/usr.bin/ftp/main.c 1.12.2.4 +3 -3 src/usr.bin/ftp/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message