OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_2

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


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 6f8c0c8134de1b5358ec56878e350aeab31aa3cd
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)
    
    Change-Id: Ia90c355bfded24820ae3b5c014e948e28eac6356

 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