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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c386 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 Dauth-rhosts.c258 if (options.strict_modes &&
285 if (options.strict_modes &&
H A Dservconf.h84 int strict_modes; /* If true, require string home dir modes. */ member in struct:__anon3217
H A Dauth-rsa.c180 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
H A Dauth2-pubkey.c216 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
445 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) != NULL) {
H A Dservconf.c91 options->strict_modes = -1;
211 if (options->strict_modes == -1)
212 options->strict_modes = 1;
1145 intptr = &options->strict_modes;
1996 dump_cfg_fmtint(sStrictModes, o->strict_modes);
/macosx-10.10/rsync-45/rsync/
H A Dloadparm.c158 BOOL strict_modes; member in struct:__anon12240
206 /* strict_modes; */ True,
329 {"strict modes", P_BOOL, P_LOCAL, &sDefault.strict_modes, NULL,0},
423 FN_LOCAL_BOOL(lp_strict_modes, strict_modes)

Completed in 84 milliseconds