Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth-options.c46 char *forced_command = NULL; variable
74 if (forced_command) { in auth_clear_options()
75 free(forced_command); in auth_clear_options()
76 forced_command = NULL; in auth_clear_options()
147 if (forced_command != NULL) in auth_parse_options()
148 free(forced_command); in auth_parse_options()
149 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
156 forced_command[i++] = '"'; in auth_parse_options()
159 forced_command[i++] = *opts++; in auth_parse_options()
166 free(forced_command); in auth_parse_options()
[all …]
HDauth-options.h30 extern char *forced_command;
HDauth.c344 if (forced_command) { in auth_root_allowed()
HDmonitor_wrap.c420 forced_command = have_forced ? xstrdup("true") : NULL; in mm_key_allowed()
1103 forced_command = have_forced ? xstrdup("true") : NULL; in mm_auth_rsa_key_allowed()
HDmonitor.c1209 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()
1583 buffer_put_int(m, forced_command != NULL); in mm_answer_rsa_keyallowed()
HDsession.c809 } else if (forced_command) { in do_exec()
811 command = forced_command; in do_exec()