Date: Sun, 11 Jul 2010 23:33:45 GMT From: Efstratios Karatzas <gpf@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 180787 for review Message-ID: <201007112333.o6BNXjiZ022221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180787?ac=10 Change 180787 by gpf@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007112333.o6BNXjiZ022221>