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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-rhosts.c258 if (options.strict_modes &&
285 if (options.strict_modes &&
H A Dauth.c409 if (options.strict_modes &&
533 auth_openfile(const char *file, struct passwd *pw, int strict_modes, argument
563 if (strict_modes &&
576 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) argument
578 return auth_openfile(file, pw, strict_modes, 1, "authorized keys");
582 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) argument
584 return auth_openfile(file, pw, strict_modes, 0,
H A Dservconf.h86 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon4965
H A Dauth-rsa.c174 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
H A Dauth2-pubkey.c256 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
484 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) {
H A Dservconf.c99 options->strict_modes = -1;
224 if (options->strict_modes == -1)
225 options->strict_modes = 1;
1172 intptr = &options->strict_modes;
2070 dump_cfg_fmtint(sStrictModes, o->strict_modes);

Completed in 83 milliseconds