OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4579-g0008ca8

Gerrit Code Review gerrit@openafs.org
Mon, 9 Feb 2015 18:02:52 -0500


The following commit has been merged in the master branch:
commit 0008ca80a873975e042993b30cbdc47d8f8f116b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jan 22 19:48:32 2015 -0500

    Windows: foo.backup -> foo.backup too many symlinks
    
    In the case where an explicit mount point to a .backup volume is
    resolved from a .backup volume the cache manager refuses to evaluate
    the mount point target.  This is meant to address unwanted recursion
    in the directory tree searches.
    
    Change the error code to ERROR_TOO_MANY_SYMLINKS and propagate that
    error to the AFS redirector.  That will result in the application
    receiving STATUS_ACCESS_DENIED instead of
    STATUS_REPARSE_POINT_NOT_RESOLVED.
    
    The STATUS_REPARSE_POINT_NOT_RESOLVED error causes cmd.exe and
    powershell.exe to terminate recursive directory searches.
    
    Change-Id: I5dfdd835e8696b823af45a8e5c33a5ca6320cf31
    Reviewed-on: http://gerrit.openafs.org/11693
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_vnodeops.c        |    2 +-
 src/WINNT/afsrdr/user/RDRFunction.c |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository