OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-787-g9eafe7e

Gerrit Code Review gerrit@openafs.org
Sat, 26 Feb 2011 04:01:47 -0800 (PST)


The following commit has been merged in the master branch:
commit 9eafe7e6a8e18f63cc59b3395ae8f0d55a6c95f8
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Feb 25 01:30:02 2011 +0000

    auth: Rework PickClientSecObj
    
    When called in localauth mode, this function was using
    afsconf_GetLatestKey to check that the machine has a key file. However,
    the ClientAuth and ClientAuthSecure functions then go on to do exactly
    the same thing.
    
    Instead, pick up on ClientAuth returning a rxnull security layer, and
    trigger the NOTFOUND error based on that, rather than on the absence of
    an old-style key file.
    
    Change-Id: Ifb2d3a98bca5d1d67e303dcfeab1bb6f1efdc570
    Reviewed-on: http://gerrit.openafs.org/4053
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/authcon.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository