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

/freebsd-9.3-release/crypto/openssh/
H A Dauth-rhosts.c258 if (options.strict_modes &&
285 if (options.strict_modes &&
H A Dauth-rsa.c178 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
H A Dauth.c410 if (options.strict_modes &&
534 auth_openfile(const char *file, struct passwd *pw, int strict_modes, argument
564 if (strict_modes &&
577 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) argument
579 return auth_openfile(file, pw, strict_modes, 1, "authorized keys");
583 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) argument
585 return auth_openfile(file, pw, strict_modes, 0,
H A Dauth2-pubkey.c262 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
490 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) {
H A Dservconf.c100 options->strict_modes = -1;
228 if (options->strict_modes == -1)
229 options->strict_modes = 1;
1185 intptr = &options->strict_modes;
2079 dump_cfg_fmtint(sStrictModes, o->strict_modes);
H A Dservconf.h87 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon4728

Completed in 178 milliseconds