1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-server_id: only include server_id where needed.

Guenther
This commit is contained in:
Günther Deschner 2011-02-24 23:05:57 +01:00
parent 8635a3834a
commit 8643683dd8
12 changed files with 11 additions and 1 deletions

View File

@ -629,7 +629,6 @@ extern void *cmdline_lp_ctx;
#include "module.h"
#include "packet.h"
#include "../lib/util/talloc_stack.h"
#include "serverid.h"
#include "../lib/util/smb_threads.h"
#include "../lib/util/smb_threads_internal.h"

View File

@ -49,6 +49,7 @@
#include "librpc/gen_ndr/messaging.h"
#include "librpc/gen_ndr/ndr_messaging.h"
#include "dbwrap.h"
#include "serverid.h"
struct messaging_callback {
struct messaging_callback *prev, *next;

View File

@ -28,6 +28,7 @@
#include "librpc/gen_ndr/messaging.h"
#include "smbd/globals.h"
#include "dbwrap.h"
#include "serverid.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LOCKING

View File

@ -40,6 +40,7 @@
#include "smbd/globals.h"
#include "dbwrap.h"
#include "../libcli/security/security.h"
#include "serverid.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LOCKING

View File

@ -23,6 +23,7 @@
#include "popt_common.h"
#include "librpc/gen_ndr/messaging.h"
#include "nmbd/nmbd.h"
#include "serverid.h"
int ClientNMB = -1;
int ClientDGRAM = -1;

View File

@ -27,6 +27,7 @@
#include "../librpc/gen_ndr/netlogon.h"
#include "printing/notify.h"
#include "printing/pcap.h"
#include "serverid.h"
extern struct current_user current_user;
extern userdom_struct current_user_info;

View File

@ -44,6 +44,7 @@
#include "../librpc/gen_ndr/netlogon.h"
#include "rpc_misc.h"
#include "printing/notify.h"
#include "serverid.h"
/* macros stolen from s4 spoolss server */
#define SPOOLSS_BUFFER_UNION(fn,info,level) \

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "smbd/globals.h"
#include "../libcli/auth/spnego.h"
#include "serverid.h"
extern fstring remote_proto;

View File

@ -35,6 +35,7 @@
#include "rpc_server/rpc_ep_setup.h"
#include "printing/pcap.h"
#include "printing.h"
#include "serverid.h"
#ifdef WITH_DFS
extern int dcelogin_atmost_once;

View File

@ -42,6 +42,7 @@
#include "../librpc/gen_ndr/srv_wkssvc.h"
#include "printing/notify.h"
#include "printing.h"
#include "serverid.h"
static struct files_struct *log_writeable_file_fn(
struct files_struct *fsp, void *private_data)

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "utils/net.h"
#include "dbwrap.h"
#include "serverid.h"
static int net_serverid_list_fn(const struct server_id *id,
uint32_t msg_flags, void *priv)

View File

@ -33,6 +33,7 @@
#include "secrets.h"
#include "idmap.h"
#include "lib/addrchange.h"
#include "serverid.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_WINBIND