Displaying 1 result from an estimated 1 matches for "anon_gid".
1996 Nov 19
0
Yet another attempt at /tmp spoof protection
.../Makefile.in	Fri Sep 20 17:35:50 1996
+++ nfs-server-2.2beta23/Makefile.in	Fri Nov 15 10:43:06 1996
@@ -42,8 +42,13 @@
 # DOSHACKS
 #	This is a hack that lets DOS boxes mount NFS volumes with all_squash
 #	enabled and actually write to them, even though their uid/gid does
- -#	not match the non_uid/anon_gid. Ugly, and not officially supported.
+#	not match the anon_uid/anon_gid. Ugly, and not officially supported.
 #	(Don''t you call me a hypocrite:)
+# SUPPORT_CDF
+#	Experimental support for context-dependent files on LOOKUP.
+#	Currently supported names are cdf:uid and cdf:hostaddr. When a
+...