X2Go Bug report logs - #420
Fix password connection with libssh 0.6.0

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Orion Poplawski <orion@cora.nwra.com>

Date: Wed, 29 Jan 2014 16:45:01 UTC

Severity: normal

Tags: patch, pending

Found in version 4.0.1.3

Fixed in version 4.0.1.4

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#420; Package x2goclient. (Wed, 29 Jan 2014 16:45:01 GMT) (full text, mbox, link).


Acknowledgement sent to Orion Poplawski <orion@cora.nwra.com>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Wed, 29 Jan 2014 16:45:01 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Orion Poplawski <orion@cora.nwra.com>
To: submit@bugs.x2go.org
Subject: Fix password connection with libssh 0.6.0
Date: Wed, 29 Jan 2014 09:43:51 -0700
[Message part 1 (text/plain, inline)]
Package: x2goclient
Version: 4.0.1.3
Tags: patch

Starting with libssh 0.6.0, ssh_userauth_list() no longer automatically calls
ssh_userauth_none() if needed (auth_methods == 0) to populate the list of
methods available.  This patch calls it explicitly.  An alternative would be
to simply try authenticating.

Without this, attempts to connect with a password fails with an empty
"Authentication failed" error window.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                   http://www.nwra.com
[x2goclient-sshauth.patch (text/x-patch, attachment)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#420; Package x2goclient. (Wed, 29 Jan 2014 20:20:01 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Wed, 29 Jan 2014 20:20:02 GMT) (full text, mbox, link).


Message #10 received at 420@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 420@bugs.x2go.org
Cc: Orion Poplawski <orion@cora.nwra.com>
Subject: Re: [X2Go-Dev] Bug#420: Fix password connection with libssh 0.6.0
Date: Wed, 29 Jan 2014 20:19:25 +0000
[Message part 1 (text/plain, inline)]
Hi Alex,

On  Mi 29 Jan 2014 17:43:51 CET, Orion Poplawski wrote:

> Package: x2goclient
> Version: 4.0.1.3
> Tags: patch
>
> Starting with libssh 0.6.0, ssh_userauth_list() no longer automatically calls
> ssh_userauth_none() if needed (auth_methods == 0) to populate the list of
> methods available.  This patch calls it explicitly.  An alternative would be
> to simply try authenticating.
>
> Without this, attempts to connect with a password fails with an empty
> "Authentication failed" error window.

Can you verify the submitted patch against X2Go Client and apply to  
release/4.0.1.x branch of X2Go Client.

Please let me if I then shall cherry-pick the same patch onto the  
master branch (with the new rev tunnel code already applied) or if it  
needs a different fix or no fix at all for the master branch.

Thanks,
Mike
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#420; Package x2goclient. (Sat, 29 Mar 2014 22:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sat, 29 Mar 2014 22:05:02 GMT) (full text, mbox, link).


Message #15 received at 420@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 420-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 420@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) has been marked as pending for release
Date: Sat, 29 Mar 2014 23:00:46 +0100 (CET)
tag #420 pending
fixed #420 4.0.1.4
thanks

Hello,

X2Go issue #420 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=c9e895b

The issue will most likely be fixed in src:x2goclient (4.0.1.4).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit c9e895b59c038c9c2a8c68ab66c53f2abb868092
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Sat Mar 29 21:11:45 2014 +0100

    Fix password connection with libssh 0.6.0. (Fixes: #420).

diff --git a/debian/changelog b/debian/changelog
index 36e61a3..e757677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low
 
   [ Orion Poplawski ]
   * New upstream version (4.0.1.4):
-    - Fix password connection with libssh 0.6.0
+    - Fix password connection with libssh 0.6.0. (Fixes: 420).
     - Don't use ancient Debianism's for ssh options (ProtocolKeepAlives).
       (Fixes: #434).
 


Added tag(s) pending. Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de> to control@bugs.x2go.org. (Sat, 29 Mar 2014 22:05:02 GMT) (full text, mbox, link).


Marked as fixed in versions 4.0.1.4. Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de> to control@bugs.x2go.org. (Sat, 29 Mar 2014 22:05:02 GMT) (full text, mbox, link).


Message sent on to Orion Poplawski <orion@cora.nwra.com>:
Bug#420. (Sat, 29 Mar 2014 22:05:03 GMT) (full text, mbox, link).


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#420; Package x2goclient. (Wed, 02 Apr 2014 18:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to Matthew Ohlmeyer <matthew.a.ohlmeyer@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Wed, 02 Apr 2014 18:15:02 GMT) (full text, mbox, link).


Message #27 received at 420@bugs.x2go.org (full text, mbox, reply):

From: Matthew Ohlmeyer <matthew.a.ohlmeyer@gmail.com>
To: 420@bugs.x2go.org
Subject: A workaround for this issue
Date: Wed, 2 Apr 2014 14:12:21 -0400
[Message part 1 (text/plain, inline)]
To anyone having the issue, and awaiting the new release, you can revert to
an older release as a workaround.

4.0.0.4 or lower should not have the issue.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#420; Package x2goclient. (Thu, 10 Apr 2014 11:55:04 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Thu, 10 Apr 2014 11:55:04 GMT) (full text, mbox, link).


Message #32 received at 420@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 420-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 420@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) has been marked as closed
Date: Thu, 10 Apr 2014 13:52:12 +0200 (CEST)
close #420
thanks

Hello,

we are very hopeful that X2Go issue #420 reported by you
has been resolved in the new release (4.0.1.4) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.1.4)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.

    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=c701ee64098a4809d8458feeccb364044f27b2cc;hp=f84e4ed11d25365ff1e50ebbf83f199c4d748111

If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:x2goclient
Version: 4.0.1.4-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:46:33 +0200
Fixes: 420 434
Changes: 
 x2goclient (4.0.1.4-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.1.4):
     - Increase ssh_select timeout to 0.5 sec.
     - Set mod map from client to server on Mac, hide keyboard settings on Mac.
     - Fix mod map on Mac with kerberos.
     - Fix focus on pass form.
 .
   [ Orion Poplawski ]
   * New upstream version (4.0.1.4):
     - Fix password connection with libssh 0.6.0. (Fixes: 420).
     - Don't use ancient Debianism's for ssh options (ProtocolKeepAlives).
       (Fixes: #434).
 .
   [ Martti Pitkanen ]
   * New upstream version (4.0.1.4):
     - Update Finnish translation file.
 .
   [ Robert Parts ]
   * New upstream version (4.0.1.4):
     - Add new translation of X2Go Client to Estonian.
 .
   [ Nicolai Hansen ]
   * New upstream version (4.0.1.4):
     - Update Danish translation file.
 .
   [ Jos ]
   * New upstream version (4.0.1.4):
     - Add new translation of X2Go Client to Dutch.


Marked Bug as done Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de> to control@bugs.x2go.org. (Thu, 10 Apr 2014 11:55:09 GMT) (full text, mbox, link).


Notification sent to Orion Poplawski <orion@cora.nwra.com>:
Bug acknowledged by developer. (Thu, 10 Apr 2014 11:55:09 GMT) (full text, mbox, link).


Message sent on to Orion Poplawski <orion@cora.nwra.com>:
Bug#420. (Thu, 10 Apr 2014 11:55:13 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.x2go.org> to internal_control@bugs.x2go.org. (Fri, 09 May 2014 05:24:01 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 12:11:43 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.