Searched refs:strict_modes (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | auth.c | 444 if (options.strict_modes && in check_key_in_hostfiles() 577 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument 607 if (strict_modes && in auth_openfile() 620 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument 622 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile() 626 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument 628 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
|
D | auth-rhosts.c | 263 if (options.strict_modes && in auth_rhosts2() 290 if (options.strict_modes && in auth_rhosts2()
|
D | servconf.h | 87 int strict_modes; /* If true, require string home dir modes. */ member
|
D | servconf.c | 105 options->strict_modes = -1; in initialize_server_options() 250 if (options->strict_modes == -1) in fill_default_server_options() 251 options->strict_modes = 1; in fill_default_server_options() 1285 intptr = &options->strict_modes; in process_server_config_line() 2282 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()
|
D | auth2-pubkey.c | 621 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file() 954 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
|