Re: ipv6 support?

2004-03-30 Thread Stas Bekman
Matthew Darwin wrote: I've patched LWP in my environment so it works with IPv6. Essentially you just try loading IO::Socket::INET6 before IO::Socket::INET. There are a couple other things. Patches available upon request. Thanks Matthew! What are the chances that they will be integrated into L

NTLM authentication

2004-03-30 Thread Andrew Pimlott
This is about Authen::NTLM, but I'm posting here because that doesn't seem to be maintained, and I suspect it's mostly used via LWP. Does anyone use NTLM authentication? I just tried to connect to a Windows 2003 server and had no luck until--in a blind stab--I changed one of the constants in Auth

Re: ipv6 support?

2004-03-30 Thread Matthew Darwin
I've patched LWP in my environment so it works with IPv6. Essentially you just try loading IO::Socket::INET6 before IO::Socket::INET. There are a couple other things. Patches available upon request. Stas Bekman wrote: Hi, As Apache2 now supports ipv6, Apache::Test which heavily relies on LWP