Date: Sat, 26 Apr 1997 05:12:11 -0700 (PDT) From: David Nugent <davidn@FreeBSD.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-libexec@FreeBSD.org Subject: cvs commit: src/libexec/ftpd Makefile extern.h ftpd.c pathnames.h popen.c Message-ID: <199704261212.FAA19926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidn 97/04/26 05:12:11
Modified: libexec/ftpd Makefile extern.h ftpd.c pathnames.h popen.c
Log:
Adds optional "internal ls" support for ftpd, by collecting
modules from src/bin/ls, and handling exec(_PATH_LS,..) as a
special case, very useful in an environment where many users
are given chroot access. "~/etc/{s}pwd.db" files are still
needed if uid/gid->user/group translation is desired.
To enable this it must be compiled with the make variable
FTP_INTERNAL_LS defined, either in /etc/make.conf or the
environment.
Revision Changes Path
1.21 +8 -1 src/libexec/ftpd/Makefile
1.9 +4 -1 src/libexec/ftpd/extern.h
1.36 +8 -3 src/libexec/ftpd/ftpd.c
1.9 +2 -1 src/libexec/ftpd/pathnames.h
1.8 +19 -2 src/libexec/ftpd/popen.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704261212.FAA19926>
