OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1927-g9fa28d7

Gerrit Code Review gerrit@openafs.org
Tue, 29 Nov 2011 15:36:11 -0800 (PST)


The following commit has been merged in the master branch:
commit 9fa28d7df3034600026aacbfb902a4f92446253b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Nov 29 14:55:55 2011 -0500

    Windows: no drive subst for NPCancelConnection
    
    NPCancelConnection() must use the results of a Get Connection
    ioctl to the afs redirector and not the result of Drive Letter
    Substitution queries via DosQueryDevice().  Rename NPGetConnection()
    to NPGetConnectionCommon() and add a new parameter to indicate
    whether drive substitution is ok.
    
    Change-Id: I42cd4488038f128ae90356a41bc538966d9cebed
    Reviewed-on: http://gerrit.openafs.org/6139
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/npdll/AFS_Npdll.c |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository