[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Aug 30 06:50:39 MDT 2010


The branch, master has been updated
       via  9b704e4 s3-waf: fix the build after gssapi changes.
      from  9697687 dcerpc-gssapi: include missing dcerpc_krb5.h header.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9b704e4b9a740e233cf05233108700b4486b849c
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 30 14:50:15 2010 +0200

    s3-waf: fix the build after gssapi changes.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript_build |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 2387d15..fee1a21 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -354,6 +354,7 @@ LIBMSRPC_SRC = '''
                rpc_client/cli_pipe.c
                librpc/rpc/rpc_common.c
                librpc/rpc/dcerpc_gssapi.c
+               librpc/rpc/dcerpc_krb5.c
                librpc/rpc/dcerpc_spnego.c
                rpc_client/rpc_transport_np.c
                rpc_client/rpc_transport_sock.c
@@ -589,7 +590,7 @@ AUTH_NETLOGOND_SRC = 'auth/auth_netlogond.c'
 AUTH_STATIC = ''
 AUTH_SRC = '''${AUTH_STATIC} auth/auth.c auth/auth_util.c auth/token_util.c
            auth/auth_compat.c auth/auth_ntlmssp.c auth/user_info.c auth/check_samsec.c
-           auth/user_util.c auth/server_info.c auth/server_info_sam.c
+           auth/user_util.c auth/user_krb5.c auth/server_info.c auth/server_info_sam.c
            ${PLAINTEXT_AUTH_SRC} ${SLCACHE_SRC} ${DCUTIL_SRC}'''
 
 #FIXME: set IDMAP_STATIC during configuration


-- 
Samba Shared Repository


More information about the samba-cvs mailing list