[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Mar 19 11:02:04 MDT 2015


The branch, master has been updated
       via  5f01bb1 build: Add talloc and samba-debug dep for gensec_external module
      from  ffe3394 s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields.

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


- Log -----------------------------------------------------------------
commit 5f01bb1b069baa81c49f620cbf6f86dc36311d01
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Mar 19 18:23:09 2015 +1300

    build: Add talloc and samba-debug dep for gensec_external module
    
    On a host without a talloc.h, this caused the build to fail
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Mar 19 18:01:09 CET 2015 on sn-devel-104

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

Summary of changes:
 auth/gensec/wscript_build | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index b2f6033..e6d179b 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -36,5 +36,6 @@ bld.SAMBA_MODULE('gensec_external',
 	source='external.c',
 	autoproto='external_proto.h',
 	subsystem='gensec',
+	deps='samba-debug talloc',
 	init_function='gensec_external_init'
 	)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list