Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauth-options.c46 char *forced_command = NULL; variable
70 if (forced_command) { in auth_clear_options()
71 xfree(forced_command); in auth_clear_options()
72 forced_command = NULL; in auth_clear_options()
134 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
141 forced_command[i++] = '"'; in auth_parse_options()
144 forced_command[i++] = *opts++; in auth_parse_options()
151 xfree(forced_command); in auth_parse_options()
152 forced_command = NULL; in auth_parse_options()
155 forced_command[i] = '\0'; in auth_parse_options()
[all …]
Dauth-options.h31 extern char *forced_command;
Dauth.c221 if (forced_command) { in auth_root_allowed()
Dmonitor_wrap.c380 forced_command = have_forced ? xstrdup("true") : NULL; in mm_key_allowed()
873 forced_command = have_forced ? xstrdup("true") : NULL; in mm_auth_rsa_key_allowed()
Dmonitor.c784 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()
1151 buffer_put_int(m, forced_command != NULL); in mm_answer_rsa_keyallowed()
Dsession.c711 } else if (forced_command) { in do_exec()
713 command = forced_command; in do_exec()