OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_29-11-gc2bfa00

Gerrit Code Review gerrit@openafs.org
Mon, 17 Mar 2014 21:35:15 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 24b8eaee159828a3107786b3587a4ca2547bcea0
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.
    
    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>
    (cherry picked from commit faa5195fcfe1e202665462d273c00b900bf5ac17)
    
    Change-Id: Id26822594d6b8681afa4c44ddf526d5fee5b8adb
    Reviewed-on: http://gerrit.openafs.org/10921
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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