Remmina - The GTK+ Remote Desktop Client  v1.4.22
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_stats_sender.c File Reference

Go to the source code of this file.

Data Structures

struct  sc_tdata
 

Functions

static void soup_callback (SoupSession *session, SoupMessage *msg, gpointer user_data)
 
static gchar * rsa_encrypt_string (RSA *pubKey, const char *instr)
 
static gboolean remmina_stats_collector_done (gpointer data)
 
static gpointer remmina_stats_collector (gpointer data)
 
void remmina_stats_sender_send (gboolean show_only)
 
gboolean remmina_stat_sender_can_send ()
 
static gboolean remmina_stats_sender_periodic_check (gpointer user_data)
 
void remmina_stats_sender_schedule ()
 

Variables

static char * remmina_RSA_PubKey_v1
 

Function Documentation

◆ remmina_stat_sender_can_send()

gboolean remmina_stat_sender_can_send ( void  )

Definition at line 299 of file remmina_stats_sender.c.

◆ remmina_stats_collector()

static gpointer remmina_stats_collector ( gpointer  data)
static

Definition at line 269 of file remmina_stats_sender.c.

◆ remmina_stats_collector_done()

static gboolean remmina_stats_collector_done ( gpointer  data)
static

Definition at line 166 of file remmina_stats_sender.c.

◆ remmina_stats_sender_periodic_check()

static gboolean remmina_stats_sender_periodic_check ( gpointer  user_data)
static

Definition at line 307 of file remmina_stats_sender.c.

◆ remmina_stats_sender_schedule()

void remmina_stats_sender_schedule ( void  )

Definition at line 331 of file remmina_stats_sender.c.

◆ remmina_stats_sender_send()

void remmina_stats_sender_send ( gboolean  show_only)

Definition at line 286 of file remmina_stats_sender.c.

◆ rsa_encrypt_string()

static gchar* rsa_encrypt_string ( RSA *  pubKey,
const char *  instr 
)
static

Definition at line 117 of file remmina_stats_sender.c.

◆ soup_callback()

static void soup_callback ( SoupSession *  session,
SoupMessage *  msg,
gpointer  user_data 
)
static

Definition at line 80 of file remmina_stats_sender.c.

Variable Documentation

◆ remmina_RSA_PubKey_v1

char* remmina_RSA_PubKey_v1
static
Initial value:
=
"-----BEGIN PUBLIC KEY-----\n"
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwuI8eOnDV2y9uPdhN+6Q\n"
"Cju8+YapN0wKlvwfy1ccQBS+4YnM7/+vzelOzLXJwWBDr/He7G5XEIzOcc9LZsRw\n"
"XYAoeB3+kP4OrNIVmKfxL7uijoh+79t3WpR8OOOTFDLmtk23tvdJVj+KfRpm0REK\n"
"BmdPHP8NpBzQElEDgXP9weHwQhPLB6MqpaJmfR4AqSumAcsukjbSaCWhqjO2rEiA\n"
"eXqJ0JE+PIe4WO1IBvKyYBYP3S77FEMJojkVWGVsjOUGe2VqpX02GaRajRkbqzNK\n"
"dGmLQt//kcCuPkiqm/qQQTZc0JJYUrmOjFJW9jODQKXHdZrSz8Xz5+v6VJ49v2TM\n"
"PwIDAQAB\n"
"-----END PUBLIC KEY-----\n"

Definition at line 64 of file remmina_stats_sender.c.