OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2016-g4fa01ad
Gerrit Code Review
gerrit@openafs.org
Thu, 22 Dec 2011 07:11:23 -0800 (PST)
The following commit has been merged in the master branch:
commit 4fa01ad7fc5434ca5ca42f30407d47c736f8b000
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.
Change-Id: I430657e8c8e30c9f636a5ec81065af4122c926d7
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>
src/WINNT/afsrdr/kernel/lib/AFSExtentsSupport.cpp | 28 +++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository