From mikedep333@gmail.com Sun Sep 7 03:57:33 2014 Received: (at 590) by bugs.x2go.org; 7 Sep 2014 01:57:34 +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=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 1CEE75DB82 for <590@bugs.x2go.org>; Sun, 7 Sep 2014 03:57:33 +0200 (CEST) Received: by mail-we0-f175.google.com with SMTP id k48so13386202wev.20 for <590@bugs.x2go.org>; Sat, 06 Sep 2014 18:57:32 -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=96iCvyYePL39X+FvCeohXCq2gKrtJdkjPhW4PvkAMZ0=; b=V3XsflC2mIw7LsUllbj7Zw127RLV8V+nblA3VQgSTcMey/zOEz69CnDbUUvlpj6bXe fmns08DHskF8C9+S3QASGxDT5b3T4aUsQegRUe7NpSBKor16cgFfCXMc1JDLFs5SqvEx mlwL1S3hIYmJpC9HjNI5URfm6jyGhyFLiXGr9QX2p6rJOhkNJtNlrzSRPTq94b+6Qmar trYxxDEdfO+inSn/ISEvoVGz1qAtRkpiLOCKOKNu6ID5tJWr/YjZ2pACE9vOdtWjtCC0 d63aGyiRpJfQGHAo1PqUiY7TzP7+NvCOSNXqe4zPW0aLm620/IPGb36H/61Rug1GFIkg uDIA== MIME-Version: 1.0 X-Received: by 10.194.77.212 with SMTP id u20mr25019108wjw.27.1410055052882; Sat, 06 Sep 2014 18:57:32 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Sat, 6 Sep 2014 18:57:32 -0700 (PDT) Date: Sat, 6 Sep 2014 21:57:32 -0400 Message-ID: Subject: The patch, and upstreaming it From: Michael DePaulo To: 590@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 The changelog mentions the work that I and my friend (Mike Frederick) did on the Pageant patch to port it from libssh-0.5.x to libssh-0.6.3. The libssh-0.6.3 version of the patch is here: http://code.x2go.org/releases/source/libssh-modified-by-x2go-project/implement-support-for-putty-s-pageant-0.6.3-de62963.patch I will try to upstream it. It was rough around the edges previously, and it still is. We will probably have to revise it in order to get it upstreamed. Hence why I put the git commit hash in the patch name; it's the way of denoting the exact patch version. The source code is here: http://code.x2go.org/releases/source/libssh-modified-by-x2go-project/libssh-0.6.3-de62963-pageant-support.src.zip And the binary + headers are in a .zip here: http://code.x2go.org/releases/binary-win32/3rd-party/libssh-modified-by-x2go-project/libssh-0.6.3-de62963-pageant-support-mingw4.4.0.zip -Mike#2