freebsd-skq/libexec/ftpd
yar 02d8e2b208 Let real users access special files through FTP
if allowed by their filesystem permissions.

This doesn't break anything since using sendfile(2)
is triggered later by a separate S_ISREG conditional.

PR:		bin/20824
MFC after:	1 week
2003-01-31 13:18:55 +00:00
..
config.h
extern.h
ftpchroot.5 Give the code around chroot(2)/chdir(2) a major overhaul by 2003-01-29 10:07:27 +00:00
ftpcmd.y Add a new option to ftpd(8), "-h", to disable printing any 2003-01-29 10:58:58 +00:00
ftpd.8 Add a new option to ftpd(8), "-h", to disable printing any 2003-01-29 10:58:58 +00:00
ftpd.c Let real users access special files through FTP 2003-01-31 13:18:55 +00:00
logwtmp.c Oops. Some ut_time stuff slipped through the cracks. These turned out 2002-11-17 23:46:45 +00:00
Makefile Extend the format of /etc/ftpchroot so an alternative chroot 2003-01-26 19:02:56 +00:00
pathnames.h
popen.c