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 896bcd5068 Resurrect the test backends.
I've been keeping them up to date with API changes as far as making
sure they still _compile_, but today I tried to actually run them, and
found that they were making a couple of segfault-inducing mistakes:
not filling in their vtable pointer, and not returning a 'realhost'
string. Now fixed.
2022-04-02 16:13:27 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
rlogin.c Richer data type for interactive prompt results. 2021-12-28 18:08:31 +00:00
supdup.c Generalise strbuf_catf() into put_fmt(). 2021-11-19 11:32:47 +00:00
telnet.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
testback.c Resurrect the test backends. 2022-04-02 16:13:27 +01:00