summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 23:57:19 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 23:57:54 +0100
commit3f24ef18481417fd7d52856b3d68bec099a7b643 (patch)
tree412cb9b3b2a528f41eec6d9b015d567b92ab3e0c /source3/include/ntdomain.h
parentea1443efff60cbcaa0548bcc547ef3e5c35a178e (diff)
downloadsamba-3f24ef18481417fd7d52856b3d68bec099a7b643.tar.gz
samba-3f24ef18481417fd7d52856b3d68bec099a7b643.tar.bz2
samba-3f24ef18481417fd7d52856b3d68bec099a7b643.zip
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
This allows to remove some more old netlogon client calls. Guenther (This used to be commit c0b1a876583230a5130f5df1965d6c742961bcdc)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 6537d5a7fb..b89b0fea3a 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -135,9 +135,9 @@ struct handle_list {
/* Domain controller authentication protocol info */
struct dcinfo {
uint32 sequence; /* "timestamp" from client. */
- DOM_CHAL seed_chal;
- DOM_CHAL clnt_chal; /* Client credential */
- DOM_CHAL srv_chal; /* Server credential */
+ struct netr_Credential seed_chal;
+ struct netr_Credential clnt_chal; /* Client credential */
+ struct netr_Credential srv_chal; /* Server credential */
unsigned char sess_key[16]; /* Session key - 8 bytes followed by 8 zero bytes */
unsigned char mach_pw[16]; /* md4(machine password) */