Searched refs:strict_modes (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | auth2-pubkeyfile.c | 441 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()
|
| D | auth-rhosts.c | 263 if (options.strict_modes && in auth_rhosts2() 293 if (options.strict_modes && in auth_rhosts2()
|
| D | servconf.h | 121 int strict_modes; /* If true, require string home dir modes. */ member
|
| D | auth2-pubkey.c | 346 options.strict_modes)) == NULL) { in match_principals_file() 631 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
|
| D | auth.c | 382 if (options.strict_modes && in check_key_in_hostfiles()
|
| D | servconf.c | 99 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()
|