1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/otherbackends
Simon Tatham 2ae338b407 New plug_closing error type for 'user abort'.
This is generated when setup of a network connection is cancelled by
deliberate user action, namely, pressing ^C or ^D or the like at a
get_userpass_input prompt presented during proxy setup.

It's handled just like normal socket setup errors, except that it
omits the call to seat_connection_fatal, on the grounds that in this
one case of connection-setup failure, the user doesn't need to be
_informed_ that the connection failed - they already know, because
they failed it themself on purpose.
2021-11-06 14:48:26 +00:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
rlogin.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
supdup.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
telnet.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
testback.c Lowercase version of BackendVtable's displayname. 2021-10-24 09:59:05 +01:00