HomeSort by relevance Sort by last modified time
    Searched refs:permit_empty_passwd (Results 1 - 6 of 6) sorted by null

  /external/openssh/
auth2-none.c 66 if (options.permit_empty_passwd && options.password_authentication)
servconf.h 113 int permit_empty_passwd; /* If false, do not permit empty member in struct:__anon12461
auth-passwd.c 93 if (*password == '\0' && options.permit_empty_passwd == 0)
auth1.c 255 if (options.permit_empty_passwd && options.password_authentication &&
servconf.c 108 options->permit_empty_passwd = -1;
240 if (options->permit_empty_passwd == -1)
241 options->permit_empty_passwd = 0;
1022 intptr = &options->permit_empty_passwd;
    [all...]
auth-pam.c 432 int flags = (options.permit_empty_passwd == 0 ?
1183 int flags = (options.permit_empty_passwd == 0 ?

Completed in 48 milliseconds