This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from d386996 Provide more meaningful messages on SSH errors (host pub key not found, export pub key not found, authorized_keys file not found). For SSHd startup failures provide different messages on Windows and non-Windows machines. (Fixes: #235). FIXME: add detection code to report SSH daemon startup failures. new 0eb230f fix for last commit 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: onmainwindow.h | 5 ++++- 1 file changed, 4 insertions(+), 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 0eb230f13368a3f4a75c7dff0ddc79f47dfd25c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jun 28 22:47:19 2014 +0200 fix for last commit --- onmainwindow.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/onmainwindow.h b/onmainwindow.h index 0ea829b..a7bb3d1 100644 --- a/onmainwindow.h +++ b/onmainwindow.h @@ -1106,7 +1106,10 @@ private: void initSelectSessDlg(); void initStatusDlg(); void initPassDlg(); - void printSshDError(); + void printSshDError_startupFailure(); + void printSshDError_noHostPubKey(); + void printSshDError_noExportPubKey(); + void printSshDError_noAuthorizedKeysFile(); void loadPulseModuleNativeProtocol(); void initEmbedToolBar(); #ifdef Q_OS_LINUX -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git