From owner-cvs-libexec Thu Sep 19 01:21:48 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11990 for cvs-libexec-outgoing; Thu, 19 Sep 1996 01:21:48 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11858; Thu, 19 Sep 1996 01:21:24 -0700 (PDT) Date: Thu, 19 Sep 1996 01:21:24 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609190821.BAA11858@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/bootpd bootpd.8 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/19 01:21:23 Modified: libexec/bootpd bootpd.8 Log: Make the inetd suggestion slightly less confusing. Revision Changes Path 1.4 +2 -2 src/libexec/bootpd/bootpd.8 From owner-cvs-libexec Fri Sep 20 04:19:37 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13204 for cvs-libexec-outgoing; Fri, 20 Sep 1996 04:19:37 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13036; Fri, 20 Sep 1996 04:19:04 -0700 (PDT) Date: Fri, 20 Sep 1996 04:19:04 -0700 (PDT) From: Bruce Evans Message-Id: <199609201119.EAA13036@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/getty gettytab.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/20 04:19:03 Removed: libexec/getty gettytab.c Log: This should have gone away with the COMPAT_43 cruft. cgetent() is now used instead of the rudimentary routines here. From owner-cvs-libexec Sat Sep 21 11:03:10 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA13496 for cvs-libexec-outgoing; Sat, 21 Sep 1996 11:03:10 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA12565; Sat, 21 Sep 1996 11:01:30 -0700 (PDT) Date: Sat, 21 Sep 1996 11:01:30 -0700 (PDT) From: Paul Traina Message-Id: <199609211801.LAA12565@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin, cvs-libexec Subject: cvs commit: src/usr.bin/login klogin.c src/libexec/ftpd popen.c src/libexec/rlogind rlogind.c src/libexec/rshd rshd.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/21 11:01:29 Modified: usr.bin/login klogin.c libexec/ftpd popen.c libexec/rlogind rlogind.c libexec/rshd rshd.c Log: Fix some compilation warnings. Revision Changes Path 1.5 +7 -5 src/usr.bin/login/klogin.c 1.3 +1 -1 src/libexec/ftpd/popen.c 1.11 +1 -1 src/libexec/rlogind/rlogind.c 1.7 +1 -1 src/libexec/rshd/rshd.c 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