The following commit has been merged in the master branch:
commit d5b6a545ed1e9f01c295280495b806981d9877d3
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.
    
    Change-Id: If14df8dc41e13fd59b524fdb575c46abab1dfc2f
    Reviewed-on: http://gerrit.openafs.org/11399
    Reviewed-by: Peter Scott <[email protected]>
    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