Add ability to use proxies to connect to hostnames when there is no nameserver.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 6 Nov 2015 07:48:35 +0000 (08:48 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 6 Nov 2015 16:54:11 +0000 (17:54 +0100)
commit776dbf88df1911ec379c2fece0089fd2f5c71021
treeb5c85c785854970fc9178ef721bc59adb7b67e55
parentafd342ec0c2db5f4f60d29dfec87249c7503a1f5
Add ability to use proxies to connect to hostnames when there is no nameserver.

This adds support for SOCKS4a, and enhances the support for SOCKS5 and
HTTP.
src/Makefile.am
src/meta.c
src/net.h
src/net_setup.c
src/net_socket.c
src/netutl.c
src/protocol.c
src/protocol.h
src/protocol_auth.c
src/proxy.c [new file with mode: 0644]
src/proxy.h [new file with mode: 0644]