summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-26 00:45:02 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:20 +0200
commit360868b6e8ab033993f528d09f803eac660536db (patch)
treee299a44321b0182461f986171d9ec030ca548f01 /source3/include/ntdomain.h
parenta3c6e02748d1025da1b68efb4b03e1dc74eebbfe (diff)
downloadsamba-360868b6e8ab033993f528d09f803eac660536db.tar.gz
samba-360868b6e8ab033993f528d09f803eac660536db.tar.bz2
samba-360868b6e8ab033993f528d09f803eac660536db.zip
s3-schannel: remove remaining code that was using "struct dcinfo".
Guenther
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index ce5d606c57..53e89a8751 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -112,25 +112,6 @@ typedef struct _input_data {
struct handle_list;
-/* Domain controller authentication protocol info */
-struct dcinfo {
- uint32 sequence; /* "timestamp" from client. */
- 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 */
- unsigned char mach_pw[16]; /* md4(machine password) */
-
- fstring mach_acct; /* Machine name we've authenticated. */
-
- fstring remote_machine; /* Machine name we've authenticated. */
- fstring domain;
-
- bool challenge_sent;
- bool authenticated;
-};
-
typedef struct pipe_rpc_fns {
struct pipe_rpc_fns *next, *prev;