From owner-cvs-all Fri Aug 25 12:28:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FED837B423; Fri, 25 Aug 2000 12:28:19 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00663; Fri, 25 Aug 2000 12:28:19 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200008251928.MAA00663@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 25 Aug 2000 12:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio ftpio.3 ftpio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/08/25 12:28:19 PDT Modified files: (Branch: RELENG_4) lib/libftpio ftpio.3 ftpio.c Log: MFC: - Check FTP_PASSIVE_MODE for the value "NO" (implying active mode) instead of just checking whether it is defined - Remove bogus "PASV toggle" behavior from ftpPassive() - Clarify the relationship between FTP_PASSIVE_MODE and ftpPassive() in the man page Revision Changes Path 1.21.2.2 +5 -3 src/lib/libftpio/ftpio.3 1.33.2.3 +10 -29 src/lib/libftpio/ftpio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message