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 68d89b0e69 Add lots more stub versions of standard code modules.
These are all going to be used by a test program I have in the works,
which will need to link against a lot more of the code base than any
so far. So we need a pile of new stubs.

The trickiest of these was stubs/no-network.c, which had to
conditionally define a couple of extra network functions, because
there are Windows-specific plug_closing_system_error and
plug_closing_winsock_error functions.
2023-05-29 15:54:34 +01:00
..
CMakeLists.txt New facility, platform_start_subprocess. 2022-09-01 20:43:23 +01:00
no-agent.c Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +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-callback.c Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +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 Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +01:00
no-ldisc.c Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +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-network.c Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +01: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 Add lots more stub versions of standard code modules. 2023-05-29 15:54:34 +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