1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r12499: Move smb_build.h out of includes.h

(This used to be commit c92ace494f)
This commit is contained in:
Jelmer Vernooij
2005-12-26 18:48:23 +00:00
committed by Gerald (Jerry) Carter
parent d8e35f8828
commit 6aafed9600
29 changed files with 28 additions and 10 deletions

View File

@ -23,6 +23,7 @@
#include "dlinklist.h"
#include "auth/auth.h"
#include "lib/events/events.h"
#include "smb_build.h"
/***************************************************************************
Set a fixed challenge

View File

@ -24,6 +24,7 @@
#include "includes.h"
#include "auth/auth.h"
#include "lib/events/events.h"
#include "smb_build.h"
/* the list of currently registered GENSEC backends */
const static struct gensec_security_ops **generic_security_ops;

View File

@ -9,7 +9,4 @@
- list not automatically generated
- utility function for 'init mutex'
- install shared modules
- call load_modules() from subsystems/libraries/binaries with modules
- remove smb_build.h include from includes.h and INIT_OBJ_FILES. Replace
with individual include/smb_build.h includes
- improve (un)install scripts (rewrite in perl?)

View File

@ -34,6 +34,7 @@
#include "dlinklist.h"
#include "system/readline.h"
#include "pstring.h"
#include "smb_build.h"
static struct smbcli_state *cli;
static int port = 0;

View File

@ -25,6 +25,7 @@
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
/*
* Show:
@ -459,7 +460,7 @@ static GtkWidget* create_mainwindow (void)
}
int main(int argc, char **argv)
int main(int argc, char **argv)
{
gepdump_init_subsystems;
lp_load();

View File

@ -24,6 +24,7 @@
#include "lib/cmdline/popt_common.h"
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
#include "smb_build.h"
static GtkTreeStore *store_keys;
static GtkListStore *store_vals;

View File

@ -23,6 +23,7 @@
#include "librpc/gen_ndr/ndr_atsvc.h"
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
#include "smb_build.h"
static struct dcerpc_pipe *at_pipe = NULL;
static GtkWidget *mainwin;

View File

@ -23,6 +23,7 @@
#include "librpc/gen_ndr/ndr_samr.h"
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
#include "smb_build.h"
struct policy_handle sam_handle;
struct dcerpc_pipe *sam_pipe = NULL;

View File

@ -113,10 +113,6 @@ struct ipv4_addr {
#include "cli_context.h"
#include "auth/credentials/credentials.h"
#ifndef NO_CONFIG_H
#include "smb_build.h"
#endif
/***** automatically generated prototypes *****/
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
#include "include/proto.h"

View File

@ -23,6 +23,7 @@
#include "lib/com/com.h"
#include "lib/events/events.h"
#include "librpc/gen_ndr/com_dcom.h"
#include "smb_build.h"
WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx)
{

View File

@ -28,6 +28,7 @@
#include "ldb/tools/cmdline.h"
#ifdef _SAMBA_BUILD_
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
#endif
/*

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "dlinklist.h"
#include "lib/registry/registry.h"
#include "smb_build.h"
/* List of available backends */
static struct reg_init_function_entry *backends = NULL;

View File

@ -23,6 +23,7 @@
#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
int main(int argc, char **argv)
{

View File

@ -25,6 +25,7 @@
#include "lib/cmdline/popt_common.h"
#include "system/filesys.h"
#include "librpc/gen_ndr/winreg.h"
#include "smb_build.h"
int main(int argc, char **argv)
{

View File

@ -25,6 +25,7 @@
#include "lib/cmdline/popt_common.h"
#include "system/time.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "smb_build.h"
/*
* ck/cd - change key

View File

@ -23,6 +23,7 @@
#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
static void print_tree(int l, struct registry_key *p, int fullpath, int novals)
{

View File

@ -26,6 +26,7 @@
#include "includes.h"
#include "ntptr/ntptr.h"
#include "dlinklist.h"
#include "smb_build.h"
/* the list of currently registered NTPTR backends */
static struct ntptr_backend {

View File

@ -26,8 +26,7 @@
#include "includes.h"
#include "dlinklist.h"
#include "smb_server/smb_server.h"
#include "smb_build.h"
/* the list of currently registered NTVFS backends, note that there
* can be more than one backend with the same name, as long as they

View File

@ -31,6 +31,7 @@
#include "lib/events/events.h"
#include "smbd/service_stream.h"
#include "system/filesys.h"
#include "smb_build.h"
/*
see if two endpoints match

View File

@ -25,6 +25,7 @@
#include "lib/appweb/ejs/ejs.h"
#include "lib/appweb/ejs/ejsInternal.h"
#include "scripting/ejs/smbcalls.h"
#include "smb_build.h"
static EjsId eid;

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "lib/events/events.h"
#include "smb_server/smb_server.h"
#include "smb_build.h"
/*
setup the events for the chosen process model

View File

@ -30,6 +30,7 @@
#include "system/dir.h"
#include "system/filesys.h"
#include "system/kerberos.h"
#include "smb_build.h"
/*
recursively delete a directory tree

View File

@ -24,6 +24,7 @@
#include "request.h"
#include "libcli/raw/libcliraw.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "smb_build.h"
#define NSERVERS 2
#define NINSTANCES 2

View File

@ -22,6 +22,7 @@
#include "system/filesys.h"
#include "system/time.h"
#include "pstring.h"
#include "smb_build.h"
static int numops = 1000;
static BOOL showall;

View File

@ -24,6 +24,7 @@
#include "libcli/raw/libcliraw.h"
#include "system/time.h"
#include "pstring.h"
#include "smb_build.h"
static struct cli_credentials *credentials;
static BOOL showall = False;

View File

@ -27,6 +27,7 @@
#include "system/filesys.h"
#include "ioctl.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "smb_build.h"
int torture_nprocs=4;
int torture_numops=10;

View File

@ -22,6 +22,7 @@
#include "lib/cmdline/popt_common.h"
#include "system/iconv.h"
#include "system/filesys.h"
#include "smb_build.h"
static const struct dcerpc_interface_call *find_function(
const struct dcerpc_interface_table *p,

View File

@ -44,6 +44,7 @@
#include "includes.h"
#include "utils/net/net.h"
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
/*
run a function from a function table. If not found then

View File

@ -29,6 +29,7 @@
#include "auth/auth.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "pstring.h"
#include "smb_build.h"
#define SQUID_BUFFER_SIZE 2010