mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
r10528: Add credentials.h back into includes.h as some compilers don't
seem to be able to handle incomplete enum types.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
cc3e15e19c
commit
540155fad3
@ -32,7 +32,6 @@
|
||||
#include "system/dir.h"
|
||||
#include "system/filesys.h"
|
||||
#include "dlinklist.h"
|
||||
#include "credentials.h"
|
||||
#include "system/readline.h"
|
||||
#include "pstring.h"
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "gtk/common/gtk-smb.h"
|
||||
#include "include/credentials.h"
|
||||
|
||||
static void gtk_get_credentials(struct cli_credentials *credentials)
|
||||
{
|
||||
|
@ -114,6 +114,7 @@ struct ipv4_addr {
|
||||
#include "ntvfs/ntvfs.h"
|
||||
#include "cli_context.h"
|
||||
#include "lib/com/com.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#define malloc_p(type) (type *)malloc(sizeof(type))
|
||||
#define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count)
|
||||
|
@ -297,7 +297,3 @@ struct ldb_map_objectclass;
|
||||
struct param_context;
|
||||
struct param_section;
|
||||
struct param;
|
||||
|
||||
enum credentials_obtained;
|
||||
struct cli_credentials;
|
||||
struct ccache_container;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "system/filesys.h"
|
||||
#include "system/passwd.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "credentials.h"
|
||||
|
||||
/* Handle command line options:
|
||||
* -d,--debuglevel
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "librpc/gen_ndr/ndr_samr.h" /* for struct samrPassword */
|
||||
#include "system/kerberos.h"
|
||||
#include "auth/kerberos/kerberos.h"
|
||||
#include "include/credentials.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "system/filesys.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "lib/tdb/include/tdbutil.h"
|
||||
#include "credentials.h"
|
||||
|
||||
/**
|
||||
* Unpack SID into a pointer
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "libcli/smb_composite/smb_composite.h"
|
||||
#include "smb_server/smb_server.h"
|
||||
#include "smbd/service_stream.h"
|
||||
#include "credentials.h"
|
||||
|
||||
/* this is stored in ntvfs_private */
|
||||
struct cvfs_private {
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "credentials.h"
|
||||
|
||||
struct dcesrv_remote_private {
|
||||
struct dcerpc_pipe *c_pipe;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "libcli/composite/composite.h"
|
||||
#include "clilist.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#if 0
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "scripting/ejs/smbcalls.h"
|
||||
#include "lib/appweb/ejs/ejs.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "credentials.h"
|
||||
|
||||
/*
|
||||
helper function to get the local objects credentials ptr
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "system/time.h"
|
||||
#include "libcli/composite/composite.h"
|
||||
#include "credentials.h"
|
||||
#include "libcli/smb_composite/smb_composite.h"
|
||||
|
||||
static BOOL try_failed_login(struct smbcli_state *cli)
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "request.h"
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#define NSERVERS 2
|
||||
#define NINSTANCES 2
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "system/filesys.h"
|
||||
#include "system/time.h"
|
||||
#include "pstring.h"
|
||||
#include "credentials.h"
|
||||
|
||||
static int numops = 1000;
|
||||
static BOOL showall;
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "clilist.h"
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "system/time.h"
|
||||
#include "credentials.h"
|
||||
#include "pstring.h"
|
||||
|
||||
static struct cli_credentials *credentials;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "auth/auth.h"
|
||||
#include "lib/crypto/crypto.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#define TEST_MACHINE_NAME "samlogontest"
|
||||
#define TEST_USER_NAME "samlogontestuser"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "dlinklist.h"
|
||||
#include "lib/crypto/crypto.h"
|
||||
#include "system/time.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#define TEST_MACHINE_NAME "samsynctest"
|
||||
#define TEST_WKSTA_MACHINE_NAME "samsynctest2"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "librpc/gen_ndr/ndr_samr.h"
|
||||
#include "librpc/gen_ndr/ndr_netlogon.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "credentials.h"
|
||||
|
||||
#define TEST_MACHINE_NAME "schanneltest"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "auth/auth.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "credentials.h"
|
||||
#include "pstring.h"
|
||||
|
||||
#define SQUID_BUFFER_SIZE 2010
|
||||
|
Reference in New Issue
Block a user