[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Tue Aug 10 14:14:49 MDT 2010


The branch, v3-6-test has been updated
       via  7651996... s3:utils/net_rpc_service.c: we also need some ndr_pull functions
       via  dba6d93... s3:libnet/libnet_samsync.c: we also need some ndr_pull functions
       via  46be277... s3:rpcclient: we also need some ndr_pull functions
      from  4acb48e... librpc/idl/mgmt.idl: add missing size_is()

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


- Log -----------------------------------------------------------------
commit 765199607a07dfff1e37da9e897ca89fbe72f5ad
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Aug 6 14:50:31 2010 +0200

    s3:utils/net_rpc_service.c: we also need some ndr_pull functions
    
    metze
    (cherry picked from commit 1c515fb94b9bc4d432aa6435e352cb8294f436e2)

commit dba6d936ccea25800ab278d5b506049f590b57df
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Aug 6 14:51:54 2010 +0200

    s3:libnet/libnet_samsync.c: we also need some ndr_pull functions
    
    metze
    (cherry picked from commit 08cf7ac7a0d885ca4bf733c7f7f705b3f2a30e92)

commit 46be277ad6e707d03739541d07ebf6ae05b58293
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Aug 6 14:52:58 2010 +0200

    s3:rpcclient: we also need some ndr_pull functions
    
    metze
    (cherry picked from commit d6eb42cc619206c280edd732b1b56563a21e8f4d)

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

Summary of changes:
 source3/libnet/libnet_samsync.c  |    1 +
 source3/rpcclient/cmd_eventlog.c |    1 +
 source3/rpcclient/cmd_lsarpc.c   |    1 +
 source3/rpcclient/cmd_netlogon.c |    1 +
 source3/rpcclient/cmd_samr.c     |    1 +
 source3/rpcclient/cmd_srvsvc.c   |    1 +
 source3/utils/net_rpc_service.c  |    1 +
 7 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c
index 5c42aca..6668be2 100644
--- a/source3/libnet/libnet_samsync.c
+++ b/source3/libnet/libnet_samsync.c
@@ -26,6 +26,7 @@
 #include "../lib/crypto/crypto.h"
 #include "../libcli/samsync/samsync.h"
 #include "../libcli/auth/libcli_auth.h"
+#include "../librpc/gen_ndr/ndr_netlogon.h"
 #include "../librpc/gen_ndr/cli_netlogon.h"
 
 /**
diff --git a/source3/rpcclient/cmd_eventlog.c b/source3/rpcclient/cmd_eventlog.c
index 941909e..8c4ed49 100644
--- a/source3/rpcclient/cmd_eventlog.c
+++ b/source3/rpcclient/cmd_eventlog.c
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "rpcclient.h"
+#include "../librpc/gen_ndr/ndr_eventlog.h"
 #include "../librpc/gen_ndr/cli_eventlog.h"
 
 static NTSTATUS get_eventlog_handle(struct rpc_pipe_client *cli,
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c
index 1cc16fb..9db316f 100644
--- a/source3/rpcclient/cmd_lsarpc.c
+++ b/source3/rpcclient/cmd_lsarpc.c
@@ -23,6 +23,7 @@
 #include "includes.h"
 #include "rpcclient.h"
 #include "../libcli/auth/libcli_auth.h"
+#include "../librpc/gen_ndr/ndr_lsa.h"
 #include "../librpc/gen_ndr/cli_lsa.h"
 #include "rpc_client/cli_lsarpc.h"
 
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c
index 0917bad..4419485 100644
--- a/source3/rpcclient/cmd_netlogon.c
+++ b/source3/rpcclient/cmd_netlogon.c
@@ -22,6 +22,7 @@
 #include "includes.h"
 #include "rpcclient.h"
 #include "../libcli/auth/libcli_auth.h"
+#include "../librpc/gen_ndr/ndr_netlogon.h"
 #include "../librpc/gen_ndr/cli_netlogon.h"
 #include "rpc_client/cli_netlogon.h"
 #include "secrets.h"
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index 367c3b8..37c63ae 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -25,6 +25,7 @@
 #include "includes.h"
 #include "rpcclient.h"
 #include "../libcli/auth/libcli_auth.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
 #include "../librpc/gen_ndr/cli_samr.h"
 #include "rpc_client/cli_samr.h"
 #include "rpc_client/init_samr.h"
diff --git a/source3/rpcclient/cmd_srvsvc.c b/source3/rpcclient/cmd_srvsvc.c
index 890151e..91e9404 100644
--- a/source3/rpcclient/cmd_srvsvc.c
+++ b/source3/rpcclient/cmd_srvsvc.c
@@ -22,6 +22,7 @@
 
 #include "includes.h"
 #include "rpcclient.h"
+#include "../librpc/gen_ndr/ndr_srvsvc.h"
 #include "../librpc/gen_ndr/cli_srvsvc.h"
 
 /* Display server query info */
diff --git a/source3/utils/net_rpc_service.c b/source3/utils/net_rpc_service.c
index 9ab82b5..631a5a1 100644
--- a/source3/utils/net_rpc_service.c
+++ b/source3/utils/net_rpc_service.c
@@ -18,6 +18,7 @@
 
 #include "includes.h"
 #include "utils/net.h"
+#include "../librpc/gen_ndr/ndr_svcctl.h"
 #include "../librpc/gen_ndr/cli_svcctl.h"
 
 struct svc_state_msg {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list