Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c91 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) in auth_password()
Dservconf.h38 #define PERMIT_YES 3 macro
Dauth-pam.c785 options.permit_root_login != PERMIT_YES)) in sshpam_query()
836 options.permit_root_login == PERMIT_YES)) in sshpam_respond()
1197 options.permit_root_login != PERMIT_YES)) in sshpam_auth_passwd()
Dauth.c352 case PERMIT_YES: in auth_root_allowed()
Dservconf.c223 options->permit_root_login = PERMIT_YES; in fill_default_server_options()
858 { "yes", PERMIT_YES },
1824 mo.permit_root_login = PERMIT_YES; in parse_server_match_config()