]> git.ipfire.org Git - thirdparty/tor.git/commit
Allow ClientTransportPlugins to use proxies
authorYawning Angel <yawning@schwanenlied.me>
Tue, 25 Mar 2014 07:21:22 +0000 (07:21 +0000)
committerYawning Angel <yawning@schwanenlied.me>
Wed, 21 May 2014 08:14:38 +0000 (08:14 +0000)
commit41d2b4d3af01b34beb2951028cdbc45b5f41e08e
tree118ea32e411d735e71b93069479bb898d3791c67
parentfef65fa64341fb70df0e7b34d91d3b08a74e7aad
Allow ClientTransportPlugins to use proxies

This change allows using Socks4Proxy, Socks5Proxy and HTTPSProxy with
ClientTransportPlugins via the TOR_PT_PROXY extension to the
pluggable transport specification.

This fixes bug #8402.
src/or/config.c
src/or/connection.c
src/or/transports.c
src/or/transports.h
src/test/test_pt.c