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 89a390bdeb Pass an Interactor to new_connection().
Thanks to the previous commit, this new parameter can replace two of
the existing ones: instead of passing a LogPolicy and a Seat, we now
pass just an Interactor, from which any proxy implementation can
extract the LogPolicy and the Seat anyway if they need it.
2021-10-30 18:19:56 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
rlogin.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
supdup.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
telnet.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
testback.c Lowercase version of BackendVtable's displayname. 2021-10-24 09:59:05 +01:00