OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_17-20-g024c095

Gerrit Code Review gerrit@openafs.org
Tue, 2 Oct 2012 09:33:50 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 4b9f6fc0a71b470f005725271d072cf3a0a3517a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Oct 1 11:04:23 2012 -0400

    Windows: Dir Enum behavior for Symlinks / MPs
    
    Comparisons of the behavior of cmd.exe, powershell.exe, and tcc.exe
    with regards to directory enumeration show that when Symlink file
    information is returned that the "reparse point" data should be
    reported along with whether or not the target is a directory.
    
    For mount points, the reparse point file information should always
    be returned and the type should always be directory.
    
    The target timestamps, file sizes, etc. should never be returned.
    
    Reviewed-on: http://gerrit.openafs.org/8170
    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 dd59f6f6114a436ae86b70cd0837e97eea18dde8)
    
    Change-Id: Ib37d60d47a313427a289603f3c6000400d881569
    Reviewed-on: http://gerrit.openafs.org/8192
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSDirControl.cpp |  135 ++++++++++++++----------
 1 files changed, 79 insertions(+), 56 deletions(-)

-- 
OpenAFS Master Repository