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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-none.c64 if (options.permit_empty_passwd && options.password_authentication)
H A Dauth-passwd.c93 if (*password == '\0' && options.permit_empty_passwd == 0)
H A Dservconf.h122 int permit_empty_passwd; /* If false, do not permit empty member in struct:__anon4965
H A Dauth1.c246 if (options.permit_empty_passwd && options.password_authentication &&
H A Dservconf.c117 options->permit_empty_passwd = -1;
260 if (options->permit_empty_passwd == -1)
261 options->permit_empty_passwd = 0;
1180 intptr = &options->permit_empty_passwd;
1831 M_CP_INTOPT(permit_empty_passwd);
2072 dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd);
H A Dauth-pam.c431 int flags = (options.permit_empty_passwd == 0 ?
1179 int flags = (options.permit_empty_passwd == 0 ?

Completed in 74 milliseconds