freebsd-dev/sys/fs
Edward Tomasz Napierala 6a3450e178 Add vfs.nfsd.nfsd_enable_uidtostring, which works just like
vfs.nfsd.nfsd_enable_stringtouid, but in reverse - when set to 1,
it forces the NFSv4 server to return numeric UIDs and GIDs instead
of "user@domain" strings. This helps with clients that can't
translate returned identifiers, eg when rerooting.

The same can be achieved by just never running nfsuserd(8),
but the sysctl is useful to toggle the behaviour back and forth
without rebooting.

Reviewed by:	rmacklem (earlier version)
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11326
2017-06-26 13:11:21 +00:00
..
autofs Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cd9660 Add MD_VERIFY option to enable O_VERIFY in open for vnode type. 2017-05-31 21:18:11 +00:00
cuse Minor code optimisation. 2017-05-31 21:05:24 +00:00
deadfs Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
devfs Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
ext2fs ext2fs: add dir_nlink feature support. 2017-06-22 02:43:32 +00:00
fdescfs Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
fifofs Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
fuse fuse: Implement FOPEN_KEEP_CACHE flag 2017-04-21 22:00:22 +00:00
msdosfs msdosfs: reformat a comment to reduce NetBSD diffs 2017-06-22 01:11:20 +00:00
nandfs Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
nfs Add vfs.nfsd.nfsd_enable_uidtostring, which works just like 2017-06-26 13:11:21 +00:00
nfsclient Add support to the NFSv4.1/pNFS client for commits through the DS. 2017-06-26 00:43:04 +00:00
nfsserver Add vfs.nfsd.nfsd_enable_uidtostring, which works just like 2017-06-26 13:11:21 +00:00
nullfs Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
procfs remove procfs ctl interface 2017-03-05 03:05:24 +00:00
pseudofs PFS_DELEN is the sum of the permanent part of the struct dirent and 2017-06-25 15:21:51 +00:00
smbfs - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter 2017-04-17 17:34:47 +00:00
tmpfs Remove mistakenly merged field. 2017-01-19 20:03:26 +00:00
udf On error, bread(9) zeroes buffer pointer, do not dereference it. 2016-11-22 13:24:57 +00:00
unionfs Renumber copyright clause 4 2017-02-28 23:42:47 +00:00