Searched defs:strict_modes (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dauth.c380 if (options.strict_modes &&
490 auth_openfile(const char *file, struct passwd *pw, int strict_modes, argument
520 if (strict_modes &&
533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) argument
535 return auth_openfile(file, pw, strict_modes, 1, "authorized keys");
539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) argument
541 return auth_openfile(file, pw, strict_modes, 0,
H A Dservconf.h77 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon23465

Completed in 96 milliseconds