OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_22-6-g192c51b

Gerrit Code Review gerrit@openafs.org
Sun, 17 Mar 2013 10:17:22 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 192c51b48ed3751a7c81fe51373a95719d3d715d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Mar 16 01:15:01 2013 -0400

    Windows: netbios name comparisons are case insensitive
    
    When parsing the symlink target string to categorize it as AFS Symlink
    or DFS Link, the comparison with the netbios name string must be case
    insensitive.  Otherwise, symlinks are reported to the redirector as
    DFS Links.  For the most part they will work since the AFS redirector
    requesting MUP to Reparse the \\AFS path will call back into the AFS
    redirector.  However, the attributes on symlinks to files will be wrong
    as DFS Links can only be links to directories.
    
    Reviewed-on: http://gerrit.openafs.org/9612
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 170bbbdb93df64d3657026e13aba26c40d93f51d)
    
    Change-Id: I63d5e840f7dfeb34a1ee88d47c37d9c2be52a6d7
    Reviewed-on: http://gerrit.openafs.org/9619
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

-- 
OpenAFS Master Repository