Home
last modified time | relevance | path

Searched refs:permit_empty_passwd (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dauth2-none.c69 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
Dauth-passwd.c94 if (*password == '\0' && options.permit_empty_passwd == 0) in auth_password()
Dservconf.h123 int permit_empty_passwd; /* If false, do not permit empty member
Dservconf.c125 options->permit_empty_passwd = -1; in initialize_server_options()
284 if (options->permit_empty_passwd == -1) in fill_default_server_options()
285 options->permit_empty_passwd = 0; in fill_default_server_options()
1230 intptr = &options->permit_empty_passwd; in process_server_config_line()
1896 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
2157 dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd); in dump_config()
Dauth1.c249 if (options.permit_empty_passwd && options.password_authentication && in do_authloop()
Dauth-pam.c431 int flags = (options.permit_empty_passwd == 0 ? in sshpam_thread()
1181 int flags = (options.permit_empty_passwd == 0 ? in sshpam_auth_passwd()