[X2Go-Commits] [x2goclient] 02/03: 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 00:56:58 CEST 2016


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

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 8142119ba3b6e39a16526afa8bda0eb45ac057dd
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 1ac857d..e6ca030 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -307,6 +307,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.cpp: fix typo in fetch_pulseaudio_version (). Read
       standard output from temporary process, not our "main" server process
       (which at this point is not even started yet.)
+    - 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 65f5e6f..cb71871 100644
--- a/src/onmainwindow.h
+++ b/src/onmainwindow.h
@@ -342,6 +342,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