OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4553-gafa6bda

Gerrit Code Review gerrit@openafs.org
Wed, 14 Jan 2015 10:34:59 -0500


The following commit has been merged in the master branch:
commit afa6bda887c39101dbfc7c3268a315e48d47fa09
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Dec 16 17:03:34 2014 -0600

    cacheout: Use authenticated secClass for VLDB
    
    Currently 'cacheout' will always utilize an unauthenticated connection
    when talking to the VDLB, even if it uses an authenticated connection
    when talking to fileservers. This is regardless of any tokens
    retrieved or command-line parameters, etc.
    
    Using an authenticated connection to the VLDB can be useful, since a
    user may want to encrypt the VLDB communication, or require stronger
    guarantees of data consistency. So, just use the same security class
    information for our VLDB communication as for our fileserver
    communication.
    
    'scnull' is now not used anywhere after this commit, so get rid of it.
    
    Change-Id: I1e8a440ea7427399a3b219246e4c3623a603c35e
    Reviewed-on: http://gerrit.openafs.org/11637
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Daria Brashear <shadow@your-file-system.com>

 src/venus/cacheout.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository