NetBSD/libexec/ftpd
peter 1723484e06 Implement option "-D", for running ftpd in standalone mode (daemon).
ftpd will listen on the default FTP port for incoming connections and fork
a child for each connection.  This is lower overhead than starting ftpd from
inetd(8) and thus might be useful on busy servers to reduce load.

Inspired by FreeBSD.
Reviewed by lukem@.
2005-08-04 17:41:35 +00:00
..
cmds.c
conf.c * Add hidesymlinks configuration option 2005-03-03 22:19:47 +00:00
extern.h cleanup utmp and utmpx support. 2005-06-23 04:20:41 +00:00
ftpcmd.y * Add hidesymlinks configuration option 2005-03-03 22:19:47 +00:00
ftpd.8 Implement option "-D", for running ftpd in standalone mode (daemon). 2005-08-04 17:41:35 +00:00
ftpd.c Implement option "-D", for running ftpd in standalone mode (daemon). 2005-08-04 17:41:35 +00:00
ftpd.conf.5 * Add hidesymlinks configuration option 2005-03-03 22:19:47 +00:00
ftpusers.5
logutmp.c cleanup utmp and utmpx support. 2005-06-23 04:20:41 +00:00
logwtmp.c cleanup utmp and utmpx support. 2005-06-23 04:20:41 +00:00
Makefile Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:21 +00:00
pathnames.h
popen.c
version.h Implement option "-D", for running ftpd in standalone mode (daemon). 2005-08-04 17:41:35 +00:00