Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth2-pubkeyfile.c443 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument
477 if (strict_modes && in auth_openfile()
490 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument
492 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile()
496 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument
498 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
H A Dauth-rhosts.c267 if (options.strict_modes && in auth_rhosts2()
296 if (options.strict_modes && in auth_rhosts2()
H A Dservconf.h112 int strict_modes; /* If true, require string home dir modes. */ member
H A Dauth2-pubkey.c334 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
605 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
H A Dservconf.c121 options->strict_modes = -1; in initialize_server_options()
340 if (options->strict_modes == -1) in fill_default_server_options()
341 options->strict_modes = 1; in fill_default_server_options()
1648 intptr = &options->strict_modes; in process_server_config_line_depth()
2932 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()
H A Dauth.c432 if (options.strict_modes && in check_key_in_hostfiles()