OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_22-2-g04e5ed9

Gerrit Code Review gerrit@openafs.org
Sun, 17 Mar 2013 10:16:57 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 04e5ed960d4ec7a14c19f571720c50746252e746
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Mar 14 13:05:28 2013 -0400

    Windows: VolumeInfoReadOnlyFlag registry option
    
    Windows 7 Explorer Shell has a bug when processing drive letters
    mapped to UNC paths whose target volume information specifies the
    FILE_READ_ONLY_VOLUME flag.  When set, not only is the .readonly
    volume treated as read only but all volumes that can be accessed via the
    drive letter.   This bug is fixed in Windows 8.
    
    Add a registry configuration option to permit configuration of the
    behavior.  Sites that do not use drive letter mappings will want to
    enable it even on Windows 7 because it permits the Explorer Shell
    to disable the "Delete" and "Rename" options and others when the current
    directory is read only.
    
    The default is disabled on Win7 and below; enabled on Win8 and above.
    
    Reviewed-on: http://gerrit.openafs.org/9606
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit adb6add99a6cd1c22a4a11f531e6e94e66c45d9b)
    
    Change-Id: I174eed07b86e8fdcd744e2839fa27439e153f9f5
    Reviewed-on: http://gerrit.openafs.org/9615
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 doc/xml/ReleaseNotesWindows/relnotes.xml |   25 +++++++++++++++++++++++++
 src/WINNT/afsd/afsd.h                    |    1 +
 src/WINNT/afsd/afsd_init.c               |   17 +++++++++++++++++
 src/WINNT/afsrdr/user/RDRFunction.c      |    5 +++--
 4 files changed, 46 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository