Lines Matching refs:pw
85 struct passwd *pw = authctxt->pw; in do_authloop() local
210 authenticated = auth_rhosts(pw, client_user); in do_authloop()
239 authenticated = auth_rhosts_rsa(pw, client_user, in do_authloop()
256 authenticated = auth_rsa(pw, n); in do_authloop()
343 !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) { in do_authloop()
345 pw == NULL ? -1 : pw->pw_uid); in do_authloop()
350 if (authenticated && authctxt->pw->pw_uid == 0 && in do_authloop()
435 if ((authctxt->pw = getpwnamallow(user)) != NULL) { in do_authentication()
442 setproctitle("%s", authctxt->pw ? user : "unknown"); in do_authentication()
449 if (getuid() != 0 && authctxt->pw && in do_authentication()
450 authctxt->pw->pw_uid != getuid()) in do_authentication()