From owner-freebsd-commit Sat Aug 5 12:13:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id MAA26195 for commit-outgoing; Sat, 5 Aug 1995 12:13:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id MAA26143 for cvs-libexec-outgoing; Sat, 5 Aug 1995 12:12:08 -0700 Received: (from pst@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id MAA26133 ; Sat, 5 Aug 1995 12:12:07 -0700 Date: Sat, 5 Aug 1995 12:12:07 -0700 From: Paul Traina Message-Id: <199508051912.MAA26133@freefall.cdrom.com> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/ftpd Makefile ftpd.8 ftpd.c Sender: commit-owner@FreeBSD.org Precedence: bulk pst 95/08/05 12:12:06 Modified: usr.bin/ftp Makefile cmds.c cmdtab.c extern.h ftp.1 ftp.c ftp_var.h main.c libexec/ftpd Makefile ftpd.8 ftpd.c Log: Use data ports in the range 40000..44999 by default to enhance FTP usability in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst