pws               101 source4/auth/ntlm/auth_unix.c static NTSTATUS talloc_getpwnam(TALLOC_CTX *ctx, const char *username, struct passwd **pws)
pws               106 source4/auth/ntlm/auth_unix.c 	*pws = NULL;
pws               133 source4/auth/ntlm/auth_unix.c 	*pws = ret;
pws               433 source4/auth/ntlm/auth_unix.c 				    const struct auth_usersupplied_info *user_info, struct passwd **pws)
pws               489 source4/auth/ntlm/auth_unix.c 	nt_status = talloc_getpwnam(ctx, user_info->mapped.account_name, pws);
pws               604 source4/auth/ntlm/auth_unix.c 	struct passwd *pws;
pws               613 source4/auth/ntlm/auth_unix.c 	nt_status = talloc_getpwnam(ctx, username, &pws);
pws               618 source4/auth/ntlm/auth_unix.c 	crypted = pws->pw_passwd;
pws               619 source4/auth/ntlm/auth_unix.c 	salt = pws->pw_passwd;
pws               630 source4/auth/ntlm/auth_unix.c 		spass = getspnam(pws->pw_name);
pws               646 source4/auth/ntlm/auth_unix.c 		if (ia_openinfo(pws->pw_name, &uinfo) != -1) {
pws               656 source4/auth/ntlm/auth_unix.c 		struct pr_passwd *pr_pw = getprpwnam(pws->pw_name);
pws               693 source4/auth/ntlm/auth_unix.c 		AUTHORIZATION *ap = getauthuid(pws->pw_uid);
pws               715 source4/auth/ntlm/auth_unix.c 			*ret_passwd = pws;
pws               723 source4/auth/ntlm/auth_unix.c 		*ret_passwd = pws;
pws               752 source4/auth/ntlm/auth_unix.c 			*ret_passwd = pws;
pws               767 source4/auth/ntlm/auth_unix.c 		*ret_passwd = pws;