[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Nov 26 12:27:28 MST 2009


The branch, master has been updated
       via  89e02ef... s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.
       via  5d706a2... s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.
      from  3d679a3... s3-rpc: Avoid including every pipe's client and server stubs everywhere in samba.

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


- Log -----------------------------------------------------------------
commit 89e02ef1f395d9662c20623bb81e40ba25d10bb4
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 26 20:26:01 2009 +0100

    s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.
    
    Guenther

commit 5d706a2fd4d5d0489b55d79250c68154600c4102
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 26 20:17:07 2009 +0100

    s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.
    
    Guenther

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

Summary of changes:
 source3/rpc_client/cli_pipe.c            |    2 --
 source3/rpc_server/srv_initshutdown_nt.c |    1 -
 source3/rpc_server/srv_netlog_nt.c       |    2 --
 source3/rpc_server/srv_pipe.c            |    2 --
 source3/smbd/process.c                   |    1 -
 5 files changed, 0 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 084bbef..5bfcba3 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -18,11 +18,9 @@
  */
 
 #include "includes.h"
-#include "../libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/cli_epmapper.h"
 #include "../librpc/gen_ndr/ndr_schannel.h"
 #include "../libcli/auth/schannel.h"
-#include "../libcli/auth/schannel_proto.h"
 #include "../libcli/auth/spnego.h"
 
 #undef DBGC_CLASS
diff --git a/source3/rpc_server/srv_initshutdown_nt.c b/source3/rpc_server/srv_initshutdown_nt.c
index 0425f82..858bd15 100644
--- a/source3/rpc_server/srv_initshutdown_nt.c
+++ b/source3/rpc_server/srv_initshutdown_nt.c
@@ -21,7 +21,6 @@
 /* Implementation of registry functions. */
 
 #include "includes.h"
-#include "regfio.h"
 #include "../librpc/gen_ndr/srv_initshutdown.h"
 #include "../librpc/gen_ndr/srv_winreg.h"
 
diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c
index 7854c44..8f4381c 100644
--- a/source3/rpc_server/srv_netlog_nt.c
+++ b/source3/rpc_server/srv_netlog_nt.c
@@ -25,8 +25,6 @@
 /* This is the implementation of the netlogon pipe. */
 
 #include "includes.h"
-#include "../libcli/auth/libcli_auth.h"
-#include "../libcli/auth/schannel_state.h"
 #include "../libcli/auth/schannel.h"
 #include "../librpc/gen_ndr/srv_netlogon.h"
 
diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index 90eb4f9..46f67f4 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -28,10 +28,8 @@
  */
 
 #include "includes.h"
-#include "../libcli/auth/libcli_auth.h"
 #include "../librpc/gen_ndr/ndr_schannel.h"
 #include "../libcli/auth/schannel.h"
-#include "../libcli/auth/schannel_proto.h"
 #include "../libcli/auth/spnego.h"
 
 extern struct current_user current_user;
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 3c5cb53..15d89a5 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -21,7 +21,6 @@
 #include "includes.h"
 #include "smbd/globals.h"
 #include "../librpc/gen_ndr/srv_dfs.h"
-#include "../librpc/gen_ndr/srv_drsuapi.h"
 #include "../librpc/gen_ndr/srv_dssetup.h"
 #include "../librpc/gen_ndr/srv_echo.h"
 #include "../librpc/gen_ndr/srv_eventlog.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list