Re: Socks support in ws2_32

2009-06-06 Thread David Laight
On Sat, Jun 06, 2009 at 12:45:58PM +0200, Damjan Jovanovic wrote: > > From what I see you can either write/patch a native socksification > library to track dup()s and dup2()s, as well as possibly do something > about the unix domain sockets that are used to transfer file > descriptors between the

Re: Socks support in ws2_32

2009-06-06 Thread Francois Gouget
On Fri, 5 Jun 2009, Steven Edwards wrote: [...] > Right off the bat I'd say the variables need to go. One possible exception is if the environment variables are the standard way to configure SOCKS support on Linux. Then Wine should respond to the same variables to activate its own SOCKS support

Re: Socks support in ws2_32

2009-06-06 Thread Damjan Jovanovic
On Fri, Jun 5, 2009 at 9:29 PM, Steven Edwards wrote: > On Fri, Jun 5, 2009 at 9:40 AM, Gabriele Greco wrote: >> Hello guys, I'm lurking this list since a pair of weeks but I've not yet >> posted here. >> I've added socks 4/5 support right inside of ws2_32 library, I've tested it >> with various ap

re: Socks support in ws2_32

2009-06-05 Thread Dan Kegel
Gabriele Greco wrote: > I've added socks 4/5 support right inside of ws2_32 library... very cool! Juan wrote: > The usual test is whether Windows supports something. If Windows > has SOCKS support in ws2_32, then certainly, we're interested. If not, > figuring out h

Re: Socks support in ws2_32

2009-06-05 Thread Juan Lang
27;ve written this patch > mostly for personal use since I need socks support to use certain services > cut down by the company firewall). The usual test is whether Windows supports something. If Windows has SOCKS support in ws2_32, then certainly, we're interested. If not, figuring

Re: Socks support in ws2_32

2009-06-05 Thread Steven Edwards
On Fri, Jun 5, 2009 at 9:40 AM, Gabriele Greco wrote: > Hello guys, I'm lurking this list since a pair of weeks but I've not yet > posted here. > I've added socks 4/5 support right inside of ws2_32 library, I've tested it > with various applications and it works correctly both with sync and async >

Socks support in ws2_32

2009-06-05 Thread Gabriele Greco
Hello guys, I'm lurking this list since a pair of weeks but I've not yet posted here. I've added socks 4/5 support right inside of ws2_32 library, I've tested it with various applications and it works correctly both with sync and async sockets (only TCP). The code works very well also with fairly i