1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00
putty-source/otherbackends
Simon Tatham 612b293c1e rlogin: defer username prompt until connection is made.
This gives more sensible handling of failed network connections: if
the connection _doesn't_ get made, it's pointless to ask the user for
a login username anyway, and worse still, you'd probably end up giving
the connection-failure error message while the user was in the middle
of answering the username prompt.

But more importantly, when proxy systems start being able to present
their own interactive prompts, it's vital that no backend should
already be presenting a prompt while in the process of setting up a
network connection.
2021-09-14 08:20:42 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Allow new_connection to take an optional Seat. (NFC) 2021-09-13 17:24:47 +01:00
rlogin.c rlogin: defer username prompt until connection is made. 2021-09-14 08:20:42 +01:00
supdup.c Allow new_connection to take an optional Seat. (NFC) 2021-09-13 17:24:47 +01:00
telnet.c Allow new_connection to take an optional Seat. (NFC) 2021-09-13 17:24:47 +01:00
testback.c testback.c: remove emacs magic comment. 2021-09-12 15:10:35 +01:00