RE: NTLM authentication in CVS

2005-04-08 Thread Herold Heiko
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] > > 3) As expected msvc still throws compiler error on http.c > 1. Is it possible to only lessen the optimization level, not entirely >remove optimization? Fooled around a bit, didn't accomplish anything. However it is enough disabling the op

Re: NTLM authentication in CVS

2005-04-07 Thread Hrvoje Niksic
Tobias Tiederle <[EMAIL PROTECTED]> writes: > the only noteable output while compiling (your other two patches > applied) is: > \Vc7\PlatformSDK\Include\WinSock.h(689) : warning C4005: 'NO_ADDRESS' : > macro redefinition > host.c(59) : see previous definition of 'NO_ADDRESS' I've now fixe

Re: NTLM authentication in CVS

2005-04-07 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > In order to compile current cvs with msvc 3 patches are needed > (enclosed): Thanks for testing! > 1) > mswindows.c(118) : warning C4005: 'OVERFLOW' : macro redefinition > C:\PROGRA~1\MICROS~2\VC98\INCLUDE\math.h(415) : see previous > definition

Re: NTLM authentication in CVS

2005-04-07 Thread Tobias Tiederle
Herold Heiko schrieb: >3) As expected msvc still throws compiler error on http.c and retr.c, (bad) >workaround: disable optimization. Anybody with a cl.exe newer than >Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 >can comment if this is needed with newer versions, to

RE: NTLM authentication in CVS

2005-04-07 Thread Herold Heiko
-- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 ph -- +39-041-5907472 fax > -Original Message- > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 4:01 PM > To: wget@sunsite.dk > Su

Re: NTLM authentication in CVS

2005-04-07 Thread Daniel Stenberg
On Thu, 7 Apr 2005, Hrvoje Niksic wrote: If someone has access to an NTLM-authorizing web server, please try it out with Wget and let us know how it goes. It should be noted that for NTLM, you can specify the domain name in the user name field as: "domain\user" or "domain/user" -- -=- D

NTLM authentication in CVS

2005-04-07 Thread Hrvoje Niksic
As of two days ago, the NTLM authentication support is in CVS, although it has undergone very little testing. (To quote Linus, "If it compiles, it's perfect.") If someone has access to an NTLM-authorizing web server, please try it out with Wget and let us know how it goes. Unfortunately, this ve