Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-none.c68 if (options.permit_empty_passwd && options.password_authentication) in userauth_none()
H A Dauth-passwd.c93 if (*password == '\0' && options.permit_empty_passwd == 0) in auth_password()
H A Dservconf.h147 int permit_empty_passwd; /* If false, do not permit empty member
H A Dservconf.c142 options->permit_empty_passwd = -1; in initialize_server_options()
377 if (options->permit_empty_passwd == -1) in fill_default_server_options()
378 options->permit_empty_passwd = 0; in fill_default_server_options()
1699 intptr = &options->permit_empty_passwd; in process_server_config_line_depth()
2802 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
3147 dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd); in dump_config()
H A Dauth-pam.c484 int r, flags = (options.permit_empty_passwd == 0 ? in sshpam_thread()
1355 int flags = (options.permit_empty_passwd == 0 ? in sshpam_auth_passwd()