Searched refs:password_authentication (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-none.c64 if (options.permit_empty_passwd && options.password_authentication)
H A Dauth2-passwd.c79 &options.password_authentication
H A Dreadconf.h53 int password_authentication; /* Try password member in struct:__anon4957
H A Dauth1.c66 &options.password_authentication, auth1_process_password
246 if (options.permit_empty_passwd && options.password_authentication &&
H A Dservconf.h116 int password_authentication; /* If true, permit password member in struct:__anon4965
H A Dservconf.c114 options->password_authentication = -1;
254 if (options->password_authentication == -1)
255 options->password_authentication = 0;
1132 intptr = &options->password_authentication;
1819 M_CP_INTOPT(password_authentication);
2061 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);
H A Dreadconf.c510 intptr = &options->password_authentication;
1259 options->password_authentication = -1;
1369 if (options->password_authentication == -1)
1370 options->password_authentication = 1;
H A Dsshconnect1.c739 options.password_authentication && !options.batch_mode) {
H A Dsshconnect.c1039 if (options.password_authentication) {
1042 options.password_authentication = 0;
H A Dsshconnect2.c367 &options.password_authentication,
H A Dsshd.c2333 if (options.password_authentication)
H A Dmonitor.c881 authenticated = options.password_authentication &&

Completed in 139 milliseconds