Remmina - The GTK+ Remote Desktop Client  v1.4.2
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.
kwallet_plugin_main.c File Reference

Go to the source code of this file.

Functions

gboolean remmina_plugin_kwallet_is_service_available ()
 
static gchar * build_kwallet_key (RemminaFile *remminafile, const gchar *key)
 
void remmina_plugin_kwallet_store_password (RemminaFile *remminafile, const gchar *key, const gchar *password)
 
gchar * remmina_plugin_kwallet_get_password (RemminaFile *remminafile, const gchar *key)
 
void remmina_plugin_kwallet_delete_password (RemminaFile *remminafile, const gchar *key)
 
gboolean remmina_plugin_kwallet_init ()
 
G_MODULE_EXPORT gboolean remmina_plugin_entry (RemminaPluginService *service)
 

Variables

static RemminaPluginServiceremmina_plugin_service = NULL
 
static RemminaSecretPlugin remmina_plugin_kwallet
 

Function Documentation

◆ build_kwallet_key()

static gchar* build_kwallet_key ( RemminaFile remminafile,
const gchar *  key 
)
static

Definition at line 53 of file kwallet_plugin_main.c.

◆ remmina_plugin_entry()

G_MODULE_EXPORT gboolean remmina_plugin_entry ( RemminaPluginService service)

Definition at line 130 of file kwallet_plugin_main.c.

◆ remmina_plugin_kwallet_delete_password()

void remmina_plugin_kwallet_delete_password ( RemminaFile remminafile,
const gchar *  key 
)

Definition at line 93 of file kwallet_plugin_main.c.

◆ remmina_plugin_kwallet_get_password()

gchar* remmina_plugin_kwallet_get_password ( RemminaFile remminafile,
const gchar *  key 
)

Definition at line 81 of file kwallet_plugin_main.c.

◆ remmina_plugin_kwallet_init()

gboolean remmina_plugin_kwallet_init ( )

Definition at line 102 of file kwallet_plugin_main.c.

◆ remmina_plugin_kwallet_is_service_available()

gboolean remmina_plugin_kwallet_is_service_available ( )

Definition at line 47 of file kwallet_plugin_main.c.

◆ remmina_plugin_kwallet_store_password()

void remmina_plugin_kwallet_store_password ( RemminaFile remminafile,
const gchar *  key,
const gchar *  password 
)

Definition at line 71 of file kwallet_plugin_main.c.

Variable Documentation

◆ remmina_plugin_kwallet

RemminaSecretPlugin remmina_plugin_kwallet
static
Initial value:
=
"kwallet",
N_("Secured password storage in KWallet"),
NULL,
VERSION,
1000,
}
gboolean remmina_plugin_kwallet_init()
gboolean remmina_plugin_kwallet_is_service_available()
void remmina_plugin_kwallet_store_password(RemminaFile *remminafile, const gchar *key, const gchar *password)
gchar * remmina_plugin_kwallet_get_password(RemminaFile *remminafile, const gchar *key)
void remmina_plugin_kwallet_delete_password(RemminaFile *remminafile, const gchar *key)
N_("Unable to connect to VNC server")
Definition: vnc_plugin.c:907

Definition at line 115 of file kwallet_plugin_main.c.

◆ remmina_plugin_service

RemminaPluginService* remmina_plugin_service = NULL
static

Definition at line 45 of file kwallet_plugin_main.c.