OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3632-gadb6add

Gerrit Code Review gerrit@openafs.org
Sat, 16 Mar 2013 15:09:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit adb6add99a6cd1c22a4a11f531e6e94e66c45d9b
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.
    
    Change-Id: I73bbaf7d40918650b1a217ed44409c0679920536
    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>

 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