OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_32-33-g8756641

Gerrit Code Review gerrit@openafs.org
Mon, 19 Oct 2015 18:52:39 -0400


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8f4d2af5d8cb82344f1b5dd808fc2e326a3c8299
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.
    
    Reviewed-on: http://gerrit.openafs.org/11929
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit dffaab441d09a3b955d358292c550116b76a6410)
    
    Change-Id: Ie84a4026bb73bfdf72a3849f9d607d158ea7ac53
    Reviewed-on: http://gerrit.openafs.org/12065
    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