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 345ee34236c08a0a2fb3fff016edfa18c7af4b0a
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).
Change-Id: Ibf8ebe5521bee8d0f7162527e26bc5541d07910d
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