simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Apr 25 10:55:36 BST 2015


TL;DR:
  62a1bce Support RFC 4419.
  84e239d Divide the Bugs panel in half.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-04-25 10:55:36

commit 62a1bce7cb3ecb98feb57c7f1fd5d55845ce1533
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=62a1bce7cb3ecb98feb57c7f1fd5d55845ce1533;hp=63dddfc00f4ca44f8cc0a372b419e0ff45008ea2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Apr 25 10:46:53 2015 +0100

    Support RFC 4419.
    
    PuTTY now uses the updated version of Diffie-Hellman group exchange,
    except for a few old OpenSSH versions which Darren Tucker reports only
    support the old version.
    
    FIXME: this needs further work because the Bugs config panel has now
    overflowed.

 config.c          |    3 +++
 doc/config.but    |   17 +++++++++++++++++
 putty.h           |    1 +
 settings.c        |    2 ++
 ssh.c             |   35 +++++++++++++++++++++++++++++++++--
 ssh.h             |    3 ++-
 windows/winhelp.h |    1 +
 7 files changed, 59 insertions(+), 3 deletions(-)

commit 84e239dd88245cd3308de987b2b0fd6637b2db34
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=84e239dd88245cd3308de987b2b0fd6637b2db34;hp=62a1bce7cb3ecb98feb57c7f1fd5d55845ce1533
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Apr 25 10:46:56 2015 +0100

    Divide the Bugs panel in half.
    
    It overflowed as a result of the previous commit.

 config.c       |    8 +++++++-
 doc/config.but |    9 +++++----
 2 files changed, 12 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list