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 22:35:26 +0000 (17:35 -0500)
commitc43169fd36348783b1a5a55c5bb05317e86eef82
treec7842435f6ae04e37dc5c391b1e3bc42566a97ad
parent9ebff4c6caa8b499d999cfd515d4d45eb3179769
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.

Change-Id: Ic872d6dfc7854fa28bd3dc2277e92c7919d0d0c0
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