OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1724-g4251e38

Gerrit Code Review gerrit@openafs.org
Fri, 30 Sep 2011 21:41:04 -0700 (PDT)


The following commit has been merged in the master branch:
commit 4251e386aa25bb3fc02fa255e92327fffc8b954d
Author: Asanka C. Herath <asanka@secure-endpoints.com>
Date:   Fri Oct 8 17:46:02 2010 -0400

    Windows: Build against KerbCompatSDK instead of KFW
    
    Build OpenAFS for Windows against the Secure Endpoints
    Kerberos Compatibility SDK instead of the in tree
    Kerberos for Windows SDK.
    
    The compatibility layer is available from:
    
       http://github.com/secure-endpoints/heimdal-krbcompat
    
    The SDK location must be specified with the
    KERBEROSCOMPATSDKROOT environment variable.
    
    The benefits of building against the Kerberos Compatibility
    SDK are:
    
     * Heimdal 1.5.1 or later assemblies will be used
       if available
    
     * MIT KFW 3.2.x will be searched for if Heimdal 1.5.1
       is not installed
    
    Version 1.0 of the SDK is supported.
    
    Change-Id: I393e20d8bfb9ee1ca749cc54ecc1341927abaf82
    Reviewed-on: http://gerrit.openafs.org/2867
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/NTMakefile              |   64 +-
 src/WINNT/afsd/afskfw-int.h            |  138 +--
 src/WINNT/afsd/afskfw.c                | 2505 ++++++++++++--------------------
 src/WINNT/afsd/afskfw.h                |    1 +
 src/WINNT/afssvrmgr/NTMakefile         |    6 +-
 src/WINNT/aklog/NTMakefile             |   26 +-
 src/WINNT/aklog/aklog.c                |  112 +-
 src/WINNT/aklog/asetkey.c              |   13 +-
 src/WINNT/client_creds/NTMakefile      |   12 +-
 src/WINNT/install/wix/NTMakefile       |    3 +
 src/WINNT/install/wix/feature.wxi      |    5 +
 src/WINNT/install/wix/files.wxi        |    3 +
 src/WINNT/netidmgr_plugin/NTMakefile   |   17 +-
 src/WINNT/netidmgr_plugin/afsfuncs.c   |  297 ++--
 src/WINNT/netidmgr_plugin/dynimport.c  |  421 +------
 src/WINNT/netidmgr_plugin/dynimport.h  |  310 +----
 src/WINNT/netidmgr_plugin/krb5common.c |  185 +--
 src/WINNT/netidmgr_plugin/krb5common.h |    4 +
 src/WINNT/netidmgr_plugin/main.c       |    3 +
 src/auth/test/NTMakefile               |    5 +-
 src/bozo/NTMakefile                    |    2 -
 src/budb/NTMakefile                    |    4 +-
 src/butc/NTMakefile                    |    2 +-
 src/config/NTMakefile.amd64_w2k        |   24 +-
 src/config/NTMakefile.i386_nt40        |   25 +-
 src/config/NTMakefile.i386_w2k         |   18 +
 src/kauth/NTMakefile                   |    5 +-
 src/libadmin/adminutil/NTMakefile      |   42 +-
 src/libadmin/adminutil/afs_utilAdmin.c |   10 +-
 src/libafsauthent/NTMakefile           |    5 +-
 src/ntbuild.bat                        |    3 +
 src/ptserver/NTMakefile                |    6 +-
 src/sys/NTMakefile                     |    3 +-
 src/sys/pioctl_nt.c                    |  255 ++--
 src/tbutc/NTMakefile                   |    3 +-
 src/update/NTMakefile                  |    2 +-
 src/util/NTMakefile                    |    6 +-
 src/viced/NTMakefile                   |    2 +-
 src/volser/NTMakefile                  |   11 +-
 src/xstat/NTMakefile                   |    4 +-
 40 files changed, 1560 insertions(+), 3002 deletions(-)

-- 
OpenAFS Master Repository