PERFORCE change 180787 for review
Efstratios Karatzas
gpf at FreeBSD.org
Sun Jul 11 23:33:46 UTC 2010
http://p4web.freebsd.org/@@180787?ac=10
Change 180787 by gpf at gpf_desktop on 2010/07/11 23:32:46
just some minor comment fixes I forgot to submit
Affected files ...
.. //depot/projects/soc2010/gpf_audit/freebsd/src/sys/security/audit/audit_arg.c#7 edit
Differences ...
==== //depot/projects/soc2010/gpf_audit/freebsd/src/sys/security/audit/audit_arg.c#7 (text) ====
@@ -933,7 +933,7 @@
}
/*
- * Audit the vnode type of the file created by some NFS RPC
+ * Audit the vnode type of the file created by some NFS RPC
*/
void
audit_arg_vtype(int vtype)
@@ -949,7 +949,7 @@
}
/*
- * Audit the clientid used by some NFSv4 RPCs
+ * Audit the clientid used by some NFSv4 RPCs
*/
void
audit_arg_clientid(uint64_t clientid)
@@ -964,6 +964,9 @@
ARG_SET_VALID(ar, ARG_CLIENTID);
}
+/*
+ * Audit the lockowner; used by NFSv4 RPCs lock,lockt & releaselckown
+ */
void
audit_arg_lockowner(char *lockowner, u_short len)
{
@@ -989,6 +992,9 @@
ARG_SET_VALID(ar, ARG_LOCKOWNER);
}
+/*
+ * Audit the client name used by NFSv4 RPC setclientid when RPCSEC_GSS is used
+ */
void
audit_arg_clientname(char *clientname, u_short len)
{
@@ -1015,7 +1021,7 @@
}
/*
- * Audit the locktype used for the NFSv4 RPCs lock,lockt,locku
+ * Audit the locktype used by the NFSv4 RPCs lock,lockt & locku
*/
void
audit_arg_locktype(int locktype)
More information about the p4-projects
mailing list