finally finish implementing SOCKS5 proxies in ecore-con.
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 15 Feb 2012 05:53:50 +0000 (05:53 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 15 Feb 2012 05:53:50 +0000 (05:53 +0000)
commit89276be842bc110d61d2ad788ae6463b2e21969d
treec2ed11888430b9bf1c722b3399adca3ce2b298e2
parent567b6ac0e8c638e08246fd5f80e135fb368f17f6
finally finish implementing SOCKS5 proxies in ecore-con.
SOCKS5 is different from SOCKS4 in that it supports password authentication mechanisms (GSSAPI is still on the todo) and IPV6, neither of which are possible with SOCKS4

NOTE THAT THE CMDLINE SYNTAX FOR AUTOSOCKSING HAS CHANGED!
 *   ECORE_CON_SOCKS_V4=[user@]server-port:lookup
 *   ECORE_CON_SOCKS_V5=[user@]server-port:lookup

also note that I did not implement autosocksing with password. it's just not safe.

SVN revision: 67959
legacy/ecore/src/lib/ecore_con/Ecore_Con.h
legacy/ecore/src/lib/ecore_con/ecore_con.c
legacy/ecore/src/lib/ecore_con/ecore_con_private.h
legacy/ecore/src/lib/ecore_con/ecore_con_socks.c