]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Cross-platform support for speaking SSH agent protocol on a Socket.
authorSimon Tatham <anakin@pobox.com>
Tue, 5 May 2015 19:16:20 +0000 (20:16 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 5 May 2015 19:16:20 +0000 (20:16 +0100)
commit7b6078533e71571a77a216cb069f80f3781c377d
tree15b84b574921e4a8ac193960aa3dc43beb09874b
parent5ba2d611f9346701b7b5b983b605cb7641fb19d7
Cross-platform support for speaking SSH agent protocol on a Socket.

The exact nature of the Socket is left up to the front end to decide,
so that we can use a Unix-domain socket on Unix and a Windows named
pipe on Windows. But the logic of how we receive data and what we send
in response is all cross-platform.
pageant.c
pageant.h