From 7e36c7e6075814c0b4eb6e37ece6ed4fd4ed09e2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 20 Aug 2005 06:14:14 +0000 Subject: r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back into Samba3. The NTLMSSP sign/seal code now assumes that GENSEC has already checked to see if SIGN or SEAL should be permitted. This simplfies the code ensures that no matter what the mech, the correct code paths have been set in place. Also remove duplication caused by the NTLMv2 code's history, and document why some of the things a bit funny. In SPNEGO, create a new routine to handle the negTokenInit creation. We no longer send an OID for a mech we can't start (like kerberos on the server without a valid trust account). Andrew Bartlett (This used to be commit fe45ef608f961a6950d4d19b4cb5e7c27b38ba5f) --- source4/auth/ntlmssp/ntlmssp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth/ntlmssp/ntlmssp.h') diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index 36d12a9820..2ee069bada 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -180,7 +180,6 @@ struct gensec_ntlmssp_state struct auth_context *auth_context; struct auth_serversupplied_info *server_info; - uint32_t have_features; }; -- cgit