Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-none.c66 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
Dauth2-passwd.c82 &options.password_authentication
Dreadconf.h51 int password_authentication; /* Try password member
Dauth1.c66 &options.password_authentication, auth1_process_password
255 if (options.permit_empty_passwd && options.password_authentication && in do_authloop()
Dservconf.h107 int password_authentication; /* If true, permit password member
Dservconf.c105 options->password_authentication = -1; in initialize_server_options()
234 if (options->password_authentication == -1) in fill_default_server_options()
235 options->password_authentication = 1; in fill_default_server_options()
974 intptr = &options->password_authentication; in process_server_config_line()
1506 M_CP_INTOPT(password_authentication); in copy_set_server_options()
1742 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
Dreadconf.c446 intptr = &options->password_authentication; in process_config_line()
1142 options->password_authentication = -1; in initialize_options()
1243 if (options->password_authentication == -1) in fill_default_options()
1244 options->password_authentication = 1; in fill_default_options()
Dsshconnect.c986 if (options.password_authentication) { in check_host_key()
989 options.password_authentication = 0; in check_host_key()
Dsshconnect1.c739 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dsshd.c2182 if (options.password_authentication)
Dsshconnect2.c354 &options.password_authentication,
Dmonitor.c853 authenticated = options.password_authentication && in mm_answer_authpassword()