Home
last modified time | relevance | path

Searched refs:forced_command (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dauth-options.c50 char *forced_command = NULL; variable
78 if (forced_command) { in auth_clear_options()
79 free(forced_command); in auth_clear_options()
80 forced_command = NULL; in auth_clear_options()
151 if (forced_command != NULL) in auth_parse_options()
152 free(forced_command); in auth_parse_options()
153 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
160 forced_command[i++] = '"'; in auth_parse_options()
163 forced_command[i++] = *opts++; in auth_parse_options()
170 free(forced_command); in auth_parse_options()
[all …]
Dauth-options.h30 extern char *forced_command;
Dmonitor_wrap.c432 forced_command = have_forced ? xstrdup("true") : NULL; in mm_key_allowed()
899 forced_command = have_forced ? xstrdup("true") : NULL; in mm_auth_rsa_key_allowed()
Dauth.c361 if (forced_command) { in auth_root_allowed()
Dmonitor.c1286 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()
1669 buffer_put_int(m, forced_command != NULL); in mm_answer_rsa_keyallowed()
Dsession.c788 } else if (forced_command) { in do_exec()
790 command = forced_command; in do_exec()