]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit9112f5962224b4fdaa26d403ab2871e48214473e
treea99945177e4e6c557062cb7bd6c754b41625251a
parentf28677aa17e3e40857238f9e194965b3ba0da97c
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: http://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]