simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Apr 1 20:22:11 BST 2019
TL;DR:
3d8563ec uxpty.c: silence compiler warning about chdir().
bf661a7a Rename SSH-1 cipher constants to start "SSH1_".
cbff2d19 Uppity: configurable list of SSH-1 ciphers to allow.
f9e2c7b1 Uppity: option to disallow SSH-1 compression.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2019-04-01 20:22:11
commit 3d8563ec9db357baf2e2670dc734a7115eca298b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=3d8563ec9db357baf2e2670dc734a7115eca298b;hp=2e3a1c6d693317dd70b46d40b9228c1175cb1fab
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 1 20:04:48 2019 +0100
uxpty.c: silence compiler warning about chdir().
I didn't check the error code, which for some reason didn't give me a
-Werror warning on Ubuntu 18.04, but does on 16.04.
unix/uxpty.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit bf661a7a2c2312f1017293505ec82ad1b7b01ac6
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=bf661a7a2c2312f1017293505ec82ad1b7b01ac6;hp=3d8563ec9db357baf2e2670dc734a7115eca298b
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 1 20:06:42 2019 +0100
Rename SSH-1 cipher constants to start "SSH1_".
They're called things like SSH_CIPHER_3DES in the SSH-1 spec, but I
don't normally let that stop me adding the disambiguating '1' in the
names I give constants inside this code base. These ones are long
overdue for some disambiguation.
ssh.h | 9 +++++----
ssh1login-server.c | 10 +++++-----
ssh1login.c | 18 +++++++++---------
sshpubk.c | 4 ++--
4 files changed, 21 insertions(+), 20 deletions(-)
commit cbff2d1960e3dff19b252c6182628a88de583729
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=cbff2d1960e3dff19b252c6182628a88de583729;hp=bf661a7a2c2312f1017293505ec82ad1b7b01ac6
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 1 20:10:09 2019 +0100
Uppity: configurable list of SSH-1 ciphers to allow.
ssh.h | 11 +++++++++++
ssh1login-server.c | 5 +----
sshserver.h | 2 ++
unix/uxserver.c | 21 +++++++++++++++++++++
4 files changed, 35 insertions(+), 4 deletions(-)
commit f9e2c7b1fe582b8ba1f6998c071e2a7635dd9d5d
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f9e2c7b1fe582b8ba1f6998c071e2a7635dd9d5d;hp=cbff2d1960e3dff19b252c6182628a88de583729
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Apr 1 20:15:49 2019 +0100
Uppity: option to disallow SSH-1 compression.
With this and the ciphers, I think we've now got the full range of
SSH-1 config options (such as they are) that correspond to varying the
KEXINIT strings in SSH-2.
ssh1connection-server.c | 2 +-
sshserver.h | 1 +
unix/uxserver.c | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list