The following commit has been merged in the master branch:
commit 946d2c1699be7ec8d31251d54d603d321b1f7936
Author: Jeffrey Altman <[email protected]>
Date:   Mon May 4 13:25:04 2015 -0400

    Windows: Network Provider registration at service start
    
    Windows 8, 8.1 and pre-releases of 10 have a horrible bug as part
    of the upgrade process.  All non-Microsoft network provider services
    are removed from the NetworkProvider "Order" registry value.  For
    OpenAFS this has the side effect of breaking integrated logon and
    all drive letter mappings to \\AFS.
    
    During service start add code to:
    
     1. Add "AFSRedirector" before "LanmanWorkstation" if not present
     2. Add "TransarcAFSDaemon" to the end of the list if not present
    
    If the service is running in SMB mode
    
     3. Remove "AFSRedirector" if present
    
    Change-Id: I14a703e44c6e0ee1bd36afd306f92a17dcc0d2a5
    Reviewed-on: http://gerrit.openafs.org/12024
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/afsd_service.c |  136 ++++++++++++++++++++++++++++++++++++++++-
 src/WINNT/afsreg/afsreg.h     |    6 ++
 2 files changed, 141 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to