|
static void | add_history (UNUSED char *line) |
|
static int | cmd_exit (FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_exit (UNUSED FILE *fp, UNUSED FILE *fp_err, UNUSED void *ctx, UNUSED fr_cmd_info_t const *info) |
|
static int | cmd_help (FILE *fp, UNUSED FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_set_debug_level (UNUSED FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_show_client (FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_show_config_item (FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_show_config_section (FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_show_debug_level (FILE *fp, UNUSED FILE *fp_err, UNUSED void *ctx, UNUSED fr_cmd_info_t const *info) |
|
static int | cmd_stats_memory (FILE *fp, FILE *fp_err, UNUSED void *ctx, fr_cmd_info_t const *info) |
|
static int | cmd_terminate (UNUSED FILE *fp, UNUSED FILE *fp_err, UNUSED void *ctx, UNUSED fr_cmd_info_t const *info) |
|
static int | cmd_uptime (FILE *fp, UNUSED FILE *fp_err, UNUSED void *ctx, UNUSED fr_cmd_info_t const *info) |
|
static void * | fr_radmin (UNUSED void *input_ctx) |
|
void | fr_radmin_complete (FILE *fp, const char *text, int start) |
|
void | fr_radmin_help (FILE *fp, char const *text) |
|
int | fr_radmin_register (UNUSED TALLOC_CTX *talloc_ctx, char const *name, void *ctx, fr_cmd_table_t *table) |
|
int | fr_radmin_run (fr_cmd_info_t *info, FILE *fp, FILE *fp_err, char *str, bool read_only) |
| Run a command from an input string. More...
|
|
int | fr_radmin_start (main_config_t *config, bool cli) |
|
void | fr_radmin_stop (void) |
|
static char * | readline (char const *prompt) |
|
static int | tab_expand_config_item (TALLOC_CTX *talloc_ctx, void *ctx, fr_cmd_info_t *info, int max_expansions, char const **expansions) |
|
static int | tab_expand_config_section (TALLOC_CTX *talloc_ctx, void *ctx, fr_cmd_info_t *info, int max_expansions, char const **expansions) |
|
static int | tab_expand_config_thing (TALLOC_CTX *talloc_ctx, UNUSED void *ctx, fr_cmd_info_t *info, int max_expansions, char const **expansions, bool want_section) |
|
Internal implementation of radmin.
- Id
- 6bfd234d56f0ce0ba9b5c032dbf41d7b9adbba83
- Copyright
- 2018 The FreeRADIUS server project
-
2018 Alan DeKok (aland.nosp@m.@fre.nosp@m.eradi.nosp@m.us.o.nosp@m.rg)
Definition in file radmin.c.