Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-none.c69 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
Dauth2-passwd.c83 &options.password_authentication
Dauth1.c69 &options.password_authentication, auth1_process_password
249 if (options.permit_empty_passwd && options.password_authentication && in do_authloop()
Dreadconf.h49 int password_authentication; /* Try password member
Dservconf.h119 int password_authentication; /* If true, permit password member
Dservconf.c122 options->password_authentication = -1; in initialize_server_options()
278 if (options->password_authentication == -1) in fill_default_server_options()
279 options->password_authentication = 1; in fill_default_server_options()
1178 intptr = &options->password_authentication; in process_server_config_line()
1887 M_CP_INTOPT(password_authentication); in copy_set_server_options()
2144 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); in dump_config()
Dreadconf.c860 intptr = &options->password_authentication; in process_config_line()
1605 options->password_authentication = -1; in initialize_options()
1733 if (options->password_authentication == -1) in fill_default_options()
1734 options->password_authentication = 1; in fill_default_options()
2271 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication); in dump_client_config()
Dsshconnect.c1108 if (options.password_authentication) { in check_host_key()
1111 options.password_authentication = 0; in check_host_key()
Dsshconnect1.c755 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dsshconnect2.c355 &options.password_authentication,
Dmonitor.c917 authenticated = options.password_authentication && in mm_answer_authpassword()
Dsshd.c2391 if (options.password_authentication)