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:
committed by
Gerald (Jerry) Carter
parent
d8e35f8828
commit
6aafed9600
@ -23,6 +23,7 @@
|
||||
#include "dlinklist.h"
|
||||
#include "auth/auth.h"
|
||||
#include "lib/events/events.h"
|
||||
#include "smb_build.h"
|
||||
|
||||
/***************************************************************************
|
||||
Set a fixed challenge
|
||||
|
@ -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;
|
||||
|
@ -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?)
|
||||
|
@ -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;
|
||||
|
@ -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();
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "ldb/tools/cmdline.h"
|
||||
#ifdef _SAMBA_BUILD_
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "smb_build.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user