OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_4-7-g4a7457d

Gerrit Code Review gerrit@openafs.org
Thu, 22 Dec 2011 10:41:19 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 4a7457d9ef2e5482795500f13cf639135f351db5
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Dec 21 21:34:14 2011 -0500

    Windows: AFSRequestExtentsAsync retry with alt authgroup
    
    If AFSRequestExtentsAsync() fails to obtain requested extents
    due to STATUS_ACCESS_DENIED using the AuthGroup associated with
    the Context Control Block, try to find an alternate AuthGroup
    to use to perform the extent request.  We have already told
    Windows what permissions the application has when the file was
    opened.  Windows will perform its own validation checks prior
    to permitting the data to be accessed or altered.
    
    Reviewed-on: http://gerrit.openafs.org/6397
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit 4fa01ad7fc5434ca5ca42f30407d47c736f8b000)
    
    Change-Id: I0a7963c3a7c44497c33403ee7c70260a9ebb49a3
    Reviewed-on: http://gerrit.openafs.org/6407
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/kernel/lib/AFSExtentsSupport.cpp |   28 +++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository