Searched hist:17433 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/libexec/ftpd/
H A DMakefilediff 17433 Sun Aug 04 20:40:35 MDT 1996 pst If PARANOID is set, do not allow PORT commands to remote ports less than 1024
or addresses other than the requestor's address. This violates the FTP
protocol (hmm...as I write this, I'm going to change this to a run-time var.)

Require login before PASV and RNTO commands.

Close unused PASV ports so they don't hang around forever.

Do not allow file overwrites via rename or STOR when anonymous
(suspenders).

Clean up buffer utilization.

My code, but heavily inspired by Hobbit's changes to wu-ftpd as pointed out
by Mike Prettejohn and Kit Knox.

Completed in 110 milliseconds