freebsd-dev/sys/nfs
Doug Rabson a973eeb2c1 Prevent a mapped root which appears on the server as e.g. nobody from
accessing files which it shouldn't be able to.  This required a better
approximation of VOP_ACCESS for NFSv2 (NFSv3 already has an ACCESS rpc
which is a better solution) and adding a call to VOP_ACCESS from VOP_LOOKUP.

PR:		kern/876, kern/2635
Submitted by:	David Malone <dwmalone@maths.tcd.ie> (for kern/2635)
1997-05-09 13:18:42 +00:00
..
nfs_bio.c Fix a bug where a program which appended many small records to a file could 1997-04-19 14:28:36 +00:00
nfs_common.c Fix various bugs in the locking protocol, allowing proper shared locks 1997-04-04 17:49:35 +00:00
nfs_common.h
nfs_node.c Fix memory leak caused by the fact that the directory offset cookies and 1997-05-09 13:04:43 +00:00
nfs_nqlease.c
nfs_serv.c Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs 1997-03-29 12:40:20 +00:00
nfs_socket.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
nfs_srvcache.c
nfs_subs.c Fix various bugs in the locking protocol, allowing proper shared locks 1997-04-04 17:49:35 +00:00
nfs_syscalls.c Allow NULL rpcs on non-privileged ports at all times to work around broken 1997-04-30 09:51:37 +00:00
nfs_vfsops.c Now I can even execute "df" on my diskless :-) 1997-05-04 15:04:49 +00:00
nfs_vnops.c Prevent a mapped root which appears on the server as e.g. nobody from 1997-05-09 13:18:42 +00:00
nfs.h
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h Fix various bugs in the locking protocol, allowing proper shared locks 1997-04-04 17:49:35 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
nfsv2.h
nqnfs.h
rpcv2.h
xdr_subs.h