Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dservconf.h167 char *pre_userauth_hook; member
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2.c183 if (options.pre_userauth_hook != NULL && in input_userauth_request()
184 run_auth_hook(options.pre_userauth_hook, user, m->name) != 0) { in input_userauth_request()
H A Dservconf.c155 options->pre_userauth_hook = NULL; in initialize_server_options()
1314 charptr = &options->pre_userauth_hook; in process_server_config_line()