Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rhosts.c262 if (options.strict_modes && in auth_rhosts2()
289 if (options.strict_modes && in auth_rhosts2()
Dauth.c474 if (options.strict_modes && in check_key_in_hostfiles()
506 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument
536 if (strict_modes && in auth_openfile()
549 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument
551 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile()
555 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument
557 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
Dservconf.h110 int strict_modes; /* If true, require string home dir modes. */ member
Dauth2-pubkey.c421 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
862 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) { in user_key_allowed2()
Dservconf.c124 options->strict_modes = -1; in initialize_server_options()
356 if (options->strict_modes == -1) in fill_default_server_options()
357 options->strict_modes = 1; in fill_default_server_options()
1622 intptr = &options->strict_modes; in process_server_config_line_depth()
2822 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()