Move DSGETDC_VALID_FLAGS to IDL.
[ira/wip.git] / source3 / include / ntdomain.h
index 25d7e44e535f15a34bbc28668206a1970756a0c3..b89b0fea3a605098d5d81e21e3ca1c48ac591e69 100644 (file)
@@ -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) */
@@ -306,7 +306,7 @@ typedef struct smb_np_struct {
        bool open; /* open connection */
        uint16 device_state;
        uint16 priority;
-       fstring name;
+       char *name;
 
        /* When replying to an SMBtrans, this is the maximum amount of
            data that can be sent in the initial reply. */