simon-git: putty (pre-0.77): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat May 21 10:39:00 BST 2022
TL;DR:
1a0d076d Disallow -4 and -6 in TOOLTYPE_NONNETWORK.
e06a3dda pterm.exe: run command-line options through cmdline.c.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.77
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-05-21 10:39:00
commit 1a0d076dfb4ecdf19eb7c31f28dc92d74f423156
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1a0d076dfb4ecdf19eb7c31f28dc92d74f423156;hp=4ae8b742ab3b916d549f74c05bce84c5e91453ad
Author: Simon Tatham <anakin at pobox.com>
Date: Sat May 21 10:23:01 2022 +0100
Disallow -4 and -6 in TOOLTYPE_NONNETWORK.
They were accepted by Unix pterm, by mistake, and then totally ignored
because nothing in pterm ever makes a network connection, so nothing
cares whether you configured it to use IPv4 or IPv6.
cmdline.c | 2 ++
1 file changed, 2 insertions(+)
commit e06a3dda4505dfd0fdeec5b183f21e79e13da0d1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e06a3dda4505dfd0fdeec5b183f21e79e13da0d1;hp=1a0d076dfb4ecdf19eb7c31f28dc92d74f423156
Author: Simon Tatham <anakin at pobox.com>
Date: Sat May 21 10:32:32 2022 +0100
pterm.exe: run command-line options through cmdline.c.
This makes pterm.exe support the same (very small) subset of the
standard option collection that Unix pterm does. Namely, -load (which
won't do anything useful with a hostname to connect to, but is still
useful if you have a saved session containing configuration like
colours or default size or what have you), and also -sessionlog.
To make this work, I've had to move the 'tooltype' definition out of
window.c into {putty,pterm}.c, so that it can be defined differently
in the two.
windows/pterm.c | 18 ++++++++++++++++--
windows/putty.c | 5 +++++
windows/window.c | 5 -----
3 files changed, 21 insertions(+), 7 deletions(-)
More information about the tartarus-commits
mailing list