Searched refs:pwcopy (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c601 char *pwcopy; local
743 pwcopy = talloc_strdup(ctx, password);
744 if (!pwcopy)
748 if (strhasupper(pwcopy)) {
749 strlower(pwcopy);
750 nt_status = password_check(username, pwcopy, crypted, salt);
763 strlower(pwcopy);
766 if (NT_STATUS_IS_OK(nt_status = string_combinations(pwcopy, password_check, level))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c601 char *pwcopy; local
743 pwcopy = talloc_strdup(ctx, password);
744 if (!pwcopy)
748 if (strhasupper(pwcopy)) {
749 strlower(pwcopy);
750 nt_status = password_check(username, pwcopy, crypted, salt);
763 strlower(pwcopy);
766 if (NT_STATUS_IS_OK(nt_status = string_combinations(pwcopy, password_check, level))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c601 char *pwcopy; local
743 pwcopy = talloc_strdup(ctx, password);
744 if (!pwcopy)
748 if (strhasupper(pwcopy)) {
749 strlower(pwcopy);
750 nt_status = password_check(username, pwcopy, crypted, salt);
763 strlower(pwcopy);
766 if (NT_STATUS_IS_OK(nt_status = string_combinations(pwcopy, password_check, level))) {

Completed in 90 milliseconds