HomeSort by relevance Sort by last modified time
    Searched refs:strict_modes (Results 1 - 6 of 6) sorted by null

  /external/openssh/
auth.c 380 if (options.strict_modes &&
490 auth_openfile(const char *file, struct passwd *pw, int strict_modes,
520 if (strict_modes &&
533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes)
535 return auth_openfile(file, pw, strict_modes, 1, "authorized keys");
539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes)
541 return auth_openfile(file, pw, strict_modes, 0,
auth-rhosts.c 258 if (options.strict_modes &&
285 if (options.strict_modes &&
servconf.h 77 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon9886
auth2-pubkey.c 210 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
273 f = auth_openkeyfile(file, pw, options.strict_modes);
auth-rsa.c 175 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
servconf.c 90 options->strict_modes = -1;
204 if (options->strict_modes == -1)
205 options->strict_modes = 1;
1014 intptr = &options->strict_modes;
    [all...]

Completed in 2243 milliseconds