From 7db9de3ea9d0b3693aea08b3050f378a4ca9cf0b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Jan 2005 10:48:19 +0000 Subject: r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth token in the client (the final token in the negotiation). Consequential fixes in the SPNEGO code, which now uses the out.length as the indicator of 'I need to send something to the other side'. Merge the NTLM and SPNEGO DCE-RPC authentication routines in the client. Fix the RPC-MULTIBIND test consequent to this merge. Andrew Bartlett (This used to be commit 43e3516fc03008e97ebb4ad1a0cde464303f43c6) --- source4/librpc/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/librpc/config.mk') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 61eb0d5a00..3fbd5dadbc 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -23,8 +23,6 @@ ADD_OBJ_FILES = \ librpc/rpc/dcerpc_util.o \ librpc/rpc/dcerpc_error.o \ librpc/rpc/dcerpc_schannel.o \ - librpc/rpc/dcerpc_ntlm.o \ - librpc/rpc/dcerpc_spnego.o \ librpc/rpc/dcerpc_smb.o \ librpc/rpc/dcerpc_sock.o REQUIRED_SUBSYSTEMS = SOCKET -- cgit