Home
last modified time | relevance | path

Searched refs:num_deny_groups (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dservconf.h141 u_int num_deny_groups; member
234 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
Dauth.c184 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
213 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
222 if (options.num_deny_groups > 0) in allowed_user()
224 options.num_deny_groups)) { in allowed_user()
Dservconf.c141 options->num_deny_groups = 0; in initialize_server_options()
1434 if (options->num_deny_groups >= MAX_DENY_GROUPS) in process_server_config_line()
1439 options->deny_groups[options->num_deny_groups++] = in process_server_config_line()
2332 dump_cfg_strarray(sDenyGroups, o->num_deny_groups, o->deny_groups); in dump_config()