[X2Go-Commits] [x2goclient] 01/01: src/sshmasterconnection.cpp: add SecurID prompt to challenge auth code prompts.

git-admin at x2go.org git-admin at x2go.org
Wed Nov 16 11:28:40 CET 2016


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 944dadfd0744583b832369c519a6dbb18577136e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Nov 16 11:28:30 2016 +0100

    src/sshmasterconnection.cpp: add SecurID prompt to challenge auth code prompts.
---
 debian/changelog            |    2 ++
 src/sshmasterconnection.cpp |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b16d7f..101b6bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       the host pub key locations on OS X.
     - src/onmainwindow.cpp: fix error message string in
       printSshDError_noHostPubKey ().
+    - src/sshmasterconnection.cpp: add SecurID prompt to challenge auth code
+      prompts.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/sshmasterconnection.cpp b/src/sshmasterconnection.cpp
index c590cd2..4f1987b 100644
--- a/src/sshmasterconnection.cpp
+++ b/src/sshmasterconnection.cpp
@@ -56,9 +56,10 @@
 static bool isLibSshInited=false;
 
 const QString SshMasterConnection::challenge_auth_code_prompts_[] = {
-  "Verification code:",            // GA   (http://github.com/google/google-authenticator)
-  "One-time password (OATH) for",  // OATH (http://www.nongnu.org/oath-toolkit/pam_oath.html)
-  "passcode:"                      // MOTP (http://motp.sourceforge.net)
+  "Verification code:",            // GA      (http://github.com/google/google-authenticator)
+  "One-time password (OATH) for",  // OATH    (http://www.nongnu.org/oath-toolkit/pam_oath.html)
+  "passcode:",                     // MOTP    (http://motp.sourceforge.net)
+  "Enter PASSCODE:"                // SecurID
 };
 
 

--
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