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 eec350c38b New facility, platform_start_subprocess.
We already have the ability to start a subprocess and hook it up to a
Socket, for running local proxy commands. Now the same facility is
available as an auxiliary feature, so that a backend can start another
subcommand for a different purpose, and make a separate Socket to
communicate with it.

Just like the local proxy system, this facility captures the
subprocess's stderr, and passes it back to the caller via plug_log. To
make that not look silly, I had to add a system where the "proxy:"
prefix on the usual plug_log messages is reconfigurable, and when you
call platform_start_subprocess(), you get to pass the prefix you want
to use in this case.
2022-09-01 20:43:23 +01: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-gss.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-print.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00
no-rand.c Reorganise the stubs collection. 2022-09-01 20:43:23 +01: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 Reorganise the stubs collection. 2022-09-01 20:43:23 +01:00