Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth.c155 if (options.num_deny_users > 0 || options.num_allow_users > 0) { in allowed_user()
161 if (options.num_deny_users > 0) { in allowed_user()
162 for (i = 0; i < options.num_deny_users; i++) in allowed_user()
H A Dservconf.c128 options->num_deny_users = 0; in initialize_server_options()
1137 if (options->num_deny_users >= MAX_DENY_USERS) in process_server_config_line()
1140 options->deny_users[options->num_deny_users++] = in process_server_config_line()
/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h128 u_int num_deny_users; member