From owner-cvs-all Wed Jun 14 9: 9:45 2000 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 116D837B681; Wed, 14 Jun 2000 09:09:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA87733; Wed, 14 Jun 2000 09:09:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200006141609.JAA87733@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 Jun 2000 09:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c alias_ftp.c alias_local.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/06/14 09:09:36 PDT Modified files: lib/libalias alias_db.c alias_ftp.c alias_local.h Log: - Added support for passive mode FTP by aliasing 227 replies. It does mean that it is now possible to run passive-mode FTP server behind NAT. - SECURITY: FTP aliasing engine now ensures that: o the segment preceding a PORT/227 segment terminates with a \r\n; o the IP address in the PORT/227 matches the source IP address of the packet; o the port number in the PORT command or 277 reply is greater than or equal to 1024. Submitted by: Erik Salander Reviewed by: ru Revision Changes Path 1.31 +20 -1 src/lib/libalias/alias_db.c 1.7 +208 -16 src/lib/libalias/alias_ftp.c 1.14 +3 -1 src/lib/libalias/alias_local.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message