mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
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
|
||
|---|---|---|
| .. | ||
| alias.c | ||
| alias.h | ||
| alias_cuseeme.c | ||
| alias_db.c | ||
| alias_ftp.c | ||
| alias_irc.c | ||
| alias_local.h | ||
| alias_nbt.c | ||
| alias_proxy.c | ||
| alias_util.c | ||
| HISTORY | ||
| libalias.3 | ||
| Makefile | ||