]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
New piece of Windows infrastructure: winhandl.c takes Plink's
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Aug 2006 22:10:16 +0000 (22:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Aug 2006 22:10:16 +0000 (22:10 +0000)
commit291533d3f9abb6f33ebe2a73f34420fc9f8e9433
tree54c9c04f6e04ccb59ad120c914919ca2d25e7404
parent6104963b9b936ff031727322e8da8523b8bb7fa8
New piece of Windows infrastructure: winhandl.c takes Plink's
thread-based approach to stdin and stdout, wraps it in a halfway
sensible API, and makes it a globally available service across all
network tools.

There is no direct functionality enhancement from this checkin:
winplink.c now talks to the new API instead of doing it all
internally, but does nothing different as a result.

However, this should lay the groundwork for several diverse pieces
of work in future: pipe-based ProxyCommand on Windows, a serial port
back end, and (hopefully) a pipe-based means of communicating with
Pageant, which should have sensible blocking behaviour and hence
permit asynchronous agent requests and decrypt-on-demand.

[originally from svn r6797]
Recipe
windows/window.c
windows/winhandl.c [new file with mode: 0644]
windows/winplink.c
windows/winsftp.c
windows/winstuff.h