OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-220-gd5816fd

Gerrit Code Review gerrit@openafs.org
Tue, 11 Sep 2018 15:01:04 -0400


The following commit has been merged in the master branch:
commit c43169fd36348783b1a5a55c5bb05317e86eef82
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.
    
    Change-Id: Ic872d6dfc7854fa28bd3dc2277e92c7919d0d0c0

 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           |   46 ++++++++++++++
 src/butc/tcprocs.c          |  137 ++++++++++++++++++++++++++++++++++++++++---
 src/butc/tcstatus.c         |   56 +++++++++++++++++-
 7 files changed, 266 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository