Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h129 u_int num_allow_users; member
225 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
Dauth.c187 if (options.num_deny_users > 0 || options.num_allow_users > 0 || in allowed_user()
210 if (options.num_allow_users > 0) { in allowed_user()
211 for (i = 0; i < options.num_allow_users; i++) { in allowed_user()
221 if (i >= options.num_allow_users) { in allowed_user()
Dservconf.c133 options->num_allow_users = 0; in initialize_server_options()
1383 if (options->num_allow_users >= MAX_ALLOW_USERS) in process_server_config_line()
1391 options->allow_users[options->num_allow_users++] = in process_server_config_line()
2335 dump_cfg_strarray(sAllowUsers, o->num_allow_users, o->allow_users); in dump_config()