summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-03-03 04:01:49 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-03-03 04:01:49 +0000
commita9edcc1cb7c5f2692bc1931f0a2059a91891f178 (patch)
treefaedec27e8dfe0d70c5780941248370e608f6daf
parent542673fcd6654a1d0966dddadde177a4c4ce135d (diff)
downloadsamba-a9edcc1cb7c5f2692bc1931f0a2059a91891f178.tar.gz
samba-a9edcc1cb7c5f2692bc1931f0a2059a91891f178.tar.xz
samba-a9edcc1cb7c5f2692bc1931f0a2059a91891f178.zip
Matching header files for the last netlogon cleanup.
Andrew Bartlett
-rw-r--r--source/include/ntdomain.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index a784fd2eba0..779c2deedd8 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -156,6 +156,13 @@ struct dcinfo
uchar md4pw[16]; /* md4(machine password) */
fstring mach_acct; /* Machine name we've authenticated. */
+
+ fstring remote_machine; /* Machine name we've authenticated. */
+
+ BOOL challange_sent;
+ BOOL got_session_key;
+ BOOL authenticated;
+
};
/*