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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dchgpasswd.c473 struct smb_passwd *smbpw; local
478 smbpw = getsmbpwnam(user);
481 if (smbpw == NULL)
487 if (smbpw->acct_ctrl & ACB_DISABLED)
493 if ((smbpw->smb_passwd == NULL) && (smbpw->acct_ctrl & ACB_PWNOTREQ))
498 smbpw->smb_passwd = null_pw;
499 } else if (smbpw->smb_passwd == NULL) {
505 D_P16(smbpw->smb_passwd, pass2, unenc_new_pw);
511 if (memcmp(smbpw
527 change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2) argument
622 struct smb_passwd *smbpw = NULL; local
772 change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override) argument
800 struct smb_passwd *smbpw = NULL; local
[all...]
H A Dpassword.c314 struct smb_passwd *smbpw; local
318 smbpw = getsmbpwnam(user);
321 if(smbpw == NULL) {
330 smbpw->acct_ctrl &= ~ACB_DISABLED;
334 ret = change_oem_password( smbpw, password, True);
H A Dipc.c1714 struct smb_passwd *smbpw = NULL; local
1723 if (check_plaintext_password(user,pass1,strlen(pass1),&smbpw) &&
1724 change_oem_password(smbpw,pass2,False))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dchgpasswd.c473 struct smb_passwd *smbpw; local
478 smbpw = getsmbpwnam(user);
481 if (smbpw == NULL)
487 if (smbpw->acct_ctrl & ACB_DISABLED)
493 if ((smbpw->smb_passwd == NULL) && (smbpw->acct_ctrl & ACB_PWNOTREQ))
498 smbpw->smb_passwd = null_pw;
499 } else if (smbpw->smb_passwd == NULL) {
505 D_P16(smbpw->smb_passwd, pass2, unenc_new_pw);
511 if (memcmp(smbpw
527 change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2) argument
622 struct smb_passwd *smbpw = NULL; local
772 change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override) argument
800 struct smb_passwd *smbpw = NULL; local
[all...]
H A Dpassword.c314 struct smb_passwd *smbpw; local
318 smbpw = getsmbpwnam(user);
321 if(smbpw == NULL) {
330 smbpw->acct_ctrl &= ~ACB_DISABLED;
334 ret = change_oem_password( smbpw, password, True);
H A Dipc.c1714 struct smb_passwd *smbpw = NULL; local
1723 if (check_plaintext_password(user,pass1,strlen(pass1),&smbpw) &&
1724 change_oem_password(smbpw,pass2,False))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dchgpasswd.c473 struct smb_passwd *smbpw; local
478 smbpw = getsmbpwnam(user);
481 if (smbpw == NULL)
487 if (smbpw->acct_ctrl & ACB_DISABLED)
493 if ((smbpw->smb_passwd == NULL) && (smbpw->acct_ctrl & ACB_PWNOTREQ))
498 smbpw->smb_passwd = null_pw;
499 } else if (smbpw->smb_passwd == NULL) {
505 D_P16(smbpw->smb_passwd, pass2, unenc_new_pw);
511 if (memcmp(smbpw
527 change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2) argument
622 struct smb_passwd *smbpw = NULL; local
772 change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override) argument
800 struct smb_passwd *smbpw = NULL; local
[all...]
H A Dpassword.c314 struct smb_passwd *smbpw; local
318 smbpw = getsmbpwnam(user);
321 if(smbpw == NULL) {
330 smbpw->acct_ctrl &= ~ACB_DISABLED;
334 ret = change_oem_password( smbpw, password, True);
H A Dipc.c1714 struct smb_passwd *smbpw = NULL; local
1723 if (check_plaintext_password(user,pass1,strlen(pass1),&smbpw) &&
1724 change_oem_password(smbpw,pass2,False))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dproto.h2391 BOOL change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2);
2400 BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dproto.h2391 BOOL change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2);
2400 BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dproto.h2391 BOOL change_lanman_password(struct smb_passwd *smbpw, uchar *pass1, uchar *pass2);
2400 BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override);

Completed in 220 milliseconds