Windows: \\afs\all is not a server for NP enumeration
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 9 Apr 2013 03:37:39 +0000 (23:37 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 9 Apr 2013 17:36:45 +0000 (10:36 -0700)
commit3b6cbed404d5a2d7d189406ba8dbd3a0e41c817a
tree516eb1473446221dca7b936a550e0614484fec06
parent16a42ac3adcb1f5f8c9f9f83b8a0d306711b3077
Windows: \\afs\all is not a server for NP enumeration

\\afs\all is a special share name that refers to the global root
which in the AFS redirector is actually \\AFS.  However, from the
perspective of the network provider interface \\afs\all is just a
share which refers to a directory.   Do not treat attempts to evaluate
it as if they were the same as evaluating \\AFS.  One is a global
enumeration (\\AFS) and the other is just a hidden share name.

Change-Id: I24af24ec005c729bb1430c55254f2b68689932ed
Reviewed-on: http://gerrit.openafs.org/9750
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSNetworkProviderSupport.cpp