$Revision: 1.29 $
Protocol config module (pc). This is the protocol that the admin uses to talk to the server.
Status: NOT REVUED, NOT TESTED
Included from | modules/pc/protocol_config.h | |
Visible in: | modules/pc/pc_commands.c | |
modules/pc/protocol_config.c | ||
Used in: | command_show() | modules/pc/pc_commands.c |
Included from | modules/pc/protocol_config.h | |
Visible in: | modules/pc/pc_commands.c | |
modules/pc/protocol_config.c | ||
Used in: | command_set() | modules/pc/pc_commands.c |
Included from | modules/pc/protocol_config.h | |
Visible in: | modules/pc/pc_commands.c | |
modules/pc/protocol_config.c | ||
Used in: | command_stop() | modules/pc/pc_commands.c |
Prototyped in: | modules/pc/protocol_config.h | |
Calls: | CO_get_authenticate() | modules/co/constants.c |
CO_get_prompt() | modules/co/constants.c | |
CO_get_welcome() | modules/co/constants.c | |
ER_inf_va() | modules/er/er.c | |
authenticate_user() | modules/pc/protocol_config.c | |
process_input() | modules/pc/protocol_config.c | |
SK_cd_gets(), SK_cd_printf(), SK_cd_puts(), SK_close(), SK_getpeerip(), SK_getpeername(), TA_increment(), TA_setactivity(), ctime_r(), fprintf(), free(), memset(), strdup(), strlen(), time(), wr_real_free() | ||
References Variables: | SV_starttime |
Prototyped in: | modules/pc/protocol_config.h | |
Calls: | find_command() | modules/pc/protocol_config.c |
show_commands() | modules/pc/protocol_config.c | |
fprintf(), free(), g_string_sprintfa(), strlen(), strtok_r(), wr_string() | ||
Called by: | command_set() | modules/pc/pc_commands.c |
command_show() | modules/pc/pc_commands.c | |
command_stop() | modules/pc/pc_commands.c | |
process_input() | modules/pc/protocol_config.c |
Calls: | PR_get_property(), SK_cd_gets(), SK_cd_puts(), crypt(), fprintf(), strcmp(), strcpy(), strlen(), strncpy(), wr_real_malloc() | |
Called by: | PC_interact() | modules/pc/protocol_config.c |
Prototyped in: | modules/pc/pc_commands.h | |
Calls: | show_commands() | modules/pc/protocol_config.c |
Called by: | process_input() | modules/pc/protocol_config.c |
Used in: | modules/pc/protocol_config.c | |
References Variables: | command | modules/pc/protocol_config.c |
Calls: | strcmp(), strtok_r(), wr_real_free(), wr_string() | |
Called by: | command_execute() | modules/pc/protocol_config.c |
process_input() | modules/pc/protocol_config.c |
Process the input.static int process_input ( char* input, sk_conn_st* condat )
More:Author: ottrey
Calls: | CO_get_clear_screen() | modules/co/constants.c |
CO_get_prompt() | modules/co/constants.c | |
command_execute() | modules/pc/protocol_config.c | |
command_help() | modules/pc/protocol_config.c | |
find_command() | modules/pc/protocol_config.c | |
SK_cd_printf(), SK_cd_puts(), g_string_free(), g_string_new() | ||
Called by: | PC_interact() | modules/pc/protocol_config.c |
References Variables: | command | modules/pc/protocol_config.c |
Calls: | g_string_sprintfa() | |
Called by: | command_execute() | modules/pc/protocol_config.c |
command_help() | modules/pc/protocol_config.c |