OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_23-74-ge654f63
Gerrit Code Review
gerrit@openafs.org
Fri, 14 Sep 2018 09:13:47 -0400
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 78b5be7ddd9f8b9b416c7405074253770e8354d8
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)
(cherry picked from commit 23f3f2e0d96e30a7bc9c355414db995df820e5ba)
Change-Id: Icb4a9ca3cce81b088268655a648823f3e8260f0a
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