freebsd-dev/libexec/ftpd
Yaroslav Tykhiy a599a64a9f In the daemon code, check for and report possible errors
from accept(2) and fork(2).  Also close all unneeded fds
in the child process, namely listening sockets for all
address families and the fd initially obtained from accept(2).
(The main ftpd code operates on stdin/stdout anyway as it
has been designed for running from inetd.)

MFC after:	5 days
2006-01-21 13:06:37 +00:00
..
config.h
extern.h
ftpchroot.5
ftpcmd.y
ftpd.8 Use pidfile(3) provided by libutil to manage the deamon's pid file. 2006-01-21 12:21:41 +00:00
ftpd.c In the daemon code, check for and report possible errors 2006-01-21 13:06:37 +00:00
logwtmp.c
Makefile
pathnames.h
popen.c