From fd4831f1f088e1c00c2a037e200440e309014afd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 10 Jan 2005 17:28:36 +0000 Subject: r4650: - make more use of bitmap and enum's - move some structs out of misc.idl metze (This used to be commit b6543a6e3057b5588ec50a2ebf6c7c932209efe6) --- source4/libcli/auth/credentials.h | 4 ++-- source4/libcli/auth/ntlmssp.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source4/libcli/auth') diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h index 01206bc282..ffefcc0305 100644 --- a/source4/libcli/auth/credentials.h +++ b/source4/libcli/auth/credentials.h @@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "librpc/gen_ndr/ndr_netlogon.h" + struct creds_CredentialState { uint32_t negotiate_flags; uint8_t session_key[16]; @@ -32,8 +34,6 @@ struct creds_CredentialState { char *account_name; }; - - /* for the timebeing, use the same neg flags as Samba3. */ /* The 7 here seems to be required to get Win2k not to downgrade us to NT4. Actually, anything other than 1ff would seem to do... */ diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h index a6d1510450..e8a2356e2c 100644 --- a/source4/libcli/auth/ntlmssp.h +++ b/source4/libcli/auth/ntlmssp.h @@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "librpc/gen_ndr/ndr_samr.h" + /* NTLMSSP mode */ enum ntlmssp_role { -- cgit