From 59e739a2f9f4b10f5f6184ef397f034d09959f26 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 May 2004 15:56:02 +0000 Subject: r882: - create TORTURE_AUTH SUBSYSTEM - fix the build because of the missing torture/ntlmssp.c - this file should go into torture/auth/ ! metze (This used to be commit ad662fddcd1082d040b7c06ce809e0b4c441c1df) --- source4/torture/config.m4 | 2 ++ source4/torture/config.mk | 14 ++++++++++++-- source4/torture/torture.c | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/torture/config.m4 b/source4/torture/config.m4 index fb0df317b8..dcbed9f598 100644 --- a/source4/torture/config.m4 +++ b/source4/torture/config.m4 @@ -6,6 +6,8 @@ SMB_SUBSYSTEM_MK(TORTURE_RAW,torture/config.mk) SMB_SUBSYSTEM_MK(TORTURE_RPC,torture/config.mk) +SMB_SUBSYSTEM_MK(TORTURE_AUTH,torture/config.mk) + SMB_SUBSYSTEM_MK(TORTURE_NBENCH,torture/config.mk) SMB_BINARY_MK(smbtorture,torture/config.mk) diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 6231941715..febe02500c 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -67,6 +67,16 @@ REQUIRED_SUBSYSTEMS = \ # End SUBSYSTEM TORTURE_RPC ################################# +################################# +# Start SUBSYSTEM TORTURE_AUTH +[SUBSYSTEM::TORTURE_AUTH] +#ADD_OBJ_FILES = \ +# torture/auth/ntlmssp.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB +# End SUBSYSTEM TORTURE_AUTH +################################# + ################################# # Start SUBSYSTEM TORTURE_NBENCH [SUBSYSTEM::TORTURE_NBENCH] @@ -81,12 +91,12 @@ ADD_OBJ_FILES = \ [BINARY::smbtorture] OBJ_FILES = \ torture/torture.o \ - torture/torture_util.o \ - torture/ntlmssp.o + torture/torture_util.o REQUIRED_SUBSYSTEMS = \ TORTURE_BASIC \ TORTURE_RAW \ TORTURE_RPC \ + TORTURE_AUTH \ TORTURE_NBENCH \ CONFIG \ LIBCMDLINE \ diff --git a/source4/torture/torture.c b/source4/torture/torture.c index ef6a0c2ed8..e1e00cb829 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4140,7 +4140,7 @@ static struct { {"RPC-MGMT", torture_rpc_mgmt, 0}, {"RPC-SCANNER", torture_rpc_scanner, 0}, {"RPC-AUTOIDL", torture_rpc_autoidl, 0}, - {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0}, +/* {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0},*/ {NULL, NULL, 0}}; -- cgit