summaryrefslogtreecommitdiff
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-04-06 07:04:09 +0000
committerVolker Lendecke <vlendec@samba.org>2003-04-06 07:04:09 +0000
commit6b2b55901d66cab0c0c0c90bd0585c870be6e468 (patch)
tree94887bd3965c67d764bf28662657fb92e2891019 /source/include/ntdomain.h
parent1dd28fa9b0b5cea4a4e76d7160346090cb7bbc18 (diff)
downloadsamba-6b2b55901d66cab0c0c0c90bd0585c870be6e468.tar.gz
Merge the TNG netlogon schannel from HEAD.
No more XP requiresignorseal anymore! Thanks again to Luke :-) Volker
Diffstat (limited to 'source/include/ntdomain.h')
-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 cf5bb5046c7..d02195b378b 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -192,6 +192,13 @@ typedef struct pipes_struct
uint32 ntlmssp_seq_num;
struct dcinfo dc; /* Keeps the creds data. */
+ /* Hmm. In my understanding the authentication happens
+ implicitly later, so there are no two stages for
+ schannel. */
+
+ BOOL netsec_auth_validated;
+ struct netsec_auth_struct netsec_auth;
+
/*
* Windows user info.
*/