Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c96 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) in auth_password()
Dservconf.h38 #define PERMIT_YES 3 macro
Dauth-pam.c790 options.permit_root_login != PERMIT_YES)) in sshpam_query()
866 options.permit_root_login == PERMIT_YES)) in sshpam_respond()
1219 options.permit_root_login != PERMIT_YES)) in sshpam_auth_passwd()
Dauth.c370 case PERMIT_YES: in auth_root_allowed()
Dservconf.c926 { "yes", PERMIT_YES },
1920 mo.permit_root_login = PERMIT_YES; in parse_server_match_config()