Searched refs:info23 (Results 1 - 25 of 39) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_enum.c46 struct USER_INFO_23 *info23 = NULL; local
102 info23 = (struct USER_INFO_23 *)buffer;
129 printf("#%d user: %s\n", i, info23->usri23_name);
130 printf("#%d comment: %s\n", i, info23->usri23_comment);
131 printf("#%d flags: 0x%08x\n", i, info23->usri23_flags);
132 if (ConvertSidToStringSid(info23->usri23_user_sid,
137 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_enum.c46 struct USER_INFO_23 *info23 = NULL; local
102 info23 = (struct USER_INFO_23 *)buffer;
129 printf("#%d user: %s\n", i, info23->usri23_name);
130 printf("#%d comment: %s\n", i, info23->usri23_comment);
131 printf("#%d flags: 0x%08x\n", i, info23->usri23_flags);
132 if (ConvertSidToStringSid(info23->usri23_user_sid,
137 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/examples/user/
H A Duser_enum.c46 struct USER_INFO_23 *info23 = NULL; local
102 info23 = (struct USER_INFO_23 *)buffer;
129 printf("#%d user: %s\n", i, info23->usri23_name);
130 printf("#%d comment: %s\n", i, info23->usri23_comment);
131 printf("#%d flags: 0x%08x\n", i, info23->usri23_flags);
132 if (ConvertSidToStringSid(info23->usri23_user_sid,
137 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetuser.c51 struct USER_INFO_23 *info23 = NULL; local
91 info23 = (struct USER_INFO_23 *)buffer;
125 current_name = info23->usri23_name;
161 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetuser.c51 struct USER_INFO_23 *info23 = NULL; local
91 info23 = (struct USER_INFO_23 *)buffer;
125 current_name = info23->usri23_name;
161 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetuser.c51 struct USER_INFO_23 *info23 = NULL; local
91 info23 = (struct USER_INFO_23 *)buffer;
125 current_name = info23->usri23_name;
161 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/libnetapi/
H A Dlibnetapi_user.c54 struct USER_INFO_23 *info23 = NULL; local
94 info23 = (struct USER_INFO_23 *)buffer;
128 current_name = info23->usri23_name;
164 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/libnetapi/
H A Dlibnetapi_user.c54 struct USER_INFO_23 *info23 = NULL; local
94 info23 = (struct USER_INFO_23 *)buffer;
128 current_name = info23->usri23_name;
164 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/libnetapi/
H A Dlibnetapi_user.c54 struct USER_INFO_23 *info23 = NULL; local
94 info23 = (struct USER_INFO_23 *)buffer;
128 current_name = info23->usri23_name;
164 info23++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/samr/
H A Ddcesrv_samr.c3470 #define IFSET(bit) if (bit & r->in.info->info23.info.fields_present)
3472 SET_UINT64(msg, info23.info.acct_expiry, "accountExpires");
3474 SET_STRING(msg, info23.info.account_name, "samAccountName");
3476 SET_STRING(msg, info23.info.full_name, "displayName");
3478 SET_STRING(msg, info23.info.home_directory, "homeDirectory");
3480 SET_STRING(msg, info23.info.home_drive, "homeDrive");
3482 SET_STRING(msg, info23.info.logon_script, "scriptPath");
3484 SET_STRING(msg, info23.info.profile_path, "profilePath");
3486 SET_STRING(msg, info23.info.description, "description");
3488 SET_STRING(msg, info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/samr/
H A Ddcesrv_samr.c3470 #define IFSET(bit) if (bit & r->in.info->info23.info.fields_present)
3472 SET_UINT64(msg, info23.info.acct_expiry, "accountExpires");
3474 SET_STRING(msg, info23.info.account_name, "samAccountName");
3476 SET_STRING(msg, info23.info.full_name, "displayName");
3478 SET_STRING(msg, info23.info.home_directory, "homeDirectory");
3480 SET_STRING(msg, info23.info.home_drive, "homeDrive");
3482 SET_STRING(msg, info23.info.logon_script, "scriptPath");
3484 SET_STRING(msg, info23.info.profile_path, "profilePath");
3486 SET_STRING(msg, info23.info.description, "description");
3488 SET_STRING(msg, info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/samr/
H A Ddcesrv_samr.c3470 #define IFSET(bit) if (bit & r->in.info->info23.info.fields_present)
3472 SET_UINT64(msg, info23.info.acct_expiry, "accountExpires");
3474 SET_STRING(msg, info23.info.account_name, "samAccountName");
3476 SET_STRING(msg, info23.info.full_name, "displayName");
3478 SET_STRING(msg, info23.info.home_directory, "homeDirectory");
3480 SET_STRING(msg, info23.info.home_drive, "homeDrive");
3482 SET_STRING(msg, info23.info.logon_script, "scriptPath");
3484 SET_STRING(msg, info23.info.profile_path, "profilePath");
3486 SET_STRING(msg, info23.info.description, "description");
3488 SET_STRING(msg, info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libnet/
H A Dlibnet_passwd.c420 u_info.info23.info = *r->samr_handle.in.info21;
421 u_info.info23.info.fields_present |= SAMR_FIELD_NT_PASSWORD_PRESENT;
422 encode_pw_buffer(u_info.info23.password.data, r->samr_handle.in.newpassword, STR_UNICODE);
433 arcfour_crypt_blob(u_info.info23.password.data, 516, &session_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libnet/
H A Dlibnet_passwd.c420 u_info.info23.info = *r->samr_handle.in.info21;
421 u_info.info23.info.fields_present |= SAMR_FIELD_NT_PASSWORD_PRESENT;
422 encode_pw_buffer(u_info.info23.password.data, r->samr_handle.in.newpassword, STR_UNICODE);
433 arcfour_crypt_blob(u_info.info23.password.data, 516, &session_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libnet/
H A Dlibnet_passwd.c420 u_info.info23.info = *r->samr_handle.in.info21;
421 u_info.info23.info.fields_present |= SAMR_FIELD_NT_PASSWORD_PRESENT;
422 encode_pw_buffer(u_info.info23.password.data, r->samr_handle.in.newpassword, STR_UNICODE);
433 arcfour_crypt_blob(u_info.info23.password.data, 516, &session_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_samr.c2721 ZERO_STRUCT(info.info23);
2723 info.info23.info.fields_present = SAMR_FIELD_NT_PASSWORD_PRESENT |
2726 info.info23.info.fields_present |= SAMR_FIELD_EXPIRED_FLAG;
2727 info.info23.info.password_expired = password_expired;
2730 info.info23.password = pwd_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_samr.c2721 ZERO_STRUCT(info.info23);
2723 info.info23.info.fields_present = SAMR_FIELD_NT_PASSWORD_PRESENT |
2726 info.info23.info.fields_present |= SAMR_FIELD_EXPIRED_FLAG;
2727 info.info23.info.password_expired = password_expired;
2730 info.info23.password = pwd_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_samr.c2721 ZERO_STRUCT(info.info23);
2723 info.info23.info.fields_present = SAMR_FIELD_NT_PASSWORD_PRESENT |
2726 info.info23.info.fields_present |= SAMR_FIELD_EXPIRED_FLAG;
2727 info.info23.info.password_expired = password_expired;
2730 info.info23.password = pwd_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dsamr.c693 u.info23.info.fields_present = fields_present;
695 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
704 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
717 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
728 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
1182 u.info23.info.fields_present = fields_present;
1183 u.info23.info.password_expired = password_expired;
1184 u.info23.info.comment.string = comment;
1186 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
1262 arcfour_crypt_blob(u.info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Dsamr.c693 u.info23.info.fields_present = fields_present;
695 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
704 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
717 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
728 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
1182 u.info23.info.fields_present = fields_present;
1183 u.info23.info.password_expired = password_expired;
1184 u.info23.info.comment.string = comment;
1186 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
1262 arcfour_crypt_blob(u.info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Dsamr.c693 u.info23.info.fields_present = fields_present;
695 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
704 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
717 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
728 arcfour_crypt_blob(u.info23.password.data, 516, &session_key);
1182 u.info23.info.fields_present = fields_present;
1183 u.info23.info.password_expired = password_expired;
1184 u.info23.info.comment.string = comment;
1186 encode_pw_buffer(u.info23.password.data, newpass, STR_UNICODE);
1262 arcfour_crypt_blob(u.info23
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/
H A Duser.c320 user_info.info23.info = info21;
324 &user_info.info23.password);
1054 struct USER_INFO_23 info23; local
1157 status = info21_to_USER_INFO_23(mem_ctx, info21, domain_sid, &info23);
1160 ADD_TO_ARRAY(mem_ctx, struct USER_INFO_23, info23,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/
H A Duser.c320 user_info.info23.info = info21;
324 &user_info.info23.password);
1054 struct USER_INFO_23 info23; local
1157 status = info21_to_USER_INFO_23(mem_ctx, info21, domain_sid, &info23);
1160 ADD_TO_ARRAY(mem_ctx, struct USER_INFO_23, info23,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/
H A Duser.c320 user_info.info23.info = info21;
324 &user_info.info23.password);
1054 struct USER_INFO_23 info23; local
1157 status = info21_to_USER_INFO_23(mem_ctx, info21, domain_sid, &info23);
1160 ADD_TO_ARRAY(mem_ctx, struct USER_INFO_23, info23,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Dsamr.h699 struct samr_UserInfo23 info23;/* [case(23)] */ member in union:samr_UserInfo

Completed in 399 milliseconds

12