Date: Wed, 14 Jun 2000 09:09:36 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c alias_ftp.c alias_local.h Message-ID: <200006141609.JAA87733@freefall.freebsd.org>
index | next in thread | raw e-mail
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 <erik@whistle.com>
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006141609.JAA87733>
