Simon Tatham
|
649480fd19
Implement "curve448-sha512" kex, from draft-ietf-curdle-ssh-curves-00.
|
8 years ago |
Simon Tatham
|
d47be8d91a
Swap endianness of the Curve25519 ECDH private key.
|
8 years ago |
Simon Tatham
|
dcf4466305
Send the IUTF8 terminal mode in SSH "pty-req"s.
|
8 years ago |
Simon Tatham
|
2a73676490
Support frontend_is_utf8() in all front ends.
|
8 years ago |
Simon Tatham
|
2ce0b680cf
Loop over all _supported_, not just configured, SSH tty modes.
|
8 years ago |
Ben Harris
|
8a2797cf0f
ssh_pkt_defersend: don't call do_ssh2_transport when using SSH-1.
|
8 years ago |
Ben Harris
|
561f97874b
May as well set FD_CLOEXEC on the signal pipe as well.
|
8 years ago |
Ben Harris
|
30cf7371f3
Unix Plink: Set O_NONBLOCK on the SIGWINCH pipe.
|
8 years ago |
Ben Harris
|
05e802d5fe
uxcons: Don't try to include <sys/select.h> on systems that don't have it.
|
8 years ago |
Kylie McClain
|
4ae1577b43
uxcons: Fix on musl libc
|
8 years ago |
Ben Harris
|
adc8ae214e
Shared ssh_send_channel_data for both SSH-1 and SSH-2.
|
8 years ago |
Ben Harris
|
93988f3ada
Call ssh2_try_send() from ssh2_add_channel_data() and rename latter
|
8 years ago |
Ben Harris
|
6da1a325cc
Simplifiy handling of stdin data in SSH-2.
|
8 years ago |
Ben Harris
|
5347f9e69c
Put handling of incoming data on agent channels into its own function.
|
8 years ago |
Ben Harris
|
b22c0b6f3e
Set cfg.ssh_simple in Windows Plink when there are no forwardings.
|
8 years ago |
Jacob Nevins
|
34add87ad2
Put DH group1-sha1 KEX below 'warn' by default.
|
8 years ago |
Jacob Nevins
|
697ea87808
Fix plurality in unknown host keys log message.
|
8 years ago |
Jacob Nevins
|
e3f5f49cc4
Correct description of NO_SECURITY.
|
8 years ago |
Jacob Nevins
|
b3c3871745
Enable various features in MinGW builds.
|
8 years ago |
Jacob Nevins
|
371c68e355
Rename Makefile.cyg to Makefile.mgw.
|
8 years ago |
Jacob Nevins
|
145ecf6112
winsftp.c needs winsecur.h for process protection.
|
8 years ago |
Jacob Nevins
|
3cb3e08bb9
Fix format strings for Windows serial parameters.
|
8 years ago |
Jacob Nevins
|
c39f371372
Specify integer type for access rights.
|
8 years ago |
Jacob Nevins
|
af64ccc895
Fixed unused-variable warnings from MinGW gcc.
|
8 years ago |
Ben Harris
|
5c42f97b68
Switch to flow-control-based SFTP uploading.
|
8 years ago |
Ben Harris
|
cb36668185
pscp: pull out upload block size into a constant.
|
8 years ago |
Ben Harris
|
c431c63f5c
Correct a comment: OUR_V2_WINSIZE is now the default, not maximum.
|
8 years ago |
Simon Tatham
|
d29d33e165
Update build script for Inno Setup 5.5.9.
|
8 years ago |
Simon Tatham
|
f0f19b6147
Add some missing 'const' in version.c's string data.
|
8 years ago |
Simon Tatham
|
c0a57d0b9e
Fix semantics of empty string in mkfiles.pl "!cflags".
|
8 years ago |