1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/lib/libalias
Ruslan Ermilov 7652512976 - 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
2000-06-14 16:09:35 +00:00
..
alias_cuseeme.c
alias_db.c - Added support for passive mode FTP by aliasing 227 replies. 2000-06-14 16:09:35 +00:00
alias_ftp.c - Added support for passive mode FTP by aliasing 227 replies. 2000-06-14 16:09:35 +00:00
alias_irc.c
alias_local.h - Added support for passive mode FTP by aliasing 227 replies. 2000-06-14 16:09:35 +00:00
alias_nbt.c
alias_proxy.c
alias_util.c
alias.c Replace PacketAliasRedirectPptp() (which had nothing specific 2000-04-28 13:44:49 +00:00
alias.h Replace PacketAliasRedirectPptp() (which had nothing specific 2000-04-28 13:44:49 +00:00
HISTORY
libalias.3 Revert the default behaviour for incoming connections so 2000-05-11 07:52:21 +00:00
Makefile