Searched refs:forced_command (Results 1 – 6 of 6) sorted by relevance
46 char *forced_command = NULL; variable70 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 …]
31 extern char *forced_command;
221 if (forced_command) { in auth_root_allowed()
380 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()
784 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()1151 buffer_put_int(m, forced_command != NULL); in mm_answer_rsa_keyallowed()
711 } else if (forced_command) { in do_exec()713 command = forced_command; in do_exec()