OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4862-g49106a5

Gerrit Code Review gerrit@openafs.org
Mon, 16 May 2016 23:53:05 -0400


The following commit has been merged in the master branch:
commit 49106a54993a0c9c64b407f05deaabe8f64e742d
Author: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Date:   Fri Aug 1 02:48:21 2014 -0400

    Use rxkad_crypt for inter-volser traffic, if asked
    
    Add a -s2scrypt option to the volume server, with possible options:
    
      * never -- the existing behavior
    
      * always -- switch to using afsconf_ClientAuthSecure, which uses
        rxkad_crypt, for ForwardVolume calls.
    
      * inherit -- encrypt inter-server traffic if the causal client
        connection is encrypted.  This has the effect of "inheriting" the
        "-encrypt" flag given to "vos release", for example.
    
    Thanks to Jeffrey Altman for pointers and to Andrew Deason for noting
    the existence of rxkad_GetServerInfo.
    
    [mmeffie@sinenomine.net fix assertion and style update.]
    
    Change-Id: Ia295ba3f29a8494c8250a480fb26594468d2116a
    Reviewed-on: https://gerrit.openafs.org/11349
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Thomas Keiser <tkeiser@gmail.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 doc/man-pages/pod8/fragments/volserver-options.pod |   23 +++++++++++++
 .../pod8/fragments/volserver-synopsis.pod          |    1 +
 src/volser/volmain.c                               |   21 +++++++++++-
 src/volser/volprocs.c                              |   34 ++++++++++++++++++-
 src/volser/volser.p.h                              |    6 +++
 5 files changed, 82 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository