Home
last modified time | relevance | path

Searched refs:strict_modes (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-pubkeyfile.c442 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument
476 if (strict_modes && in auth_openfile()
489 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument
491 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile()
495 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument
497 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
H A Dauth-rhosts.c268 if (options.strict_modes && in auth_rhosts2()
298 if (options.strict_modes && in auth_rhosts2()
H A Dservconf.h110 int strict_modes; /* If true, require string home dir modes. */ member
H A Dauth2-pubkey.c328 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
601 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
H A Dservconf.c120 options->strict_modes = -1; in initialize_server_options()
343 if (options->strict_modes == -1) in fill_default_server_options()
344 options->strict_modes = 1; in fill_default_server_options()
1691 intptr = &options->strict_modes; in process_server_config_line_depth()
3145 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()
H A Dauth.c435 if (options.strict_modes && in check_key_in_hostfiles()