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:48 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9067d543817f32deb334e20c67e071f124a42140
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun Sep 9 10:44:38 2018 -0500

    OPENAFS-SA-2018-001 backup: use authenticated connection to butc
    
    Use the standard routine to pick a client security object, instead of
    always assuming rxnull.  Respect -localauth as well as being able to
    use the current user's tokens, but also provide a -nobutcauth argument
    to fall back to the historical rxnull behavior (but only for the connections
    to butc; vldb and budb connections are not affected).
    
    (cherry picked from commit 345ee34236c08a0a2fb3fff016edfa18c7af4b0a)
    
    (cherry picked from commit ed217df4b23e111d4b12e7236bdf6f8ab5575952)
    
    (cherry picked from commit 3f06dd4f73f7fa1f6ecbd71e9ebe2ef5c67dfebd)

 doc/man-pages/pod8/backup.pod  |   12 ++++++++++++
 src/bucoord/bucoord_internal.h |    2 ++
 src/bucoord/dump.c             |   34 ++++++++++++++++++++++++++++++----
 src/bucoord/main.c             |    5 ++++-
 4 files changed, 48 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository