OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3617-g2998ab4

Gerrit Code Review gerrit@openafs.org
Mon, 11 Mar 2013 17:47:51 -0700 (PDT)


The following commit has been merged in the master branch:
commit 2998ab45353e631a348d1dded9ff21b8438628a0
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Mar 8 01:41:22 2013 -0500

    Windows: Use Microsoft IO_REPARSE_TAG_SYMLINK tag
    
    For symlinks and DFS Links use Microsoft's NTFS Symlink tag,
    IO_REPARSE_TAG_SYMLINK, instead of the OpenAFS assigned tag.
    
    The DeleteFile() and RemoveDirectory() Win32 APIs do not delete
    non-Microsoft reparse points and instead delete the target object.
    While it is possible for Take Command and potentially Cygwin to
    alter their behavior with AFS specific knowlege, it is not possible
    to alter the Explorer Shell, cmd.exe and powershell.
    
    Using the Microsoft tag is a violation of Microsoft policy.
    
    Change-Id: I90a419fe21637bb871d08528463d1178078a9947
    Reviewed-on: http://gerrit.openafs.org/9497
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp |  140 ++++++++++++++++++--------
 src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp  |    8 ++-
 2 files changed, 106 insertions(+), 42 deletions(-)

-- 
OpenAFS Master Repository