This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 71f178d Fix copy-deps-win32.bat for now by hardcoding WinBuilder VM paths new 9363860 Fix for commit a86676d (mswin PuTTY+Krb auth) 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: sshmasterconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/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 93638601487ffed604d088272c5aa199fe86a3f2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jan 11 11:29:54 2015 -0500 Fix for commit a86676d (mswin PuTTY+Krb auth) --- sshmasterconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index ef0088a..c8669a5 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -1143,7 +1143,7 @@ bool SshMasterConnection::userAuthKrb() #ifdef Q_OS_WIN sshCmd="plink -batch "+user+"@"+host+" -P "+ - QString::number(port)+ shcmd; + QString::number(port)+ " "+shcmd; #else sshCmd="ssh -o GSSApiAuthentication=yes "+user+"@"+host+" -p "+ QString::number(port)+ " -o PasswordAuthentication=no -o PubkeyAuthentication=no "+shcmd; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git