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

/freebsd-13-stable/crypto/openssh/
H A Dauth-rhosts.c263 if (options.strict_modes &&
290 if (options.strict_modes &&
H A Dauth.c478 if (options.strict_modes &&
510 auth_openfile(const char *file, struct passwd *pw, int strict_modes, argument
540 if (strict_modes &&
553 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) argument
555 return auth_openfile(file, pw, strict_modes, 1, "authorized keys");
559 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) argument
561 return auth_openfile(file, pw, strict_modes, 0,
H A Dservconf.h99 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon6892
H A Dauth2-pubkey.c379 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
852 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) {
H A Dservconf.c114 options->strict_modes = -1;
327 if (options->strict_modes == -1)
328 options->strict_modes = 1;
1551 intptr = &options->strict_modes;
2602 dump_cfg_fmtint(sStrictModes, o->strict_modes);

Completed in 162 milliseconds