[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[sfrench/samba-autobuild/.git] / source3 / include / rpc_netlogon.h
index c73cd03f103d387fa7521a2752165d79831c04e3..a82b977a5bbadfd8014a52eebf15307b7f303e4e 100644 (file)
@@ -8,7 +8,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
@@ -17,8 +17,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef _RPC_NETLOGON_H /* _RPC_NETLOGON_H */
 #define NET_AUTH               0x05
 #define NET_SRVPWSET           0x06
 #define NET_SAM_DELTAS         0x07
+#define NET_GETDCNAME          0x0b
 #define NET_LOGON_CTRL         0x0c
-#define NET_GETDCNAME          0x0d
+#define NET_GETANYDCNAME       0x0d
 #define NET_AUTH2              0x0f
 #define NET_LOGON_CTRL2                0x0e
 #define NET_SAM_SYNC           0x10
 #define NET_TRUST_DOM_LIST     0x13
+#define NET_DSR_GETDCNAME      0x14
 #define NET_AUTH3              0x1a
+#define NET_DSR_GETDCNAMEEX    0x1b
+#define NET_DSR_GETSITENAME    0x1c
+#define NET_DSR_GETDCNAMEEX2   0x22
+#define NET_SAMLOGON_EX                0x27
 
 /* Secure Channel types.  used in NetrServerAuthenticate negotiation */
 #define SEC_CHAN_WKSTA   2
 #define NL_CTRL_REPL_IN_PROGRESS 0x0002
 #define NL_CTRL_FULL_SYNC        0x0004
 
-#define LOGON_EXTRA_SIDS             0x0020
-#define LOGON_RESOURCE_GROUPS        0x0200 
+#define LOGON_GUEST                    0x00000001
+#define LOGON_NOENCRYPTION             0x00000002
+#define LOGON_CACHED_ACCOUNT           0x00000004
+#define LOGON_USED_LM_PASSWORD         0x00000008
+#define LOGON_EXTRA_SIDS               0x00000020
+#define LOGON_SUBAUTH_SESSION_KEY      0x00000040
+#define LOGON_SERVER_TRUST_ACCOUNT     0x00000080
+#define LOGON_NTLMV2_ENABLED           0x00000100
+#define LOGON_RESOURCE_GROUPS          0x00000200
+#define LOGON_PROFILE_PATH_RETURNED    0x00000400
+#define LOGON_GRACE_LOGON              0x01000000
+#define LOGON_KRB5_FAIL_CLOCK_SKEW     0x02000000
 
 #define SE_GROUP_MANDATORY             0x00000001
 #define SE_GROUP_ENABLED_BY_DEFAULT    0x00000002
 #define SE_GROUP_OWNER                         0x00000008
 #define SE_GROUP_USE_FOR_DENY_ONLY     0x00000010
 #define SE_GROUP_LOGON_ID              0xC0000000
-#define SE_GROUP_RESOURCE              0x20000000
+#define SE_GROUP_RESOURCE              0x20000000      /* Domain Local Group */
 
 /* Flags for controlling the behaviour of a particular logon */
-#define MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT      ( 0x020 )
-#define MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT ( 0x800 )
+
+/* sets LOGON_SERVER_TRUST_ACCOUNT user_flag */
+#define MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT      0x00000020
+#define MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT 0x00000800
+
+/* updates the "logon time" on network logon */
+#define MSV1_0_UPDATE_LOGON_STATISTICS         0x00000004
+
+/* returns the user parameters in the driveletter */
+#define MSV1_0_RETURN_USER_PARAMETERS          0x00000008
+
+/* returns the profilepath in the driveletter and 
+ * sets LOGON_PROFILE_PATH_RETURNED user_flag */
+#define MSV1_0_RETURN_PROFILE_PATH             0x00000200
 
 #if 0
 /* I think this is correct - it's what gets parsed on the wire. JRA. */
@@ -158,6 +185,57 @@ typedef struct net_user_info_2 {
 } NET_USER_INFO_2;
 #endif
 
+/* NET_USER_INFO_2 */
+typedef struct net_user_info_2 {
+       uint32 ptr_user_info;
+
+       NTTIME logon_time;            /* logon time */
+       NTTIME logoff_time;           /* logoff time */
+       NTTIME kickoff_time;          /* kickoff time */
+       NTTIME pass_last_set_time;    /* password last set time */
+       NTTIME pass_can_change_time;  /* password can change time */
+       NTTIME pass_must_change_time; /* password must change time */
+
+       UNIHDR hdr_user_name;    /* username unicode string header */
+       UNIHDR hdr_full_name;    /* user's full name unicode string header */
+       UNIHDR hdr_logon_script; /* logon script unicode string header */
+       UNIHDR hdr_profile_path; /* profile path unicode string header */
+       UNIHDR hdr_home_dir;     /* home directory unicode string header */
+       UNIHDR hdr_dir_drive;    /* home directory drive unicode string header */
+
+       uint16 logon_count;  /* logon count */
+       uint16 bad_pw_count; /* bad password count */
+
+       uint32 user_rid;       /* User RID */
+       uint32 group_rid;      /* Group RID */
+
+       uint32 num_groups;    /* num groups */
+       uint32 buffer_groups; /* undocumented buffer pointer to groups. */
+       uint32 user_flgs;     /* user flags */
+
+       uint8 user_sess_key[16]; /* user session key */
+
+       UNIHDR hdr_logon_srv; /* logon server unicode string header */
+       UNIHDR hdr_logon_dom; /* logon domain unicode string header */
+
+       uint32 buffer_dom_id; /* undocumented logon domain id pointer */
+       uint8 lm_sess_key[8];   /* lm session key */
+       uint32 acct_flags;      /* account flags */
+       uint32 unknown[7];      /* unknown */
+
+       UNISTR2 uni_user_name;    /* username unicode string */
+       UNISTR2 uni_full_name;    /* user's full name unicode string */
+       UNISTR2 uni_logon_script; /* logon script unicode string */
+       UNISTR2 uni_profile_path; /* profile path unicode string */
+       UNISTR2 uni_home_dir;     /* home directory unicode string */
+       UNISTR2 uni_dir_drive;    /* home directory drive unicode string */
+
+       UNISTR2 uni_logon_srv; /* logon server unicode string */
+       UNISTR2 uni_logon_dom; /* logon domain unicode string */
+
+       DOM_SID2 dom_sid;           /* domain SID */
+} NET_USER_INFO_2;
+
 /* NET_USER_INFO_3 */
 typedef struct net_user_info_3 {
        uint32 ptr_user_info;
@@ -342,10 +420,27 @@ typedef struct net_r_logon_ctrl2_info {
        NTSTATUS status; /* return code */
 } NET_R_LOGON_CTRL2;
 
+/* NET_Q_GETANYDCNAME - Ask a DC for a trusted DC name */
+
+typedef struct net_q_getanydcname {
+       uint32  ptr_logon_server;
+       UNISTR2 uni_logon_server;
+       uint32  ptr_domainname;
+       UNISTR2 uni_domainname;
+} NET_Q_GETANYDCNAME;
+
+/* NET_R_GETANYDCNAME - Ask a DC for a trusted DC name */
+
+typedef struct net_r_getanydcname {
+       uint32  ptr_dcname;
+       UNISTR2 uni_dcname;
+       WERROR status;
+} NET_R_GETANYDCNAME;
+
+
 /* NET_Q_GETDCNAME - Ask a DC for a trusted DC name */
 
 typedef struct net_q_getdcname {
-       uint32  ptr_logon_server;
        UNISTR2 uni_logon_server;
        uint32  ptr_domainname;
        UNISTR2 uni_domainname;
@@ -356,7 +451,7 @@ typedef struct net_q_getdcname {
 typedef struct net_r_getdcname {
        uint32  ptr_dcname;
        UNISTR2 uni_dcname;
-       NTSTATUS status;
+       WERROR status;
 } NET_R_GETDCNAME;
 
 /* NET_Q_TRUST_DOM_LIST - LSA Query Trusted Domains */
@@ -509,12 +604,26 @@ typedef struct sam_info {
        NET_ID_INFO_CTR *ctr;
 } DOM_SAM_INFO;
 
+/* SAM_INFO - sam logon/off id structure - no creds */
+typedef struct sam_info_ex {
+       DOM_CLNT_SRV    client;
+       uint16          logon_level;
+       NET_ID_INFO_CTR *ctr;
+} DOM_SAM_INFO_EX;
+
 /* NET_Q_SAM_LOGON */
 typedef struct net_q_sam_logon_info {
        DOM_SAM_INFO sam_id;
        uint16          validation_level;
 } NET_Q_SAM_LOGON;
 
+/* NET_Q_SAM_LOGON_EX */
+typedef struct net_q_sam_logon_info_ex {
+       DOM_SAM_INFO_EX sam_id;
+       uint16          validation_level;
+       uint32 flags;
+} NET_Q_SAM_LOGON_EX;
+
 /* NET_R_SAM_LOGON */
 typedef struct net_r_sam_logon_info {
        uint32 buffer_creds; /* undocumented buffer pointer */
@@ -528,6 +637,17 @@ typedef struct net_r_sam_logon_info {
        NTSTATUS status; /* return code */
 } NET_R_SAM_LOGON;
 
+/* NET_R_SAM_LOGON_EX */
+typedef struct net_r_sam_logon_info_ex {
+       uint16 switch_value; /* 3 - indicates type of USER INFO */
+       NET_USER_INFO_3 *user;
+
+       uint32 auth_resp; /* 1 - Authoritative response; 0 - Non-Auth? */
+       uint32 flags;
+
+       NTSTATUS status; /* return code */
+} NET_R_SAM_LOGON_EX;
+
 
 /* NET_Q_SAM_LOGOFF */
 typedef struct net_q_sam_logoff_info {
@@ -571,8 +691,8 @@ typedef struct account_lockout_string {
        uint32 offset;
        uint32 length;
 /*     uint16 *bindata;        */
-       UINT64_S lockout_duration;
-       UINT64_S reset_count;
+       uint64 lockout_duration;
+       uint64 reset_count;
        uint32 bad_attempt_lockout;
        uint32 dummy;
 } LOCKOUT_STRING;
@@ -589,12 +709,12 @@ typedef struct sam_domain_info_info {
        UNIHDR hdr_dom_name;
        UNIHDR hdr_oem_info;
 
-       UINT64_S force_logoff;
+       uint64 force_logoff;
        uint16   min_pwd_len;
        uint16   pwd_history_len;
-       UINT64_S max_pwd_age;
-       UINT64_S min_pwd_age;
-       UINT64_S dom_mod_count;
+       uint64 max_pwd_age;
+       uint64 min_pwd_age;
+       uint64 dom_mod_count;
        NTTIME   creation_time;
        uint32   security_information;
 
@@ -758,7 +878,7 @@ typedef struct sam_alias_mem_info_info {
 /* SAM_DELTA_POLICY (0x0D) */
 typedef struct {
        uint32   max_log_size; /* 0x5000 */
-       UINT64_S audit_retention_period; /* 0 */
+       uint64 audit_retention_period; /* 0 */
        uint32   auditing_mode; /* 0 */
        uint32   num_events;
        uint32   ptr_events;
@@ -770,7 +890,7 @@ typedef struct {
        uint32   min_workset_size; /* 0x00010000 */
        uint32   max_workset_size; /* 0x0f000000 */
        uint32   page_file_limit; /* 0 */
-       UINT64_S time_limit; /* 0 */
+       uint64 time_limit; /* 0 */
        NTTIME   modify_time; /* 0x3c*/
        NTTIME   create_time; /* a7080110 */
        BUFHDR2  hdr_sec_desc;
@@ -817,7 +937,7 @@ typedef struct {
        uint32   min_workset_size; /* 0x00010000 */
        uint32   max_workset_size; /* 0x0f000000 */
        uint32   page_file_limit; /* 0 */
-       UINT64_S time_limit; /* 0 */
+       uint64 time_limit; /* 0 */
        uint32   system_flags; /* 1 */
        BUFHDR2  hdr_sec_desc;
        
@@ -871,7 +991,7 @@ typedef struct {
 typedef struct {
         uint32 seqnum;
         uint32 dom_mod_count_ptr;
-       UINT64_S dom_mod_count;  /* domain mod count at last sync */
+       uint64 dom_mod_count;  /* domain mod count at last sync */
 } SAM_DELTA_MOD_COUNT;
 
 typedef union sam_delta_ctr_info {
@@ -913,7 +1033,7 @@ typedef struct net_q_sam_deltas_info {
        DOM_CRED ret_creds;
 
        uint32 database_id;
-       UINT64_S dom_mod_count;  /* domain mod count at last sync */
+       uint64 dom_mod_count;  /* domain mod count at last sync */
 
        uint32 max_size;       /* preferred maximum length */
 } NET_Q_SAM_DELTAS;
@@ -922,7 +1042,7 @@ typedef struct net_q_sam_deltas_info {
 typedef struct net_r_sam_deltas_info {
        DOM_CRED srv_creds;
 
-       UINT64_S dom_mod_count;   /* new domain mod count */
+       uint64 dom_mod_count;   /* new domain mod count */
 
        uint32 ptr_deltas;
        uint32 num_deltas;
@@ -934,4 +1054,142 @@ typedef struct net_r_sam_deltas_info {
        NTSTATUS status;
 } NET_R_SAM_DELTAS;
 
+#define DS_FORCE_REDISCOVERY            0x00000001
+#define DS_DIRECTORY_SERVICE_REQUIRED   0x00000010
+#define DS_DIRECTORY_SERVICE_PREFERRED  0x00000020
+#define DS_GC_SERVER_REQUIRED           0x00000040
+#define DS_PDC_REQUIRED                 0x00000080
+#define DS_BACKGROUND_ONLY              0x00000100
+#define DS_IP_REQUIRED                  0x00000200
+#define DS_KDC_REQUIRED                 0x00000400
+#define DS_TIMESERV_REQUIRED            0x00000800
+#define DS_WRITABLE_REQUIRED            0x00001000
+#define DS_GOOD_TIMESERV_PREFERRED      0x00002000
+#define DS_AVOID_SELF                   0x00004000
+#define DS_ONLY_LDAP_NEEDED             0x00008000
+
+#define DS_IS_FLAT_NAME                 0x00010000
+#define DS_IS_DNS_NAME                  0x00020000
+
+#define DS_RETURN_DNS_NAME              0x40000000
+#define DS_RETURN_FLAT_NAME             0x80000000
+
+#if 0 /* unknown yet */
+#define DS_IP_VERSION_AGNOSTIC
+#define DS_TRY_NEXTCLOSEST_SITE
+#endif
+
+#define DSGETDC_VALID_FLAGS ( \
+    DS_FORCE_REDISCOVERY | \
+    DS_DIRECTORY_SERVICE_REQUIRED | \
+    DS_DIRECTORY_SERVICE_PREFERRED | \
+    DS_GC_SERVER_REQUIRED | \
+    DS_PDC_REQUIRED | \
+    DS_BACKGROUND_ONLY | \
+    DS_IP_REQUIRED | \
+    DS_KDC_REQUIRED | \
+    DS_TIMESERV_REQUIRED | \
+    DS_WRITABLE_REQUIRED | \
+    DS_GOOD_TIMESERV_PREFERRED | \
+    DS_AVOID_SELF | \
+    DS_ONLY_LDAP_NEEDED | \
+    DS_IS_FLAT_NAME | \
+    DS_IS_DNS_NAME | \
+    DS_RETURN_FLAT_NAME  | \
+    DS_RETURN_DNS_NAME )
+
+struct DS_DOMAIN_CONTROLLER_INFO {
+       const char *domain_controller_name;
+       const char *domain_controller_address;
+       int32 domain_controller_address_type;
+       struct GUID *domain_guid;
+       const char *domain_name;
+       const char *dns_forest_name;
+       uint32 flags;
+       const char *dc_site_name;
+       const char *client_site_name;
+};
+
+/* NET_Q_DSR_GETDCNAME */
+typedef struct net_q_dsr_getdcname {
+       uint32 ptr_server_unc;
+       UNISTR2 uni_server_unc;
+       uint32 ptr_domain_name;
+       UNISTR2 uni_domain_name;
+       uint32 ptr_domain_guid;
+       struct GUID *domain_guid;
+       uint32 ptr_site_guid;
+       struct GUID *site_guid;
+       uint32 flags;
+} NET_Q_DSR_GETDCNAME;
+
+/* NET_R_DSR_GETDCNAME */
+typedef struct net_r_dsr_getdcname {
+       uint32 ptr_dc_unc;
+       UNISTR2 uni_dc_unc;
+       uint32 ptr_dc_address;
+       UNISTR2 uni_dc_address;
+       int32 dc_address_type;
+       struct GUID domain_guid;
+       uint32 ptr_domain_name;
+       UNISTR2 uni_domain_name;
+       uint32 ptr_forest_name;
+       UNISTR2 uni_forest_name;
+       uint32 dc_flags;
+       uint32 ptr_dc_site_name;
+       UNISTR2 uni_dc_site_name;
+       uint32 ptr_client_site_name;
+       UNISTR2 uni_client_site_name;
+       WERROR result;
+} NET_R_DSR_GETDCNAME;
+
+/* NET_Q_DSR_GETDCNAMEEX */
+typedef struct net_q_dsr_getdcnameex {
+       uint32 ptr_server_unc;
+       UNISTR2 uni_server_unc;
+       uint32 ptr_domain_name;
+       UNISTR2 uni_domain_name;
+       uint32 ptr_domain_guid;
+       struct GUID *domain_guid;
+       uint32 ptr_site_name;
+       UNISTR2 uni_site_name;
+       uint32 flags;
+} NET_Q_DSR_GETDCNAMEEX;
+
+/* NET_R_DSR_GETDCNAMEEX */
+typedef struct net_r_dsr_getdcnameex NET_R_DSR_GETDCNAMEEX;
+
+/* NET_Q_DSR_GETDCNAMEEX2 */
+typedef struct net_q_dsr_getdcnameex2 {
+       uint32 ptr_server_unc;
+       UNISTR2 uni_server_unc;
+       uint32 ptr_client_account;
+       UNISTR2 uni_client_account;
+       uint32 mask;
+       uint32 ptr_domain_name;
+       UNISTR2 uni_domain_name;
+       uint32 ptr_domain_guid;
+       struct GUID *domain_guid;
+       uint32 ptr_site_name;
+       UNISTR2 uni_site_name;
+       uint32 flags;
+} NET_Q_DSR_GETDCNAMEEX2;
+
+/* NET_R_DSR_GETDCNAMEEX2 */
+typedef struct net_r_dsr_getdcnameex2 NET_R_DSR_GETDCNAMEEX2;
+
+/* NET_Q_DSR_GESITENAME */
+typedef struct net_q_dsr_getsitename {
+       uint32 ptr_computer_name;
+       UNISTR2 uni_computer_name;
+} NET_Q_DSR_GETSITENAME;
+
+/* NET_R_DSR_GETSITENAME */
+typedef struct net_r_dsr_getsitename {
+       uint32 ptr_site_name;
+       UNISTR2 uni_site_name;
+       WERROR result;
+} NET_R_DSR_GETSITENAME;
+
+
 #endif /* _RPC_NETLOGON_H */