This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b8e3027 debian/changelog: add entry for the latest change. new 944dadf src/sshmasterconnection.cpp: add SecurID prompt to challenge auth code prompts. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ src/sshmasterconnection.cpp | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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