Searched refs:forced_command (Results 1 – 6 of 6) sorted by relevance
46 char *forced_command = NULL; variable74 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 …]
30 extern char *forced_command;
344 if (forced_command) { in auth_root_allowed()
420 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()
1209 buffer_put_int(m, forced_command != NULL); in mm_answer_keyallowed()1583 buffer_put_int(m, forced_command != NULL); in mm_answer_rsa_keyallowed()
809 } else if (forced_command) { in do_exec()811 command = forced_command; in do_exec()