Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.h172 u_int num_deny_groups; member
303 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
HDauth.c142 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
181 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
190 if (options.num_deny_groups > 0) in allowed_user()
192 options.num_deny_groups)) { in allowed_user()
HDservconf.c156 options->num_deny_groups = 0; in initialize_server_options()
1845 uintptr = &options->num_deny_groups; in process_server_config_line_depth()
3253 dump_cfg_strarray(sDenyGroups, o->num_deny_groups, o->deny_groups); in dump_config()