Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dauth2-pubkeyfile.c441 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument
475 if (strict_modes && in auth_openfile()
488 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument
490 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile()
494 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument
496 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
Dauth-rhosts.c263 if (options.strict_modes && in auth_rhosts2()
293 if (options.strict_modes && in auth_rhosts2()
Dservconf.h121 int strict_modes; /* If true, require string home dir modes. */ member
Dauth2-pubkey.c346 options.strict_modes)) == NULL) { in match_principals_file()
631 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
Dauth.c382 if (options.strict_modes && in check_key_in_hostfiles()
Dservconf.c99 options->strict_modes = -1; in initialize_server_options()
324 if (options->strict_modes == -1) in fill_default_server_options()
325 options->strict_modes = 1; in fill_default_server_options()
1619 intptr = &options->strict_modes; in process_server_config_line_depth()
3168 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()