From owner-cvs-sys Thu Mar 27 12:01:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16439 for cvs-sys-outgoing; Thu, 27 Mar 1997 12:01:37 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16373; Thu, 27 Mar 1997 12:01:21 -0800 (PST) Date: Thu, 27 Mar 1997 12:01:21 -0800 (PST) From: Guido van Rooij Message-Id: <199703272001.MAA16373@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/nfs nfs.h nfs_syscalls.c src/sbin/mountd mountd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/03/27 12:01:12 Modified: sbin/mountd mountd.c sys/nfs nfs.h nfs_syscalls.c Log: Add code that will reject nfs requests in teh kernel from nonprivileged ports. This option will be automatically set/cleraed when mount is run without/with the -n option. Reviewed by: Doug Rabson Revision Changes Path 1.15 +14 -1 src/sbin/mountd/mountd.c 1.23 +3 -1 src/sys/nfs/nfs.h 1.20 +22 -1 src/sys/nfs/nfs_syscalls.c