[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Jan 3 10:20:02 MST 2011


The branch, master has been updated
       via  4316895 s3-waf: fix the build.
      from  ea5940e lib/crypto: add aes_cfb8_encrypt()

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


- Log -----------------------------------------------------------------
commit 4316895bc7eafde146541ee522ec4d575402d67d
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 3 16:53:00 2011 +0100

    s3-waf: fix the build.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Mon Jan  3 18:19:01 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 2d56088..a5cf898 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -185,7 +185,8 @@ LIBSMB_SRC = '''libsmb/clientgen.c libsmb/cliconnect.c libsmb/clifile.c
              libsmb/clistr.c libsmb/cliquota.c libsmb/clifsinfo.c libsmb/clidfs.c
              libsmb/clioplock.c libsmb/clirap2.c
              libsmb/smb_seal.c libsmb/async_smb.c
-             libsmb/cli_np_tstream.c'''
+             libsmb/cli_np_tstream.c
+             libsmb/smbsock_connect.c'''
 
 LIBMSRPC_SRC = '''
                ${SCHANNEL_SRC}
@@ -616,7 +617,8 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/
                 torture/denytest.c torture/mangle_test.c
                 torture/nbench.c
                 torture/test_async_echo.c
-                torture/test_posix_append.c'''
+                torture/test_posix_append.c
+                torture/test_smbsock_any_connect.c'''
 
 SMBTORTURE_SRC = '''${SMBTORTURE_SRC1}
         torture/wbc_async.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list