freebsd-src/sys/fs/fifofs
Robert Watson 9c4d63da6d o Make the credential used by socreate() an explicit argument to
socreate(), rather than getting it implicitly from the thread
  argument.

o Make NFS cache the credential provided at mount-time, and use
  the cached credential (nfsmount->nm_cred) when making calls to
  socreate() on initially connecting, or reconnecting the socket.

This fixes bugs involving NFS over TCP and ipfw uid/gid rules, as well
as bugs involving NFS and mandatory access control implementations.

Reviewed by:	freebsd-arch
2001-12-31 17:45:16 +00:00
..
fifo.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fifo_vnops.c o Make the credential used by socreate() an explicit argument to 2001-12-31 17:45:16 +00:00