ServidorTFG
|
Public Member Functions | |
session_manager_ssl (SSL *fd) | |
session_manager_ssl Object that gide a secure session More... | |
![]() | |
session_manager (int fd) | |
session_manager::session_manager Object that guide a session More... | |
void | start_dialog () |
start_dialog Start the default state, ready to listen petitions | |
int | generate_package () |
generate_package Generate a package More... | |
int | remove () |
remove Remove a package More... | |
void | send_information () |
send_information Send the actual packages generated whit these aplication | |
void | send_user_info () |
send_user_info Send the list of generated users and the privileges | |
bool | validate_pass () |
validate_pass Recive an user and password and check if these mach with the users database More... | |
void | create_user () |
create_user Recive an user and password to create a user | |
void | remove_user () |
remove_user Recive a user to remove it | |
session_manager_ssl::session_manager_ssl | ( | SSL * | fd | ) |
session_manager_ssl Object that gide a secure session
fd | File desccriptor used in the ssl conexion |