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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h129 u_int num_allow_users; member in struct:__anon4965
222 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
H A Dauth.c183 if (options.num_deny_users > 0 || options.num_allow_users > 0 ||
201 if (options.num_allow_users > 0) {
202 for (i = 0; i < options.num_allow_users; i++)
206 /* i < options.num_allow_users iff we break for loop */
207 if (i >= options.num_allow_users) {
H A Dservconf.c125 options->num_allow_users = 0;
1274 if (options->num_allow_users >= MAX_ALLOW_USERS)
1279 options->allow_users[options->num_allow_users++] =
2109 dump_cfg_strarray(sAllowUsers, o->num_allow_users, o->allow_users);

Completed in 107 milliseconds