OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2978-gdd59f6f
Gerrit Code Review
gerrit@openafs.org
Mon, 1 Oct 2012 16:23:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit dd59f6f6114a436ae86b70cd0837e97eea18dde8
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.
Change-Id: I0f899229061a282d0d218155407ffc4ab62ad377
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>
src/WINNT/afsrdr/kernel/lib/AFSDirControl.cpp | 135 ++++++++++++++----------
1 files changed, 79 insertions(+), 56 deletions(-)
--
OpenAFS Master Repository