OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2180-g91d38b9

Gerrit Code Review gerrit@openafs.org
Sat, 18 Feb 2012 18:31:02 -0800 (PST)


The following commit has been merged in the master branch:
commit 91d38b93566734734f559a84c38a09e5c7d530c0
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Feb 18 19:57:25 2012 -0500

    Windows: Dereg Lanman and Lsa reg values for afsredir
    
    If the machine has been upgraded from an AFS SMB Server to the
    AFS Redirector, the registry will have leftover configuration
    for the "AFS" netbios name in the Lsa BackConnectionHostNames
    value and the LanmanWorkstation ReconnectableServers and
    ServersWithExtendedSessTimeout values.   These values are not
    useful with the AFS Redirector since \\AFS is owned by afsredir.sys
    and not the SMB redirector.  Remove the "AFS" netbios name from
    these values when afsd_service.exe has started in redirector mode.
    
    Change-Id: If8c100d3569595645c041ac58fedb1c835f9129f
    Reviewed-on: http://gerrit.openafs.org/6737
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/afsd_init.c |   17 +++
 src/WINNT/afsd/smb.c       |  340 ++++++++++++++++++++++++++++++++-----------
 src/WINNT/afsd/smb.h       |    2 +
 3 files changed, 272 insertions(+), 87 deletions(-)

-- 
OpenAFS Master Repository