HardenedBSD/libexec/ftpd
David Greenman cf09a2067c Implemented a "-D" option that causes ftpd to detach and become a daemon -
accepting connections on the FTP port and forking children processes to
handling them. This is lower overhead than spawning ftpd from inetd and
can be a significant win on busy FTP servers. Be sure to disable ftpd in
inetd.conf if you decide to use this option.
These changes are based on similar changes I made to wu-ftpd and have
been in use on wcarchive for several months.
1996-04-11 10:22:16 +00:00
..
extern.h Make ftpd use setproctitle() from libutil 1996-01-01 08:35:11 +00:00
ftpcmd.y Make ftpd use setproctitle() from libutil 1996-01-01 08:35:11 +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 Implemented a "-D" option that causes ftpd to detach and become a daemon - 1996-04-11 10:22:16 +00:00
logwtmp.c
Makefile Make ftpd use setproctitle() from libutil 1996-01-01 08:35:11 +00:00
pathnames.h
popen.c
skey-stuff.c