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 (tmow) <antenore@simbiosi.org>2022-01-04 17:54:28 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-04 17:54:28 +0300
commite5f27de6ad23f85dd1cfcd0ec560b2c54234c58a (patch)
tree35306363a51e74f5b198b0f47d9027e90838b4c9 /src/remmina_pref.h
parent310e6f98e789fd1b2381d5b2c1e0c1884f04598b (diff)
Remmina Hardening and Compliance
This Patch is meant to: - Enhance the use of the Primary Password - Replace the internal password hashing algorithm - Add an auditing log. This first commit adds some new settings in the Remmina preferences editor, and enhance the Primary Password functionalities. It's now possible to chose to lock Preferences (default), connections and edit actions (separately). Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 4fe45757f..6e5fc9ed7 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -167,10 +167,12 @@ typedef struct _RemminaPref {
guint shortcutkey_disconnect;
guint shortcutkey_toolbar;
/* In RemminaPrefDialog security tab */
- gboolean use_master_password;
+ gboolean use_primary_password;
const gchar * unlock_password;
const gchar * unlock_repassword;
gint unlock_timeout;
+ gboolean lock_connect;
+ gboolean lock_edit;
gboolean trust_all;
/* In RemminaPrefDialog terminal tab */
gchar * vte_font;