[X2Go-Commits] [x2goclient] 01/02: src/onmainwindow.h: add new enum for selecting SSH host key types.

git-admin at x2go.org git-admin at x2go.org
Wed May 25 01:19:30 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit cc6c346aa11b7e008935db7cdfa622ea9cc482f3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue May 24 23:55:56 2016 +0200

    src/onmainwindow.h: add new enum for selecting SSH host key types.
---
 debian/changelog   |    1 +
 src/onmainwindow.h |    8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6892aa1..e96500e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       new add_to_path () function.
     - src/{onmainwindow,sshmasterconnection}.cpp: refactoring and whitespace only
       changes following up the #1027 patch.
+    - src/onmainwindow.h: add new enum for selecting SSH host key types.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
diff --git a/src/onmainwindow.h b/src/onmainwindow.h
index 0962ac6..1385cf7 100644
--- a/src/onmainwindow.h
+++ b/src/onmainwindow.h
@@ -337,6 +337,14 @@ public:
         ESD
     };
 
+    enum {
+        RSA_KEY_TYPE,
+        DSA_KEY_TYPE,
+        ECDSA_KEY_TYPE,
+        ED25519_KEY_TYPE,
+        UNKNOWN_KEY_TYPE
+    } key_types;
+
     static bool debugging;
 
     static bool portable;

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list