OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4724-gdffaab4
Gerrit Code Review
gerrit@openafs.org
Mon, 19 Oct 2015 16:05:20 -0400
The following commit has been merged in the master branch:
commit dffaab441d09a3b955d358292c550116b76a6410
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Jul 8 16:49:38 2015 -0400
Windows: fix RDR detection of ambiguous directory entries
The redirector is supposed to reject access to file objects if there
is no case exact match and multiple entries match in a case insensitive
comparison. The check was only present in the AFSLocateNameEntry()
function and not elsewhere.
Fix the AFSLocateNameEntry() call and addd the missing checks.
Change-Id: I15aba954179fa85e28b348989779bc05122c0037
Reviewed-on: http://gerrit.openafs.org/11929
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp | 88 ++++++++++++++------
src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp | 17 ++++
src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp | 63 ++++++++------
.../kernel/lib/AFSNetworkProviderSupport.cpp | 16 ++++
4 files changed, 134 insertions(+), 50 deletions(-)
--
OpenAFS Master Repository