Support, on Unix only (so far), for OpenSSH-style generic proxying
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 May 2003 19:52:31 +0000 (19:52 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 May 2003 19:52:31 +0000 (19:52 +0000)
commit0f0a25075f6e788462506686cf538bc13a5beedb
treea99945177e4e6c557062cb7bd6c754b41625251a
parent811453cbc32f1f0f14cfef25f54eabf2e3b28bd9
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').

git-svn-id: svn://svn.tartarus.org/sgt/putty@3164 cda61777-01e9-0310-a592-d414129be87e
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]