simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Aug 7 18:50:35 BST 2022


TL;DR:
  42bbb58e Remove redundant setup of host key prompt help contexts.
  426901b8 Formatting: another handful of mis-indented labels.
  e5208771 Documentation for OpenSSH certificates.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-08-07 18:50:35

commit 42bbb58e1b5d8be1a49f6cc9d874528db176e09c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=42bbb58e1b5d8be1a49f6cc9d874528db176e09c;hp=423ce20ffbf0f9366cb184c7ad792143f0726e4e
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Aug 7 18:35:11 2022 +0100

    Remove redundant setup of host key prompt help contexts.
    
    We're now setting the help context centrally in ssh/common.c - but I
    forgot to remove the _old_ assignment statements, which overwrite
    whatever that asks for. Oops.

 windows/dialog.c | 2 --
 1 file changed, 2 deletions(-)

commit 426901b891c15ccac7d1d8fbcbb0cab50d27ed8b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=426901b891c15ccac7d1d8fbcbb0cab50d27ed8b;hp=42bbb58e1b5d8be1a49f6cc9d874528db176e09c
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Aug 7 18:41:57 2022 +0100

    Formatting: another handful of mis-indented labels.
    
    These were indented 2 spaces _further_ than the surrounding code,
    instead of 2 spaces less. My bulk-reindentation the other day didn't
    detect them because apparently my Emacs configuration can make this
    mistake all by itself, so it thought they were right!

 pageant.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e52087719c4e185e433f7b5b1fb8383b4d910c2e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e52087719c4e185e433f7b5b1fb8383b4d910c2e;hp=426901b891c15ccac7d1d8fbcbb0cab50d27ed8b
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Aug 7 12:06:36 2022 +0100

    Documentation for OpenSSH certificates.
    
    Also I've filled in the help contexts in all the new GUI controls.

 config.c             |   5 +-
 doc/config.but       | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/errors.but       |  33 +++++++++++
 doc/index.but        |   5 ++
 doc/man-pageant.but  |   6 ++
 doc/man-puttygen.but |  36 ++++++++++-
 doc/pageant.but      |   9 +++
 doc/pubkey.but       |  42 +++++++++++++
 doc/using.but        |  22 +++++++
 ssh/ca-config.c      |  31 +++++-----
 ssh/common.c         |   9 +--
 windows/help.h       |   5 ++
 12 files changed, 346 insertions(+), 21 deletions(-)



More information about the tartarus-commits mailing list