Searched refs:num_allow_groups (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h133 u_int num_allow_groups; member in struct:__anon4965
224 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
H A Dauth.c184 options.num_deny_groups > 0 || options.num_allow_groups > 0) {
213 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) {
235 if (options.num_allow_groups > 0)
237 options.num_allow_groups)) {
H A Dservconf.c127 options->num_allow_groups = 0;
1298 if (options->num_allow_groups >= MAX_ALLOW_GROUPS)
1303 options->allow_groups[options->num_allow_groups++] =
2111 dump_cfg_strarray(sAllowGroups, o->num_allow_groups, o->allow_groups);

Completed in 155 milliseconds