1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/libexec/ftpd
Paul Traina 61f891a6df 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.
1996-08-04 22:40:35 +00:00
..
extern.h If PARANOID is set, do not allow PORT commands to remote ports less than 1024 1996-08-04 22:40:35 +00:00
ftpcmd.y If PARANOID is set, do not allow PORT commands to remote ports less than 1024 1996-08-04 22:40:35 +00:00
ftpd.8 Implemented a "-D" option that causes ftpd to detach and become a daemon - 1996-04-11 10:22:16 +00:00
ftpd.c If PARANOID is set, do not allow PORT commands to remote ports less than 1024 1996-08-04 22:40:35 +00:00
logwtmp.c If hostname > UT_HOSTSIZE, use its numerical address instead to keep 1996-06-17 14:59:07 +00:00
Makefile If PARANOID is set, do not allow PORT commands to remote ports less than 1024 1996-08-04 22:40:35 +00:00
pathnames.h Add some functionality to ftpd so it logs all anonymous file 1995-02-26 19:36:59 +00:00
popen.c BSD 4.4 Lite Libexec Sources 1994-05-27 12:39:25 +00:00
skey-stuff.c Include most of the logdaemon v4.4 S/key changes 1994-10-19 00:03:45 +00:00