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 ed217df4b23e111d4b12e7236bdf6f8ab5575952
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)
Change-Id: I1e5e0e38d4003020db5875609db08194f7684bb7
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