From owner-cvs-all Thu Jul 1 4:33:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF79914DBE; Thu, 1 Jul 1999 04:33:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA64244; Thu, 1 Jul 1999 04:33:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199907011133.EAA64244@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Jul 1999 04:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp Makefile fetch.c ftp.1 ftp.c ftp_var.h main.c util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/07/01 04:33:37 PDT Modified files: (Branch: RELENG_3) usr.bin/ftp Makefile fetch.c ftp.1 ftp.c ftp_var.h main.c util.c Log: MFC: - separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again PR: bin/12070 - specifically check that FTP_PASSIVE_MODE is set to YES, rather than just checking if it is defined - add "-s src_addr" option to allow setting of the source IP address - fix two minor bugs - slightly cleanup manpage Revision Changes Path 1.8.2.1 +1 -2 src/usr.bin/ftp/Makefile 1.5.4.1 +7 -1 src/usr.bin/ftp/fetch.c 1.8.2.1 +26 -29 src/usr.bin/ftp/ftp.1 1.15.2.1 +25 -24 src/usr.bin/ftp/ftp.c 1.6.2.1 +5 -1 src/usr.bin/ftp/ftp_var.h 1.16.2.1 +46 -17 src/usr.bin/ftp/main.c 1.6.2.1 +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