Searched refs:strict_modes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth2-pubkeyfile.c | 528 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument 562 if (strict_modes && in auth_openfile() 575 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument 577 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile() 581 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument 583 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
|
H A D | auth-rhosts.c | 267 if (options.strict_modes && in auth_rhosts2() 297 if (options.strict_modes && in auth_rhosts2()
|
H A D | auth2-pubkey.c | 335 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file() 608 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
|