s3:ntlmssp Add two unused variables to match the Samba4 ntlmssp.h
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 May 2010 09:58:00 +0000 (19:58 +1000)
committerGünther Deschner <gd@samba.org>
Mon, 31 May 2010 13:10:48 +0000 (15:10 +0200)
Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
source3/include/ntlmssp.h

index 384eb22b20063f5d936fb6fab06f1aa0a3b38b28..97192b8c6feba8eed0b7f9a4f4c5abf6d056f2f5 100644 (file)
@@ -4,6 +4,7 @@
    Copyright (C) Andrew Tridgell 1992-1997
    Copyright (C) Luke Kenneth Casson Leighton 1996-1997
    Copyright (C) Paul Ashton 1997
+   Copyright (C) Andrew Bartlett 2010
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -54,6 +55,9 @@ struct ntlmssp_state
        bool unicode;
        bool use_ntlmv2;
        bool use_ccache;
+       bool use_nt_response;  /* Set to 'False' to debug what happens when the NT response is omited */
+       bool allow_lm_key;     /* The LM_KEY code is not very secure... */
+
        const char *user;
        const char *domain;
        uint8_t *nt_hash;