re-run make idl.
[amitay/samba.git] / source3 / librpc / gen_ndr / libnetapi.h
index 20a3662cf4bbbbb7fd87b4dcbd82e716161bd7cf..f1352c6461f826638c9e6920129c6270bc927475 100644 (file)
@@ -10,6 +10,7 @@
 #define _HEADER_libnetapi
 
 #define ERROR_MORE_DATA        ( 234L )
+#define ENCRYPTED_PWLEN        ( 256 )
 #define FILTER_TEMP_DUPLICATE_ACCOUNT  ( 0x0001 )
 #define FILTER_NORMAL_ACCOUNT  ( 0x0002 )
 #define FILTER_INTERDOMAIN_TRUST_ACCOUNT       ( 0x0008 )
@@ -192,6 +193,37 @@ struct USER_INFO_20 {
        uint32_t usri20_user_id;
 };
 
+struct USER_INFO_21 {
+       uint8_t *usri21_password;
+};
+
+struct USER_INFO_22 {
+       const char * usri22_name;
+       uint8_t *usri22_password;
+       uint32_t usri22_password_age;
+       uint32_t usri22_priv;
+       const char * usri22_home_dir;
+       const char * usri22_comment;
+       uint32_t usri22_flags;
+       uint32_t usri22_script_path;
+       uint32_t usri22_auth_flags;
+       const char * usri22_full_name;
+       const char * usri22_usr_comment;
+       const char * usri22_parms;
+       const char * usri22_workstations;
+       uint32_t usri22_last_logon;
+       uint32_t usri22_last_logoff;
+       uint32_t usri22_acct_expires;
+       uint32_t usri22_max_storage;
+       uint32_t usri22_units_per_week;
+       uint8_t *usri22_logon_hours;/* [unique] */
+       uint32_t usri22_bad_pw_count;
+       uint32_t usri22_num_logons;
+       const char * usri22_logon_server;
+       uint32_t usri22_country_code;
+       uint32_t usri22_code_page;
+};
+
 struct USER_INFO_23 {
        const char * usri23_name;
        const char * usri23_full_name;
@@ -200,10 +232,114 @@ struct USER_INFO_23 {
        struct domsid *usri23_user_sid;/* [unique] */
 };
 
+struct USER_INFO_1003 {
+       const char * usri1003_password;
+};
+
+struct USER_INFO_1005 {
+       uint32_t usri1005_priv;
+};
+
+struct USER_INFO_1006 {
+       const char * usri1006_home_dir;
+};
+
 struct USER_INFO_1007 {
        const char * usri1007_comment;
 };
 
+struct USER_INFO_1008 {
+       uint32_t usri1008_flags;
+};
+
+struct USER_INFO_1009 {
+       const char * usri1009_script_path;
+};
+
+struct USER_INFO_1010 {
+       uint32_t usri1010_auth_flags;
+};
+
+struct USER_INFO_1011 {
+       const char * usri1011_full_name;
+};
+
+struct USER_INFO_1012 {
+       const char * usri1012_usr_comment;
+};
+
+struct USER_INFO_1013 {
+       const char * usri1013_parms;
+};
+
+struct USER_INFO_1014 {
+       const char * usri1014_workstations;
+};
+
+struct USER_INFO_1017 {
+       uint32_t usri1017_acct_expires;
+};
+
+struct USER_INFO_1018 {
+       uint32_t usri1018_max_storage;
+};
+
+struct USER_INFO_1020 {
+       uint32_t usri1020_units_per_week;
+       uint8_t *usri1020_logon_hours;/* [unique] */
+};
+
+struct USER_INFO_1023 {
+       const char * usri1023_logon_server;
+};
+
+struct USER_INFO_1024 {
+       uint32_t usri1024_country_code;
+};
+
+struct USER_INFO_1025 {
+       uint32_t usri1025_code_page;
+};
+
+struct USER_INFO_1051 {
+       uint32_t usri1051_primary_group_id;
+};
+
+struct USER_INFO_1052 {
+       const char * usri1052_profile;
+};
+
+struct USER_INFO_1053 {
+       const char * usri1053_home_dir_drive;
+};
+
+struct USER_INFO_X {
+       const char * usriX_name;
+       const char * usriX_password;
+       uint32_t usriX_password_age;
+       uint32_t usriX_priv;
+       const char * usriX_home_dir;
+       const char * usriX_comment;
+       uint32_t usriX_flags;
+       const char * usriX_script_path;
+       uint32_t usriX_auth_flags;
+       const char * usriX_full_name;
+       const char * usriX_usr_comment;
+       const char * usriX_parms;
+       const char * usriX_workstations;
+       uint32_t usriX_last_logon;
+       uint32_t usriX_last_logoff;
+       uint32_t usriX_acct_expires;
+       uint32_t usriX_max_storage;
+       uint32_t usriX_units_per_week;
+       uint8_t *usriX_logon_hours;/* [unique] */
+       uint32_t usriX_bad_pw_count;
+       uint32_t usriX_num_logons;
+       const char * usriX_logon_server;
+       uint32_t usriX_country_code;
+       uint32_t usriX_code_page;
+};
+
 struct NET_DISPLAY_USER {
        const char * usri1_name;
        const char * usri1_comment;
@@ -260,6 +396,15 @@ struct GROUP_INFO_1005 {
        uint32_t grpi1005_attributes;
 };
 
+struct GROUP_USERS_INFO_0 {
+       const char * grui0_name;
+};
+
+struct GROUP_USERS_INFO_1 {
+       const char * grui1_name;
+       uint32_t grui1_attributes;
+};
+
 struct LOCALGROUP_INFO_0 {
        const char * lgrpi0_name;
 };
@@ -542,7 +687,7 @@ struct NetGroupAdd {
        struct {
                const char * server_name;
                uint32_t level;
-               uint8_t *buf;/* [ref] */
+               uint8_t *buffer;/* [ref] */
        } in;
 
        struct {
@@ -590,7 +735,7 @@ struct NetGroupSetInfo {
                const char * server_name;
                const char * group_name;
                uint32_t level;
-               uint8_t *buf;/* [ref] */
+               uint8_t *buffer;/* [ref] */
        } in;
 
        struct {
@@ -609,7 +754,7 @@ struct NetGroupGetInfo {
        } in;
 
        struct {
-               uint8_t **buf;/* [ref] */
+               uint8_t **buffer;/* [ref] */
                enum NET_API_STATUS result;
        } out;
 
@@ -644,11 +789,31 @@ struct NetGroupDelUser {
 };
 
 
+struct NetGroupGetUsers {
+       struct {
+               const char * server_name;
+               const char * group_name;
+               uint32_t level;
+               uint32_t prefmaxlen;
+               uint32_t *resume_handle;/* [ref] */
+       } in;
+
+       struct {
+               uint8_t **buffer;/* [ref] */
+               uint32_t *entries_read;/* [ref] */
+               uint32_t *total_entries;/* [ref] */
+               uint32_t *resume_handle;/* [ref] */
+               enum NET_API_STATUS result;
+       } out;
+
+};
+
+
 struct NetLocalGroupAdd {
        struct {
                const char * server_name;
                uint32_t level;
-               uint8_t *buf;/* [ref] */
+               uint8_t *buffer;/* [ref] */
        } in;
 
        struct {
@@ -680,7 +845,7 @@ struct NetLocalGroupGetInfo {
        } in;
 
        struct {
-               uint8_t **buf;/* [ref] */
+               uint8_t **buffer;/* [ref] */
                enum NET_API_STATUS result;
        } out;
 
@@ -692,7 +857,7 @@ struct NetLocalGroupSetInfo {
                const char * server_name;
                const char * group_name;
                uint32_t level;
-               uint8_t *buf;/* [ref] */
+               uint8_t *buffer;/* [ref] */
        } in;
 
        struct {
@@ -728,7 +893,7 @@ struct NetRemoteTOD {
        } in;
 
        struct {
-               uint8_t **buf;/* [ref] */
+               uint8_t **buffer;/* [ref] */
                enum NET_API_STATUS result;
        } out;