Home
last modified time | relevance | path

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

/external/openssh/
Dauth.c380 if (options.strict_modes && in check_key_in_hostfiles()
490 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() argument
520 if (strict_modes && in auth_openfile()
533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() argument
535 return auth_openfile(file, pw, strict_modes, 1, "authorized keys"); in auth_openkeyfile()
539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() argument
541 return auth_openfile(file, pw, strict_modes, 0, in auth_openprincipals()
Dauth-rhosts.c258 if (options.strict_modes && in auth_rhosts2_raw()
285 if (options.strict_modes && in auth_rhosts2_raw()
Dservconf.h77 int strict_modes; /* If true, require string home dir modes. */ member
Dauth2-pubkey.c210 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
273 f = auth_openkeyfile(file, pw, options.strict_modes); in user_key_allowed2()
Dauth-rsa.c175 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) in rsa_key_allowed_in_file()
Dservconf.c90 options->strict_modes = -1; in initialize_server_options()
204 if (options->strict_modes == -1) in fill_default_server_options()
205 options->strict_modes = 1; in fill_default_server_options()
1014 intptr = &options->strict_modes; in process_server_config_line()
1751 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()
DChangeLog790 use strict_modes already passed as function argument over referencing
791 global options.strict_modes