s3-schannel: remove remaining code that was using "struct dcinfo".
[ira/wip.git] / source3 / include / ntdomain.h
index d67c5b23bce260f95b2d332644e0eec3b830472e..53e89a87514a452490245e8f8f3d86299e950f45 100644 (file)
@@ -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;
@@ -207,8 +188,6 @@ typedef struct pipes_struct {
 
        struct pipe_auth_data auth;
 
-       struct dcinfo *dc; /* Keeps the creds data from netlogon. */
-
        /*
         * Set to true when an RPC bind has been done on this pipe.
         */