OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-11-g2c54ae8

Gerrit Code Review gerrit@openafs.org
Sat, 19 Sep 2009 11:13:48 -0700 (PDT)


The following commit has been merged in the master branch:
commit 2c54ae82a49f6df7f7c76d333d3fe00a0b1cff28
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Fri Sep 18 10:41:14 2009 -0400

    Windows: Improve WKSSRC and SRVSVC compatibility with Windows
    
    This commit includes several changes to improve compatibility
    with Windows (in particular Windows 2000).
    
    1. Specify a Lan Workgroup name.  We use "AFS".
    
    2. Ensure that the server name returned does not include
       leading slash or backslash characters.  The name provided
       might include them but they are not part of the name and
       cannot be returned.
    
    3. The NetrWkstaGetInfo and NetrServerGetInfo responses must
       be consistent.  Otherwise, the Explorer Shell will get confused and
       refuse to provide access to the server shares.
    
    This commit also includes some minor comment changes.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/466
    Tested-by: Asanka Herath <asanka@secure-endpoints.com>
    Reviewed-by: Asanka Herath <asanka@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/rpc_srvsvc.c |   28 +++++++++++++++++++---------
 src/WINNT/afsd/rpc_wkssvc.c |   23 ++++++++++++++++-------
 2 files changed, 35 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository