From unknown Fri Mar 29 00:02:29 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#315 closed by Mike Gabriel (X2Go issue (in src:x2goclient) has been marked as closed) Message-ID: References: <20131217145521.6715D5DB2C@ymir> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 315 X-X2go-PR-Package: x2goclient X-X2go-PR-Source: x2goclient Date: Tue, 17 Dec 2013 15:03:08 +0000 Content-Type: multipart/mixed; boundary="----------=_1387292588-10973-0" This is a multi-part message in MIME format... ------------=_1387292588-10973-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the x2goclient package: #315: host and user fields in settings widget must be trimmed It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1387292588-10973-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 17 Dec 2013 14:57:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: by ymir (Postfix, from userid 1005) id 6715D5DB2C; Tue, 17 Dec 2013 15:55:21 +0100 (CET) From: Mike Gabriel To: 315-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 315@bugs.x2go.org Subject: X2Go issue (in src:x2goclient) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20131217145521.6715D5DB2C@ymir> Date: Tue, 17 Dec 2013 15:55:21 +0100 (CET) close #315 thanks Hello, we are very hopeful that X2Go issue #315 reported by you has been resolved in the new release (4.0.1.2) of the X2Go source project »src:x2goclient«. You can view the complete changelog entry of src:x2goclient (4.0.1.2) 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=34591fd62844b2b955e6a4bf3cf44d4759c5e44c;hp=d5ff7886ae22a1e36541570e7095fac9860af6e8 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.2-0x2go2 Status: RELEASE Date: Tue, 17 Dec 2013 15:21:38 +0100 Fixes: 139 230 241 311 315 316 328 333 Changes: x2goclient (4.0.1.2-0x2go2) RELEASED; urgency=low . [ Mike Gabriel ] * New upstream version (4.0.1.2): - Provide Keywords: key in .desktop file. - Add NSIS packaging files for win32 builds to source tree. (Files provided by Oleksandr Shneyder, thanks!!!). - Rename win32 desktop and startmenu icon from "X2goClient" to "X2Go Client". - Store broker HTTPS certificate exceptions in $HOME/.x2go/ssl/exceptions (before: $HOME/ssl/exceptions). (Fixes: #328). - Perform sanity checks on data that comes in from X2Go Servers. Prohibit the execution of arbitrary code via the ~/.bashrc file. (Fixes: #333). - Add option --broker-cacertfile. Allow usage of non-system-wide installed (self-signed) SSL certificate chains for https (SSL) session broker connections. (Fixes: #311). - Update man page for new --tray-icon cmdline option. - Update man page for --broker-url. Explain the syntax of . - Properly handle (=expand) the "~" character in key filenames. (Brought to attention by Eldamir on IRC. Thanks!). - Expand tilde operator for all other file paths handed over to X2Go Client via sessions file or cmdline parameter. - Syntax fix of x2goclient.desktop file. - Test for various file locations of the pulseaudio cookie file. - Allow patching of qmake-qt4 executable path in Makefile. - Make qmake-qt4 and lrelease path in Makefile easily replacable (as RHEL-5 does not have those tools in $PATH). - Make sure that build_client and build_plugin are not build with parallel make. - Make x2goplugin-provider installable via Makefile. * Pull-in packaging changes from Debian. * debian/source/format: + Switch to format 1.0. * x2goclient.spec: + Ship x2goclient.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers). + Clear (Fedora package) changelog. + Make package build on Fedora/EPEL versions that do not have the qtbrowserplugin package. + For EPEL-5 builds: replace full path to qmake-qt4 and lrelease. + Split up package into bin:packages: x2goclient, x2goplugin, x2goplugin-provider. + Make sure lrelease-qt4 is executed (not just lrelease). . [ Ricardo Díaz Martín ] * New upstream versino (4.0.1.2): - Strip whitespaces off of user name, host name and other strings when loading / saving session profiles.(Fixes: #315). - New option --tray-icon. Force showing the tray icon, even for hidden sessions. Also allow creation of .desktop files with --tray-icon optionally being enabled. (Fixes: #316). - Update Spanish translation. . [ Oleksandr Shneyder ] * New upstream version (4.0.1.2): - Support for keys "shadowuser" "shadowdisplay" and "shadowmode" in config file. This allows choosing the default display for shadow sessions. - Support for GSSApi(Kerberos 5) authentication. Using ssh/scp commands on Linux and Mac and plink/pscp on Windows. - Support for ChallengeResponseAuthentication (Google Authenticator) - Setting main window focus on mac (Fixes: #139). - Additional check if authentication with GSSApi successfull - c121b7e2d3d83abdc2d7a29637bc3294e38b2ec3 broke checking if remote command produce only stderr and not stdout. It made x2goclient crash if x2gostartagent send LIMIT error. Current commit fixes this issue. - SshMasterConnection should use current user name if no user name is specified in session settings - GSSApi(Kerberos 5) authentication for sshproxy and sshbroker - fixed GSSApi(Kerberos 5) authentication for sshproxy and sshbroker on windows . [ Heinrich Schuchardt ] * New upstream version (4.0.1.2): - Handle SSH host key changes more elegantly and allow user interaction if such a host key change occurs. (Fixes: #241). . [ Michael DePaulo ] * New upstream version (4.0.1.2): - win32: Add uninstall information to Add/Remove Programs. (Fixes: #230). ------------=_1387292588-10973-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 3 Oct 2013 06:43:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-ve0-f173.google.com (mail-ve0-f173.google.com [209.85.128.173]) by ymir (Postfix) with ESMTPS id 234B93BDED for ; Thu, 3 Oct 2013 08:43:49 +0200 (CEST) Received: by mail-ve0-f173.google.com with SMTP id cz12so1400488veb.4 for ; Wed, 02 Oct 2013 23:43:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kDNbDH63K6Bs3o8jF7FlOyLx/3wFXmQnQd+nlL9tszY=; b=hD4v/+M0Zgko8PMKfDweV8qOr4eVXrt6J0j1ZQUjPkenzvhGIV28wCEkqsNgSWFgMI NrzFbfyAQg3Uubynp+Nyi/P/vHQ5pZaECkagRk/p5TjddJiHik2CLAnFZ9eIwsBaxDsG xdhEy08Bt7XrHmGro0AKhjsyQnRlb8uTP8lG1VXCwJAoj1I2NX2Ry0FdQ2sc3vzjBrsW PiqhiXnettxlpwTLK7d1ZIue9j4ehK4CloRr2ff78uaGJWhnjqniPEjQDsqYKT4xxvfz hcsHW9EXPWLtghpQ8A/Lm2tjz9utMlRnDoLY+RzcHn+moOSYTF6VGEFt28/ifrOr+Lvi u8sA== MIME-Version: 1.0 X-Received: by 10.52.64.143 with SMTP id o15mr4981748vds.16.1380782627707; Wed, 02 Oct 2013 23:43:47 -0700 (PDT) Received: by 10.58.33.168 with HTTP; Wed, 2 Oct 2013 23:43:47 -0700 (PDT) Date: Thu, 3 Oct 2013 08:43:47 +0200 Message-ID: Subject: host and user fields in settings widget must be trimmed From: =?UTF-8?B?UmljYXJkbyBEw61heiBNYXJ0w61u?= To: submit@bugs.x2go.org Content-Type: multipart/mixed; boundary=20cf307761530979a704e7d0829e --20cf307761530979a704e7d0829e Content-Type: multipart/alternative; boundary=20cf307761530979a204e7d0829c --20cf307761530979a204e7d0829c Content-Type: text/plain; charset=UTF-8 Package: x2goclient Version: 4.1.0 Tag: patch Hi, I got a related issue this week supporting a user. I gave him the new ip for remote x2go host and he did a copy/paste from Skype to host field in x2goclient. He did a mistake adding blank space after host ip. So when he tried to connect ssh host key verification began a infinite loop asking for accept new ssh key for the ip+blank space. It was very difficult to debug. The tip was doing cat to know_host file you could see [xxx.xxx.xxx.xxx ] <- extra blank space after last ip group. --20cf307761530979a204e7d0829c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Package: x2goclient
Version: 4.1.0
Tag: patch

Hi,

I got a = related issue this week supporting a user. I gave him the new ip for remote= x2go host and he did a copy/paste from Skype to host field in x2goclient. = He did a mistake adding blank space after host ip. So when he tried to conn= ect ssh host key verification began a infinite loop asking for accept new s= sh key for the ip+blank space.

It was very difficult to debug. The tip was doing cat t= o know_host file you could see [xxx.xxx.xxx.xxx ] <- extra blank space a= fter last ip group.
--20cf307761530979a204e7d0829c-- --20cf307761530979a704e7d0829e Content-Type: application/octet-stream; name="0001-host-and-usernam-are-now-trimmed-when-read-save.patch" Content-Disposition: attachment; filename="0001-host-and-usernam-are-now-trimmed-when-read-save.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hmblkd2d0 RnJvbSBiM2QwZTY2MDQ0OThmMmIxODAyMmE5YzM0YTcxY2FlMTBkMzJkNmU1IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBSaWNhcmRvIERpYXogPG9jZWFub3NvZnRsYXBhbG1hQGdtYWls LmNvbT4KRGF0ZTogVGh1LCAzIE9jdCAyMDEzIDA3OjE3OjEwICswMTAwClN1YmplY3Q6IFtQQVRD SF0gaG9zdCBhbmQgdXNlcm5hbSBhcmUgbm93IHRyaW1tZWQgd2hlbiByZWFkL3NhdmUKCi0tLQog c2Vzc2lvbndpZGdldC5jcHAgfCA4ICsrKystLS0tCiAxIGZpbGUgY2hhbmdlZCwgNCBpbnNlcnRp b25zKCspLCA0IGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBhL3Nlc3Npb253aWRnZXQuY3BwIGIv c2Vzc2lvbndpZGdldC5jcHAKaW5kZXggNjJiN2VhNC4uZjVkNTk3NyAxMDA2NDQKLS0tIGEvc2Vz c2lvbndpZGdldC5jcHAKKysrIGIvc2Vzc2lvbndpZGdldC5jcHAKQEAgLTUxMSwxMCArNTExLDEw IEBAIHZvaWQgU2Vzc2lvbldpZGdldDo6cmVhZENvbmZpZygpCiAKICAgICBzZXJ2ZXItPnNldFRl eHQgKCBzdC5zZXR0aW5nKCktPnZhbHVlICgKICAgICAgICAgICAgICAgICAgICAgICAgICAgc2Vz c2lvbklkKyIvaG9zdCIsCi0gICAgICAgICAgICAgICAgICAgICAgICAgICggUVZhcmlhbnQgKSBR U3RyaW5nOjpudWxsICkudG9TdHJpbmcoKSApOworICAgICAgICAgICAgICAgICAgICAgICAgICAo IFFWYXJpYW50ICkgUVN0cmluZzo6bnVsbCApLnRvU3RyaW5nKCkudHJpbW1lZCgpICk7CiAgICAg dW5hbWUtPnNldFRleHQgKCBzdC5zZXR0aW5nKCktPnZhbHVlICgKICAgICAgICAgICAgICAgICAg ICAgICAgICBzZXNzaW9uSWQrIi91c2VyIiwKLSAgICAgICAgICAgICAgICAgICAgICAgICAoIFFW YXJpYW50ICkgUVN0cmluZzo6bnVsbCApLnRvU3RyaW5nKCkgKTsKKyAgICAgICAgICAgICAgICAg ICAgICAgICAoIFFWYXJpYW50ICkgUVN0cmluZzo6bnVsbCApLnRvU3RyaW5nKCkudHJpbW1lZCgp ICk7CiAgICAga2V5LT5zZXRUZXh0ICggc3Quc2V0dGluZygpLT52YWx1ZSAoCiAgICAgICAgICAg ICAgICAgICAgICAgIHNlc3Npb25JZCsiL2tleSIsCiAgICAgICAgICAgICAgICAgICAgICAgICgg UVZhcmlhbnQgKSBRU3RyaW5nOjpudWxsICkudG9TdHJpbmcoKSApOwpAQCAtNzY3LDkgKzc2Nyw5 IEBAIHZvaWQgU2Vzc2lvbldpZGdldDo6c2F2ZVNldHRpbmdzKCkKICAgICBzdC5zZXR0aW5nKCkt PnNldFZhbHVlICggc2Vzc2lvbklkKyIvaWNvbiIsCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICggUVZhcmlhbnQgKSBzZXNzSWNvbiApOwogICAgIHN0LnNldHRpbmcoKS0+c2V0VmFsdWUg KCBzZXNzaW9uSWQrIi9ob3N0IiwKLSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKCBRVmFy aWFudCApIHNlcnZlci0+dGV4dCgpICk7CisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICgg UVZhcmlhbnQgKSBzZXJ2ZXItPnRleHQoKS50cmltbWVkKCkgKTsKICAgICBzdC5zZXR0aW5nKCkt PnNldFZhbHVlICggc2Vzc2lvbklkKyIvdXNlciIsCi0gICAgICAgICAgICAgICAgICAgICAgICAg ICAgICggUVZhcmlhbnQgKSB1bmFtZS0+dGV4dCgpICk7CisgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICggUVZhcmlhbnQgKSB1bmFtZS0+dGV4dCgpLnRyaW1tZWQoKSApOwogCiAgICAgc3Qu c2V0dGluZygpLT5zZXRWYWx1ZSAoIHNlc3Npb25JZCsiL2tleSIsCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICggUVZhcmlhbnQgKSBrZXktPnRleHQoKSApOwotLSAKMS44LjEuMgoK --20cf307761530979a704e7d0829e-- ------------=_1387292588-10973-0--