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 8e35e6eeae Rlogin: handle user abort at the username prompt.
While re-testing this backend I realised that we were completely
ignoring the actual return status from seat_get_userpass_input, once
it stops being -1 ("prompt still in progress"). So if the user hits ^C
or ^D at the prompt, e.g. after realising they've started PuTTY in the
wrong mode by mistake, then we press ahead anyway and send a nonsense
username.

Now we interpret that as a request to close the connection.
2021-09-14 08:49:08 +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: handle user abort at the username prompt. 2021-09-14 08:49:08 +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