1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00
putty-source/proxy
Simon Tatham 9fcbb86f71 Refactor confirm_weak to use SeatDialogText.
This centralises the messages for weak crypto algorithms (general, and
host keys in particular, the latter including a list of all the other
available host key types) into ssh/common.c, in much the same way as
we previously did for ordinary host key warnings.

The reason is the same too: I'm about to want to vary the text in one
of those dialog boxes, so it's convenient to start by putting it
somewhere that I can modify just once.
2023-11-29 07:29:29 +00:00
..
cproxy.c Add a batch of missing 'static's. 2022-09-03 12:02:48 +01:00
cproxy.h HTTP proxy: correctly handle multiple auth headers. 2021-12-21 09:36:25 +00:00
http.c HTTP proxy: accept Digest algorithm name as a quoted string. 2022-02-19 12:51:59 +00:00
interactor.c Fix trust status when Interactor returns a seat. 2022-03-12 21:05:07 +00:00
local.c Richer data type for interactive prompt results. 2021-12-28 18:08:31 +00:00
nocproxy.c Withdraw support for SHA-512-256 in HTTP Digest. 2021-11-27 11:41:00 +00:00
noproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
nosshproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
pproxy.c Pass an Interactor to platform_new_connection. 2021-12-22 15:24:58 +00:00
proxy.c Add a batch of missing 'static's. 2022-09-03 12:02:48 +01:00
proxy.h Proxy system: ability to reconnect to the proxy server. 2022-02-19 12:51:59 +00:00
socks4.c Tiny fixes in the SOCKS proxy code. 2023-11-18 09:11:33 +00:00
socks5.c Tiny fixes in the SOCKS proxy code. 2023-11-18 09:11:33 +00:00
socks.h Pull out SOCKS protocol constants into a header. 2021-11-19 15:09:17 +00:00
sshproxy.c Refactor confirm_weak to use SeatDialogText. 2023-11-29 07:29:29 +00:00
telnet.c Formatting: normalise back to 4-space indentation. 2022-08-03 20:48:46 +01:00