On Tue, 14 Feb 2012 21:53:50 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> 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. 
> 
> Author:       discomfitor
> Date:         2012-02-14 21:53:50 -0800 (Tue, 14 Feb 2012)
> New Revision: 67959
> Trac:         http://trac.enlightenment.org/e/changeset/67959
> 
> Modified:
>   trunk/ecore/src/lib/ecore_con/Ecore_Con.h
> trunk/ecore/src/lib/ecore_con/ecore_con.c
> trunk/ecore/src/lib/ecore_con/ecore_con_private.h
> trunk/ecore/src/lib/ecore_con/ecore_con_socks.c 
> 
I consider this "mostly functional". It passed my tests, and, while I didn't
test basic user/pass authentication or port binding, there's a chance that it
may still work.

Note that the lookup_get/set API names have changed slightly (ecore_con_socks4
->ecore_con_socks)

I do not anticipate any more breaks or features within this API before the
release. GSSAPI authentication is not implemented, but it's too much hassle to
add now so I'll do it later.

Complaints are encouraged, you can send them to my secretary devnull@localhost.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to