From owner-cvs-libexec Sat Sep 21 21:20:13 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA15155 for cvs-libexec-outgoing; Sat, 21 Sep 1996 21:20:13 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14941; Sat, 21 Sep 1996 21:19:33 -0700 (PDT) Date: Sat, 21 Sep 1996 21:19:33 -0700 (PDT) From: Warner Losh Message-Id: <199609220419.VAA14941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/tftpd tftpd.8 tftpd.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/21 21:19:32 Modified: libexec/tftpd tftpd.8 tftpd.c Log: Reviewed by: Bill Fenner Reviewed by: Garrett Wollman Submitted by: Warner Losh Close PR bin/1145: Add -s flag to tftpd. This enables the so-called secure mode of tftpd where it chroots to a given directory before allowing access to the files. In addition, it runs as nobody when in this mode. Reviewed a long time ago by Bill and Garrett. Apply my patch from the pr, and close the PR. Revision Changes Path 1.2 +15 -0 src/libexec/tftpd/tftpd.8 1.3 +32 -1 src/libexec/tftpd/tftpd.c