OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_22_2-73-g0cdb370
Gerrit Code Review
gerrit@openafs.org
Tue, 11 Sep 2018 15:00:59 -0400
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 23f3f2e0d96e30a7bc9c355414db995df820e5ba
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Sun Sep 9 11:49:03 2018 -0500
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)
(cherry picked from commit 6f8c0c8134de1b5358ec56878e350aeab31aa3cd)
Change-Id: I7535b60d730975ab9ebbb4a8cb7de45fca29c985
doc/man-pages/pod8/butc.pod | 19 +++++-
src/audit/audit.h | 15 +++++
src/butc/Makefile.in | 1 +
src/butc/butc_prototypes.h | 4 +
src/butc/tcmain.c | 30 +++++++++
src/butc/tcprocs.c | 137 ++++++++++++++++++++++++++++++++++++++++---
src/butc/tcstatus.c | 57 +++++++++++++++++-
7 files changed, 251 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository