[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Jul 7 08:51:02 MDT 2011


The branch, master has been updated
       via  1caa7a8 s3-waf: Fix linking bugs causing segfaults.
      from  cd83c1d s3:testparm: avoid spurious warnings about dos mode mapping and create mask if store dos attributes is set

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


- Log -----------------------------------------------------------------
commit 1caa7a852c972f1e6a88538f6d10baec17842449
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 7 14:59:51 2011 +0200

    s3-waf: Fix linking bugs causing segfaults.
    
    As auth_util.c is linked several times the static variables have
    different address on different calls. This leads to segfaults.
    
    Autobuild-User: Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date: Thu Jul  7 16:50:05 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build
index f0ee2d9..c3cf2f9 100644
--- a/source3/rpc_server/wscript_build
+++ b/source3/rpc_server/wscript_build
@@ -27,7 +27,7 @@ bld.SAMBA3_SUBSYSTEM('rpc',
 
 bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP',
                     source='rpc_ncacn_np.c rpc_handles.c rpc_contexts.c',
-                    deps='auth_sam_reply RPC_PIPE_REGISTER AUTH_COMMON npa_tstream')
+                    deps='auth auth_sam_reply RPC_PIPE_REGISTER npa_tstream')
 
 bld.SAMBA3_SUBSYSTEM('RPC_SERVICE',
                     source='rpc_server.c',
diff --git a/source3/wscript_build b/source3/wscript_build
index 5972196..020eaaf 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1129,7 +1129,7 @@ bld.SAMBA3_BINARY('winbindd/winbindd',
                  LIBCLI_SAMR libcli_lsa3 LIBRPCCLI_NETLOGON
                  RPC_NDR_DSSETUP npa_tstream INIT_NETLOGON
                  RPC_NCACN_NP RPC_PIPE_REGISTER RPC_SAMR RPC_LSARPC
-                 PAM_ERRORS WB_REQTRANS AUTH_COMMON
+                 PAM_ERRORS WB_REQTRANS auth
                  ''',
                  enabled=bld.env.build_winbind,
                  install_path='${SBINDIR}',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list