Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-11-26 15:43:16 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-26 15:43:16 +0300
commit3d66abc80c423794f38d279aefaf30cb5fd5f8c6 (patch)
tree71a9d7cbb18a1b03b599319b9320371ba781ab2f /src/remmina_pref.h
parentb1860040fa4c6ad98fcba9ba8c2ab017f417179c (diff)
Automatically accept changes to fingerprints and certificates
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index e13f2db81..fbc0cf523 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -116,10 +116,6 @@ typedef struct _RemminaPref {
gboolean deny_screenshot_clipboard;
const gchar * screenshot_name;
gboolean save_view_mode;
- gboolean use_master_password;
- const gchar * unlock_password;
- const gchar * unlock_repassword;
- gint unlock_timeout;
gint default_action;
gint scale_quality;
gint auto_scroll_step;
@@ -161,6 +157,12 @@ typedef struct _RemminaPref {
guint shortcutkey_minimize;
guint shortcutkey_disconnect;
guint shortcutkey_toolbar;
+ /* In RemminaPrefDialog security tab */
+ gboolean use_master_password;
+ const gchar * unlock_password;
+ const gchar * unlock_repassword;
+ gint unlock_timeout;
+ gboolean trust_all;
/* In RemminaPrefDialog terminal tab */
gchar * vte_font;
gboolean vte_allow_bold_text;