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

Go to the source code of this file.

Functions

void remmina_passwd_repwd_on_changed (GtkEditable *editable, RemminaPasswdDialog *dialog)
 
static void remmina_passwd_password_activate (GtkEntry *entry, gpointer user_data)
 
static void remmina_passwd_cancel_clicked (GtkButton *btn, gpointer user_data)
 
static void remmina_passwd_submit_clicked (GtkButton *btn, gpointer user_data)
 
gboolean remmina_passwd (GtkWindow *parent, gchar **unlock_password)
 

Variables

static RemminaPasswdDialogremmina_passwd_dialog
 

Function Documentation

◆ remmina_passwd()

gboolean remmina_passwd ( GtkWindow *  parent,
gchar **  unlock_password 
)

Definition at line 110 of file remmina_passwd.c.

◆ remmina_passwd_cancel_clicked()

static void remmina_passwd_cancel_clicked ( GtkButton *  btn,
gpointer  user_data 
)
static

Definition at line 96 of file remmina_passwd.c.

◆ remmina_passwd_password_activate()

static void remmina_passwd_password_activate ( GtkEntry *  entry,
gpointer  user_data 
)
static

Definition at line 88 of file remmina_passwd.c.

◆ remmina_passwd_repwd_on_changed()

void remmina_passwd_repwd_on_changed ( GtkEditable *  editable,
RemminaPasswdDialog dialog 
)

Definition at line 49 of file remmina_passwd.c.

◆ remmina_passwd_submit_clicked()

static void remmina_passwd_submit_clicked ( GtkButton *  btn,
gpointer  user_data 
)
static

Definition at line 102 of file remmina_passwd.c.

Variable Documentation

◆ remmina_passwd_dialog

RemminaPasswdDialog* remmina_passwd_dialog
static

Definition at line 46 of file remmina_passwd.c.