]> git.michaelhowe.org Git - packages/o/openafs.git/commit
OPENAFS-SA-2018-001 Add auditing to butc server RPC implementations
authorBenjamin Kaduk <kaduk@mit.edu>
Sun, 9 Sep 2018 16:49:03 +0000 (11:49 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 9 Sep 2018 23:35:26 +0000 (18:35 -0500)
commit6f8c0c8134de1b5358ec56878e350aeab31aa3cd
tree576c9f79b59cc5c523fc73c46e02a52eab970f41
parent41d2dd569a365465ac47da3cd39eceba4beaeaf3
OPENAFS-SA-2018-001 Add auditing to butc server RPC implementations

Make the actual implementations into helper functions, with the RPC
stubs calling the helpers and doing the auditing on the results, akin
to most other server programs in the tree.  This relies on support for
some additional types having been added to the audit framework.

(cherry picked from commit c43169fd36348783b1a5a55c5bb05317e86eef82)

Change-Id: Ia90c355bfded24820ae3b5c014e948e28eac6356
doc/man-pages/pod8/butc.pod
src/audit/audit.h
src/butc/Makefile.in
src/butc/butc_prototypes.h
src/butc/tcmain.c
src/butc/tcprocs.c
src/butc/tcstatus.c