1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/stubs
Simon Tatham f9943e2ffd term_get_userpass_input: support the prompts->utf8 flag.
This continues the programme of UTF-8 support in authentication, begun
in commit f4519b6533 which arranged for console userpass prompts
to function in UTF-8 when the prompts_t asked them to. Since the new
line editing setup works properly when it _is_ in UTF-8 mode, I can
now also arrange that it puts the terminal into UTF-8 mode in the
right circumstances.

I've extended the applicability of the '-legacy-charset-handling' flag
introduced by the commit mentioned above, so that now it's not
specific to the console front end. Now you can give it to GUI PuTTY as
well, which restores the previous (wrong) behaviour of accepting
username and password prompt input in the main session's configured
character set. So if this change breaks someone's workflow, they
should be able to have it back.
2023-03-04 14:06:04 +00:00
..
CMakeLists.txt New facility, platform_start_subprocess. 2022-09-01 20:43:23 +01:00
no-ca-config.c Move host CA config box out into its own source file. 2022-05-01 10:16:19 +01:00
no-cmdline.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-console.c term_get_userpass_input: support the prompts->utf8 flag. 2023-03-04 14:06:04 +00:00
no-gss.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-lineedit.c New centralised version of local line editing. 2023-03-04 13:55:50 +00:00
no-logging.c Add some extra stub modules. 2023-02-18 14:11:31 +00:00
no-print.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-printing.c Add some extra stub modules. 2023-02-18 14:11:31 +00:00
no-rand.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-storage.c Add some extra stub modules. 2023-02-18 14:11:31 +00:00
no-term.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-timing.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-cipher.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-key.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-lp.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-mac.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-opener.c New facility, platform_start_subprocess. 2022-09-01 20:43:23 +01:00
null-plug.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
null-seat.c New Seat method, seat_nonfatal(). 2022-09-13 11:26:57 +01:00