Date: Tue, 11 Feb 2003 06:28:28 -0800 (PST) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd Makefile ftpchroot.5 ftpcmd.y ftpd.8 ftpd.c Message-ID: <200302111428.h1BESSqo004903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2003/02/11 06:28:28 PST
Modified files: (Branch: RELENG_4)
libexec/ftpd Makefile ftpcmd.y ftpd.8 ftpd.c
Added files: (Branch: RELENG_4)
libexec/ftpd ftpchroot.5
Log:
MFC: Rework the code around chroot(2)/chdir(2). This gives us:
- an extended format (and manpage as a consequence) for /etc/ftpchroot,
- ability to access NFS mounted home directories with mode 700,
- more protection from setting a wrong home directory in passwd(5),
- the "/./" feature.
ftpd.c 1.135-1.138
ftpcmd.y 1.47
ftpd.8 1.58-1.59
ftpchroot.5 1.2 (added)
Revision Changes Path
1.33.2.6 +1 -1 src/libexec/ftpd/Makefile
1.2.2.1 +121 -0 src/libexec/ftpd/ftpchroot.5 (new)
1.16.2.19 +2 -4 src/libexec/ftpd/ftpcmd.y
1.31.2.18 +17 -1 src/libexec/ftpd/ftpd.8
1.62.2.47 +114 -38 src/libexec/ftpd/ftpd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302111428.h1BESSqo004903>
