simon-git: putty (main): Jacob Nevins
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Apr 5 18:44:18 BST 2021
TL;DR:
569fc268 Pageant: allow adding encrypted key to cleartext.
909ab05b Pageant: Diagnose agent without protocol extensions.
8592ab84 Pageant: docs / help for deferred decryption.
f79e6959 winpgnt: document --keylist and bulk ops.
48e89caf Document agent protocol extensions.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: 2021-04-05 18:44:18
commit 569fc2681ce784aed0f2331f4de8d6ce62566ca7
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=569fc2681ce784aed0f2331f4de8d6ce62566ca7;hp=70a31df9f14345ada5282c0c932705b79ed71660
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Apr 5 15:07:09 2021 +0100
Pageant: allow adding encrypted key to cleartext.
The protocol already allowed adding an encrypted form to a cleartext key
already held by the agent, and you might want to do so if, say, the key
happened to originally be added in cleartext-only form but you want to
be able to forget that with 'pageant -R' in future.
pageant.c | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
commit 909ab05b961bb671302d510f7c17fe09e62576cf
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=909ab05b961bb671302d510f7c17fe09e62576cf;hp=569fc2681ce784aed0f2331f4de8d6ce62566ca7
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Apr 5 15:20:25 2021 +0100
Pageant: Diagnose agent without protocol extensions.
Gives more helpful messages if Unix pageant ends up being a client for,
say, OpenSSH's ssh-agent, or indeed an older version of Pageant.
(Also, tweak a couple of other messages that still assumed that
pageant-as-client always talks to Pageant-as-agent.)
pageant.c | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
commit 8592ab843cbaee78fc55f0aa05089d70986e16b0
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=8592ab843cbaee78fc55f0aa05089d70986e16b0;hp=909ab05b961bb671302d510f7c17fe09e62576cf
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Apr 5 18:35:38 2021 +0100
Pageant: docs / help for deferred decryption.
Also, ensure -E/--fptype in Unix Pageant is (correctly) documented
everywhere.
doc/man-pageant.but | 120 ++++++++++++++++++++++++++++++++++++++--------------
doc/pageant.but | 12 +++++-
unix/uxpgnt.c | 20 ++++++---
3 files changed, 112 insertions(+), 40 deletions(-)
commit f79e69592a4425fabf4ed875c285ff08b03ec17a
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f79e69592a4425fabf4ed875c285ff08b03ec17a;hp=8592ab843cbaee78fc55f0aa05089d70986e16b0
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Apr 5 18:36:50 2021 +0100
winpgnt: document --keylist and bulk ops.
doc/pageant.but | 13 +++++++++++++
1 file changed, 13 insertions(+)
commit 48e89caf13d6841623852511088adcb2dda7df1d
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=48e89caf13d6841623852511088adcb2dda7df1d;hp=f79e69592a4425fabf4ed875c285ff08b03ec17a
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Sun Apr 4 13:27:05 2021 +0100
Document agent protocol extensions.
doc/sshnames.but | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
More information about the tartarus-commits
mailing list