summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-27 10:00:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:02 -0500
commit42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb (patch)
tree41a3de61c250ed6340de45d76e15bcb58e21c676 /source4/torture
parent190683f3e8fd04c12b2a930b51393dbef546773d (diff)
downloadsamba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.gz
samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.bz2
samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.zip
r10528: Add credentials.h back into includes.h as some compilers don't
seem to be able to handle incomplete enum types. (This used to be commit 540155fad3c8e3d79fb631bb3f14273f82130a73)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/basic/secleak.c1
-rw-r--r--source4/torture/gentest.c1
-rw-r--r--source4/torture/locktest.c1
-rw-r--r--source4/torture/masktest.c1
-rw-r--r--source4/torture/rpc/samlogon.c1
-rw-r--r--source4/torture/rpc/samsync.c1
-rw-r--r--source4/torture/rpc/schannel.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/source4/torture/basic/secleak.c b/source4/torture/basic/secleak.c
index 2a1c5b15d5..f77b399874 100644
--- a/source4/torture/basic/secleak.c
+++ b/source4/torture/basic/secleak.c
@@ -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)
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c
index 2765df35f0..8a2bba8497 100644
--- a/source4/torture/gentest.c
+++ b/source4/torture/gentest.c
@@ -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
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index 980fc6287c..be363d0cb3 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -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;
diff --git a/source4/torture/masktest.c b/source4/torture/masktest.c
index b432c7129a..0b1c58a2f2 100644
--- a/source4/torture/masktest.c
+++ b/source4/torture/masktest.c
@@ -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;
diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c
index 8fa784c624..ef0ccd9037 100644
--- a/source4/torture/rpc/samlogon.c
+++ b/source4/torture/rpc/samlogon.c
@@ -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"
diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c
index 1f526ff7bc..9cd30ef019 100644
--- a/source4/torture/rpc/samsync.c
+++ b/source4/torture/rpc/samsync.c
@@ -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"
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c
index d5df777451..c10405354e 100644
--- a/source4/torture/rpc/schannel.c
+++ b/source4/torture/rpc/schannel.c
@@ -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"