OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-361-g5505ccb

Gerrit Code Review gerrit@openafs.org
Fri, 12 Apr 2019 09:41:27 -0400


The following commit has been merged in the master branch:
commit 5505ccbaf74f7d36cea180a65001d31bbc0abea0
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun Apr 13 21:38:02 2014 -0400

    auth: Add afsconf_ClientAuthRXGK variants
    
    Add various afsconf_ClientAuthRXGK* variants, to use local printed
    rxgk tokens with clear, auth, or crypt levels.
    
    Also add the flag AFSCONF_SECOPTS_RXGK for afsconf_PickClientSecObj,
    to let callers of afsconf_PickClientSecObj use rxgk connections. To
    allow selecting of the "clear" level, add the flag
    AFSCONF_SECOPTS_ALWAYSCLEAR. And to allow selecting the "auth" level
    but letting "crypt" be the default for rxgk, add the new flag
    AFSCONF_SECOPTS_NEVERENCRYPT.
    
    Change-Id: Ib27f2799eb927ac5aa71eab94212171344dd93df
    Reviewed-on: https://gerrit.openafs.org/11104
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/auth/authcon.c           |  107 +++++++++++++++++++++++++++++++++++++++++-
 src/auth/cellconfig.p.h      |   12 +++++
 src/auth/liboafs_auth.la.sym |    3 +
 3 files changed, 121 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository