CVE-2016-2110: auth/ntlmssp: maintain conf_flags and required_flags variables
[samba.git] / auth / ntlmssp / ntlmssp.h
index c63c23d029cd652b813d3f4e5105d4aabd061bbe..31062e5f9195c8b1a179e76f96757c8be0b70711 100644 (file)
@@ -92,6 +92,8 @@ struct ntlmssp_state
        DATA_BLOB nt_resp;
        DATA_BLOB session_key;
 
+       uint32_t conf_flags;
+       uint32_t required_flags;
        uint32_t neg_flags; /* the current state of negotiation with the NTLMSSP partner */
 
        bool force_wrap_seal;