Searched refs:nt_pwd (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_compat.c65 DATA_BLOB nt_pwd,
78 nt_pwd);
62 pass_check_smb(const char *smb_name, const char *domain, DATA_BLOB lm_pwd, DATA_BLOB nt_pwd, DATA_BLOB plaintext_password, BOOL encrypted) argument
H A Dauth_util.c126 DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd,
188 if (nt_pwd)
189 (*user_info)->nt_resp = data_blob(nt_pwd->data, nt_pwd->length);
213 DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd,
245 lm_pwd, nt_pwd,
297 char nt_pwd[16]; local
306 if (nt_interactive_pwd) memcpy(nt_pwd, nt_interactive_pwd, sizeof(nt_pwd));
316 dump_data(100, nt_pwd, sizeo
120 make_user_info(auth_usersupplied_info **user_info, const char *smb_name, const char *internal_username, const char *client_domain, const char *domain, const char *wksta_name, DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd, DATA_BLOB *lm_interactive_pwd, DATA_BLOB *nt_interactive_pwd, DATA_BLOB *plaintext, BOOL encrypted) argument
209 make_user_info_map(auth_usersupplied_info **user_info, const char *smb_name, const char *client_domain, const char *wksta_name, DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd, DATA_BLOB *lm_interactive_pwd, DATA_BLOB *nt_interactive_pwd, DATA_BLOB *plaintext, BOOL encrypted) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_samr.h181 uint8 nt_pwd[16]; /* nt user passwords */ member in struct:sam_user_info_23
257 uint8 nt_pwd[16]; /* nt user passwords */ member in struct:sam_user_info_25
303 uint8 nt_pwd[16]; /* nt user passwords */ member in struct:sam_user_info_21
358 uint8 nt_pwd[16]; /* nt user passwords */ member in struct:sam_user_info_12
H A Drpc_netlogon.h722 uint8 nt_pwd[16]; member in struct:sam_account_info_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_samr.c5176 const uint8 lm_pwd[16], const uint8 nt_pwd[16])
5183 memcpy(usr->nt_pwd, nt_pwd, sizeof(usr->nt_pwd)) ? 1 : 0;
5204 if(!prs_uint8s(False, "nt_pwd", ps, depth, u->nt_pwd, sizeof(u->nt_pwd)))
5489 ZERO_STRUCT(usr->nt_pwd);
5579 ZERO_STRUCT(usr->nt_pwd);
5691 if(!prs_uint8s(False, "nt_pwd ", p
5175 init_sam_user_info12(SAM_USER_INFO_12 * usr, const uint8 lm_pwd[16], const uint8 nt_pwd[16]) argument
5888 init_sam_user_info21W(SAM_USER_INFO_21 * usr, NTTIME * logon_time, NTTIME * logoff_time, NTTIME * kickoff_time, NTTIME * pass_last_set_time, NTTIME * pass_can_change_time, NTTIME * pass_must_change_time, UNISTR2 *user_name, UNISTR2 *full_name, UNISTR2 *home_dir, UNISTR2 *dir_drive, UNISTR2 *log_scr, UNISTR2 *prof_path, UNISTR2 *desc, UNISTR2 *wkstas, UNISTR2 *unk_str, UNISTR2 *mung_dial, uchar lm_pwd[16], uchar nt_pwd[16], uint32 user_rid, uint32 group_rid, uint32 acb_info, uint32 fields_present, uint16 logon_divs, LOGON_HRS * hrs, uint16 bad_password_count, uint16 logon_count) argument
[all...]
H A Dparse_net.c2201 if (!prs_uint8s(False, "nt_pwd", ps, depth, info->nt_pwd, 16))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_interface.c51 const char *lm_pwd, *nt_pwd; local
69 nt_pwd = pdb_get_nt_passwd(pass);
70 if (nt_pwd)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_samr_nt.c2771 if (!pdb_set_nt_passwd (pwd, id12->nt_pwd, PDB_CHANGED)) {

Completed in 193 milliseconds