OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4168-gfaa5195
Gerrit Code Review
gerrit@openafs.org
Mon, 17 Mar 2014 17:26:07 -0700 (PDT)
The following commit has been merged in the master branch:
commit faa5195fcfe1e202665462d273c00b900bf5ac17
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Mar 15 12:44:09 2014 -0400
Windows: XP do not mark rdr devices as secure
Commit 9174531dca75f1f2d235ed806f784422792c3ab2 introduced the use
of device characteristics (secure and remote) to the IoCreateDevice()
and IoCreateDeviceSecure() calls for the AFSRedirector device objects.
After this change end users began to report problems on 32-bit Windows
XP SP3 when the initial access to the AFS redirector was performed by
a Limited Access Account.
This patchset conditionalizes the specification of the secure device
characteristic when registering the redirector with MUP on 32-bit
Windows XP.
Change-Id: I0fb9671b8a05a841f2356d100e7031c961a7c482
Reviewed-on: http://gerrit.openafs.org/10906
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/fs/AFSInit.cpp | 2 +-
src/WINNT/afsrdr/kernel/fs/AFSRDRSupport.cpp | 24 +++++++++++++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository