The branch, v4-0-test has been updated
       via  326ae6ce9c8a6f5800d5ecb4a2bfdfc32336797d (commit)
       via  91dd223bd432f0461c5c85259b4e48a1b7f83af1 (commit)
       via  a6cd4e7509dbd1aef4873c7c0eef2a13bc907880 (commit)
       via  89b7955733c34e9699a3b43ee54de92cb9469b90 (commit)
      from  2e14b4ea64ba7e223f29b5b535b1b1be326f711c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 326ae6ce9c8a6f5800d5ecb4a2bfdfc32336797d
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Mar 28 09:40:08 2008 +0100

    torture: fix compiler warnings
    
    metze

commit 91dd223bd432f0461c5c85259b4e48a1b7f83af1
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Mar 28 09:39:32 2008 +0100

    libcli/security: fix compiler warnings
    
    metze

commit a6cd4e7509dbd1aef4873c7c0eef2a13bc907880
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Mar 28 09:39:03 2008 +0100

    cldap_server: fix compiler warning
    
    metze

commit 89b7955733c34e9699a3b43ee54de92cb9469b90
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Fri Mar 28 07:56:20 2008 +0100

    libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
    
    This should fix the build on solaris.
    Later this needs better fixing...
    
    metze

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

Summary of changes:
 source/cldap_server/cldap_server.h |    2 ++
 source/lib/replace/samba.m4        |    2 +-
 source/libcli/security/security.h  |    2 ++
 source/torture/util_provision.c    |    7 +++----
 4 files changed, 8 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/cldap_server/cldap_server.h 
b/source/cldap_server/cldap_server.h
index e683d2b..da2bd20 100644
--- a/source/cldap_server/cldap_server.h
+++ b/source/cldap_server/cldap_server.h
@@ -29,4 +29,6 @@ struct cldapd_server {
        struct ldb_context *samctx;
 };
 
+struct ldap_SearchRequest;
+
 #include "cldap_server/proto.h"
diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4
index e62c3d3..7984ef3 100644
--- a/source/lib/replace/samba.m4
+++ b/source/lib/replace/samba.m4
@@ -23,7 +23,7 @@ done
 
 SMB_SUBSYSTEM(LIBREPLACE,
        [${LIBREPLACE_OBJS}],
-       [LIBREPLACE_EXT],
+       [LIBREPLACE_EXT LIBREPLACE_NETWORK],
        [-Ilib/replace])
 
 LIBREPLACE_HOSTCC_OBJS=`echo ${LIBREPLACE_OBJS} |sed -e 's/\.o/\.ho/g'`
diff --git a/source/libcli/security/security.h 
b/source/libcli/security/security.h
index c7f2a09..46ef618 100644
--- a/source/libcli/security/security.h
+++ b/source/libcli/security/security.h
@@ -26,4 +26,6 @@ enum security_user_level {
        SECURITY_SYSTEM
 };
 
+struct auth_session_info;
+
 #include "libcli/security/proto.h"
diff --git a/source/torture/util_provision.c b/source/torture/util_provision.c
index d7c8f47..d214fc1 100644
--- a/source/torture/util_provision.c
+++ b/source/torture/util_provision.c
@@ -20,6 +20,8 @@
 #include "includes.h"
 #include "auth/auth.h"
 #include "lib/ldb_wrap.h"
+#include "torture/torture.h"
+#include "libcli/raw/libcliraw.h"
 #include "torture/util.h"
 
 #include "param/param.h"
@@ -27,12 +29,9 @@
 #include "scripting/python/modules.h"
 
 NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,
-                                               struct provision_settings 
*settings)
+                       struct provision_settings *settings)
 {
-       bool ok;
        PyObject *provision_mod, *provision_dict, *provision_fn, *result, 
*parameters;
-       struct ldb_context *ldb;
-       char *sam_ldb_path;
        
        DEBUG(0,("Provision for Become-DC test using python\n"));
 


-- 
Samba Shared Repository

Reply via email to