summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
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
commit670f78f501b3ae15fe627b807b85e949e6d0d73b (patch)
tree67f9a09f23f9e87d4932a28ebbf854228e5e380d /source3/include/ntdomain.h
parent4941e64fe043d755ec0068b540a9ed7264a9a38d (diff)
downloadsamba-670f78f501b3ae15fe627b807b85e949e6d0d73b.tar.gz
Matching header files for the last netlogon cleanup.
Andrew Bartlett (This used to be commit a9edcc1cb7c5f2692bc1931f0a2059a91891f178)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index a784fd2eba0..779c2deedd8 100644
--- a/source3/include/ntdomain.h
+++ b/source3/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;
+
};
/*