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
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
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
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
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
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
>
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