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 69 if (options.permit_empty_passwd && options.password_authentication)
auth-passwd.c 94 if (*password == '\0' && options.permit_empty_passwd == 0)
servconf.h 127 int permit_empty_passwd; /* If false, do not permit empty member in struct:__anon28153
auth1.c 249 if (options.permit_empty_passwd && options.password_authentication &&
servconf.c 129 options->permit_empty_passwd = -1;
292 if (options->permit_empty_passwd == -1)
293 options->permit_empty_passwd = 0;
    [all...]
auth-pam.c 431 int flags = (options.permit_empty_passwd == 0 ?
1181 int flags = (options.permit_empty_passwd == 0 ?

Completed in 407 milliseconds