simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Mar 27 20:26:52 BST 2016


TL;DR:
  ddb1fc15 Fix relative positioning between two new elements in gprefs().
  31d48da Decide on a position for ChaCha20-Poly1305.
  c5021a1 Update docs and FAQ for current DSA policy.
  caaaf68 Mention the Secure Contact Key on the Feedback page.
  7fdcb80 Update Visual Studio versions in README.
  776a31b Remove the warning about Unix PuTTY being Linux-specific.

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:           2016-03-27 20:26:51

commit ddb1fc15a15990036065c368ba243f8d5db853ef
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=ddb1fc15a15990036065c368ba243f8d5db853ef;hp=940a82fd377757ffb792648f561dfa70d8d99b01
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:06:33 2016 +0100

    Fix relative positioning between two new elements in gprefs().
    
    It was only prepared to position a new element relative to an existing
    one if the latter was specified in the saved configuration, not if the
    latter was another element new to this run of gprefs(). This wasn't
    deliberate at all: it was just due to me failing to update the 'seen'
    bitmap in the loop adding new elements.

 settings.c |    1 +
 1 file changed, 1 insertion(+)

commit 31d48da3177cee3d86dc48a53c9e8bea95bd3901
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=31d48da3177cee3d86dc48a53c9e8bea95bd3901;hp=ddb1fc15a15990036065c368ba243f8d5db853ef
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:07:53 2016 +0100

    Decide on a position for ChaCha20-Poly1305.
    
    Previously, due to confusion, it was placed either at the end of the
    list or at the start, depending on whether the user had any saved
    configuration at all. Now we get to choose a sensible place for it in
    the list, and for the moment I think second place behind AES is
    reasonable.

 settings.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c5021a121b89bab82eb2a4c73a15678041db5ddf
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=c5021a121b89bab82eb2a4c73a15678041db5ddf;hp=31d48da3177cee3d86dc48a53c9e8bea95bd3901
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:10:56 2016 +0100

    Update docs and FAQ for current DSA policy.
    
    I think the deterministic DSA system we've been using for ages can now
    be considered proven in use, not to mention the fact that RFC 6979 and
    the Ed25519 spec both give variants on the same idea. So I've removed
    the 'don't use DSA if you can avoid it' warning.

 doc/faq.but    |    9 +++++++--
 doc/pubkey.but |   16 ----------------
 2 files changed, 7 insertions(+), 18 deletions(-)

commit caaaf686f5d29671af48feeb89830661d74320fc
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=caaaf686f5d29671af48feeb89830661d74320fc;hp=c5021a121b89bab82eb2a4c73a15678041db5ddf
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:18:21 2016 +0100

    Mention the Secure Contact Key on the Feedback page.
    
    Both in a new section about reporting vulnerabilities, and in the
    section about large attachments (since some large attachments will
    surely contain confidential information from the sender).

 doc/feedback.but |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 7fdcb804a8f1c5b030629cd5a65a6fc4d66155a9
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=7fdcb804a8f1c5b030629cd5a65a6fc4d66155a9;hp=caaaf686f5d29671af48feeb89830661d74320fc
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:25:09 2016 +0100

    Update Visual Studio versions in README.
    
    VC6 is hopefully long gone, and I've recently been testing on more
    up-to-date versions.

 README |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 776a31b7da1d3bd7e99bce0606d558f3eaa4e0b8
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=776a31b7da1d3bd7e99bce0606d558f3eaa4e0b8;hp=7fdcb804a8f1c5b030629cd5a65a6fc4d66155a9
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 27 20:25:59 2016 +0100

    Remove the warning about Unix PuTTY being Linux-specific.
    
    Since I've been building it on OS X recently, I think it's fair to say
    it can now cope with reasonable variation in pty APIs and the like.

 README |    4 ----
 1 file changed, 4 deletions(-)



More information about the tartarus-commits mailing list