Searched refs:forced_command (Results 1 – 6 of 6) sorted by relevance
51 char *forced_command = NULL; variable79 free(forced_command); in auth_clear_options()80 forced_command = NULL; in auth_clear_options()176 free(forced_command); in auth_parse_options()177 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()184 forced_command[i++] = '"'; in auth_parse_options()187 forced_command[i++] = *opts++; in auth_parse_options()194 free(forced_command); in auth_parse_options()195 forced_command = NULL; in auth_parse_options()198 forced_command[i] = '\0'; in auth_parse_options()[all …]
30 extern char *forced_command;
379 if (forced_command) { in auth_root_allowed()
423 forced_command = have_forced ? xstrdup("true") : NULL; in mm_key_allowed()
627 } else if (forced_command) { in do_exec()629 command = forced_command; in do_exec()
1209 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()