Searched refs:id18 (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c1963 static NTSTATUS get_user_info_18(pipes_struct *p, TALLOC_CTX *mem_ctx, SAM_USER_INFO_18 * id18, DOM_SID *user_sid) argument
1999 ZERO_STRUCTP(id18);
2000 init_sam_user_info18(id18, pdb_get_lanman_passwd(smbpass), pdb_get_nt_passwd(smbpass));
2141 ctr->info.id18 = TALLOC_ZERO_P(p->mem_ctx, SAM_USER_INFO_18);
2142 if (ctr->info.id18 == NULL)
2145 if (!NT_STATUS_IS_OK(r_u->status = get_user_info_18(p, p->mem_ctx, ctr->info.id18, &info->sid)))
3152 static BOOL set_user_info_18(SAM_USER_INFO_18 *id18, struct samu *pwd) argument
3155 if (id18 == NULL) {
3156 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
3161 if (!pdb_set_lanman_passwd (pwd, id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c1963 static NTSTATUS get_user_info_18(pipes_struct *p, TALLOC_CTX *mem_ctx, SAM_USER_INFO_18 * id18, DOM_SID *user_sid) argument
1999 ZERO_STRUCTP(id18);
2000 init_sam_user_info18(id18, pdb_get_lanman_passwd(smbpass), pdb_get_nt_passwd(smbpass));
2141 ctr->info.id18 = TALLOC_ZERO_P(p->mem_ctx, SAM_USER_INFO_18);
2142 if (ctr->info.id18 == NULL)
2145 if (!NT_STATUS_IS_OK(r_u->status = get_user_info_18(p, p->mem_ctx, ctr->info.id18, &info->sid)))
3152 static BOOL set_user_info_18(SAM_USER_INFO_18 *id18, struct samu *pwd) argument
3155 if (id18 == NULL) {
3156 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
3161 if (!pdb_set_lanman_passwd (pwd, id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c1963 static NTSTATUS get_user_info_18(pipes_struct *p, TALLOC_CTX *mem_ctx, SAM_USER_INFO_18 * id18, DOM_SID *user_sid) argument
1999 ZERO_STRUCTP(id18);
2000 init_sam_user_info18(id18, pdb_get_lanman_passwd(smbpass), pdb_get_nt_passwd(smbpass));
2141 ctr->info.id18 = TALLOC_ZERO_P(p->mem_ctx, SAM_USER_INFO_18);
2142 if (ctr->info.id18 == NULL)
2145 if (!NT_STATUS_IS_OK(r_u->status = get_user_info_18(p, p->mem_ctx, ctr->info.id18, &info->sid)))
3152 static BOOL set_user_info_18(SAM_USER_INFO_18 *id18, struct samu *pwd) argument
3155 if (id18 == NULL) {
3156 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
3161 if (!pdb_set_lanman_passwd (pwd, id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_samr_nt.c4505 static NTSTATUS set_user_info_18(struct samr_UserInfo18 *id18, argument
4510 if (id18 == NULL) {
4511 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
4515 if (id18->nt_pwd_active || id18->lm_pwd_active) {
4521 if (id18->nt_pwd_active) {
4525 in = data_blob_const(id18->nt_pwd.hash, 16);
4537 if (id18->lm_pwd_active) {
4541 in = data_blob_const(id18->lm_pwd.hash, 16);
4553 copy_id18_to_sam_passwd(pwd, id18);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_samr_nt.c4505 static NTSTATUS set_user_info_18(struct samr_UserInfo18 *id18, argument
4510 if (id18 == NULL) {
4511 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
4515 if (id18->nt_pwd_active || id18->lm_pwd_active) {
4521 if (id18->nt_pwd_active) {
4525 in = data_blob_const(id18->nt_pwd.hash, 16);
4537 if (id18->lm_pwd_active) {
4541 in = data_blob_const(id18->lm_pwd.hash, 16);
4553 copy_id18_to_sam_passwd(pwd, id18);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_samr_nt.c4505 static NTSTATUS set_user_info_18(struct samr_UserInfo18 *id18, argument
4510 if (id18 == NULL) {
4511 DEBUG(2, ("set_user_info_18: id18 is NULL\n"));
4515 if (id18->nt_pwd_active || id18->lm_pwd_active) {
4521 if (id18->nt_pwd_active) {
4525 in = data_blob_const(id18->nt_pwd.hash, 16);
4537 if (id18->lm_pwd_active) {
4541 in = data_blob_const(id18->lm_pwd.hash, 16);
4553 copy_id18_to_sam_passwd(pwd, id18);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_samr.c6581 ctr->info.id18 = TALLOC_ZERO_P(ctx,SAM_USER_INFO_18);
6582 if (ctr->info.id18 == NULL)
6585 init_sam_user_info18(ctr->info.id18, usr->lm_pwd, usr->nt_pwd);
6708 ctr->info.id18 = PRS_ALLOC_MEM(ps,SAM_USER_INFO_18,1);
6710 if (ctr->info.id18 == NULL) {
6714 ret = sam_io_user_info18("", ctr->info.id18, ps, depth);
6929 SamOEMhashBlob(ctr->info.id18->lm_pwd, 16, sess_key);
6930 SamOEMhashBlob(ctr->info.id18->nt_pwd, 16, sess_key);
6932 dump_data(100, (char *)ctr->info.id18->lm_pwd, 16);
6933 dump_data(100, (char *)ctr->info.id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_samr.c6581 ctr->info.id18 = TALLOC_ZERO_P(ctx,SAM_USER_INFO_18);
6582 if (ctr->info.id18 == NULL)
6585 init_sam_user_info18(ctr->info.id18, usr->lm_pwd, usr->nt_pwd);
6708 ctr->info.id18 = PRS_ALLOC_MEM(ps,SAM_USER_INFO_18,1);
6710 if (ctr->info.id18 == NULL) {
6714 ret = sam_io_user_info18("", ctr->info.id18, ps, depth);
6929 SamOEMhashBlob(ctr->info.id18->lm_pwd, 16, sess_key);
6930 SamOEMhashBlob(ctr->info.id18->nt_pwd, 16, sess_key);
6932 dump_data(100, (char *)ctr->info.id18->lm_pwd, 16);
6933 dump_data(100, (char *)ctr->info.id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_samr.c6581 ctr->info.id18 = TALLOC_ZERO_P(ctx,SAM_USER_INFO_18);
6582 if (ctr->info.id18 == NULL)
6585 init_sam_user_info18(ctr->info.id18, usr->lm_pwd, usr->nt_pwd);
6708 ctr->info.id18 = PRS_ALLOC_MEM(ps,SAM_USER_INFO_18,1);
6710 if (ctr->info.id18 == NULL) {
6714 ret = sam_io_user_info18("", ctr->info.id18, ps, depth);
6929 SamOEMhashBlob(ctr->info.id18->lm_pwd, 16, sess_key);
6930 SamOEMhashBlob(ctr->info.id18->nt_pwd, 16, sess_key);
6932 dump_data(100, (char *)ctr->info.id18->lm_pwd, 16);
6933 dump_data(100, (char *)ctr->info.id18
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Drpc_samr.h1331 SAM_USER_INFO_18 *id18; member in union:sam_userinfo_ctr_info::__anon6303
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Drpc_samr.h1331 SAM_USER_INFO_18 *id18; member in union:sam_userinfo_ctr_info::__anon7208
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Drpc_samr.h1331 SAM_USER_INFO_18 *id18; member in union:sam_userinfo_ctr_info::__anon41233

Completed in 492 milliseconds