1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/libexec/ftpd
Ed Schouten 80643af02b Port ftpd to utmpx.
Unfortunately I have to partially wreck its functionality, though. ftpd
used to keep a file descriptor to the wtmp, which allowed it to work
from within a chroot. The current utmpx implementation doesn't offer a
way to do this. Maybe we can address this in the future, if it turns out
to be a real issue.
2010-01-13 18:28:41 +00:00
..
config.h
extern.h
ftpchroot.5
ftpcmd.y
ftpd.8
ftpd.c Port ftpd to utmpx. 2010-01-13 18:28:41 +00:00
logwtmp.c Port ftpd to utmpx. 2010-01-13 18:28:41 +00:00
Makefile
pathnames.h
popen.c