]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support, on Unix only (so far), for OpenSSH-style generic proxying
authorSimon Tatham <anakin@pobox.com>
Tue, 6 May 2003 19:52:31 +0000 (19:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 6 May 2003 19:52:31 +0000 (19:52 +0000)
commit03fa61025b27384c5d64aee63f9b0a7fd917bb24
treea99945177e4e6c557062cb7bd6c754b41625251a
parent5e36ac8d67dfc97507566df7bd844b4480397702
Support, on Unix only (so far), for OpenSSH-style generic proxying
(running a local command in a pair of pipes and proxying through
that, for example `ssh proxyhost nc -q0 %host %port').

[originally from svn r3164]
Recipe
config.c
pproxy.c [new file with mode: 0644]
proxy.c
proxy.h
putty.h
unix/uxcfg.c
unix/uxproxy.c [new file with mode: 0644]