summaryrefslogtreecommitdiff
path: root/source3/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
commitb4d0f208fb936382c7b313bd94c180b5cb708cea (patch)
treea7b415eb649187b2c332040a23025ecccd2a2bd1 /source3/include/ntdomain.h
parent3a9b54261f26981ff57f260b04e606296d7724f5 (diff)
downloadsamba-b4d0f208fb936382c7b313bd94c180b5cb708cea.tar.gz
samba-b4d0f208fb936382c7b313bd94c180b5cb708cea.tar.bz2
samba-b4d0f208fb936382c7b313bd94c180b5cb708cea.zip
Merge the TNG netlogon schannel from HEAD.
No more XP requiresignorseal anymore! Thanks again to Luke :-) Volker (This used to be commit 6b2b55901d66cab0c0c0c90bd0585c870be6e468)
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 cf5bb5046c..d02195b378 100644
--- a/source3/include/ntdomain.h
+++ b/source3/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.
*/