OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3637-g830744f
Gerrit Code Review
gerrit@openafs.org
Sat, 16 Mar 2013 15:10:35 -0700 (PDT)
The following commit has been merged in the master branch:
commit 170bbbdb93df64d3657026e13aba26c40d93f51d
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.
Change-Id: Ia9652991549b0783f7a534b071ff99ceabdd3382
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>
src/WINNT/afsrdr/user/RDRFunction.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository