The following commit has been merged in the openafs-devel-1_7_x branch:
commit e328f08deb181215d83cf3afa4cb62e33142d204
Author: pete scott <[email protected]>
Date:   Wed Aug 13 15:28:49 2014 -0400

    Windows: Obtain File Attribs for DFS Link target
    
    The AFSRetrieveFileAttributes() function is used to acquire the
    attributes for an AFS symlink.  The result is either returned directly
    to the application or used internally to determine the attributes
    to be exposed by reparse points.
    
    If the evaluated symlink crosses a DFS Link the redirector cannot
    return the request to IO Manager to evaluate the target.  Instead
    the redirector must handle the request internally and attempt to
    read the attributes of the target object.
    
    Reviewed-on: http://gerrit.openafs.org/11399
    Reviewed-by: Peter Scott <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit d5b6a545ed1e9f01c295280495b806981d9877d3)
    
    Change-Id: Ic5a6861dfb09f473ca679a6ce2a69c7a32f42a86
    Reviewed-on: http://gerrit.openafs.org/11411
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp       |    9 +-
 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp      |  113 +++++++++++++++++++++-
 src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp  |   51 ++++++++---
 src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h |   12 ++-
 4 files changed, 159 insertions(+), 26 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to