Re: 404 error redirect

2005-04-22 Thread Hrvoje Niksic
Tanton Gibbs [EMAIL PROTECTED] writes: I'm setting up a site for my company to allow people to get certain files out of our company repository. Basically, I want people to be able to write the following: wget http://servername/~tgibbs/FileWanted.rpm However, the files are stored

Re: NTLM test server available

2005-04-22 Thread Hrvoje Niksic
Thanks a lot for setting this up. I'll try to get Wget to log in. BTW how are you running IIS on the Linux workstation? vmware?

Re: bugs on NTLM

2005-04-22 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: The following patch (now applied) fixes all the bugs you noticed except #3. Which means that the infrastructure is all there, all the right functions are called, we just need to figure out what we are doing wrong. Fixed now. It turns out the bug was

Re: SSL options

2005-04-22 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: I think removing them is a bad idea. Even if very few people use them, it good to have them. Personally, I've used --sslprotocol a couple of times. IMO, all these choices are what makes Linux console utils so powerful. You're misunderstanding me: I'm not proposing

Re: bugs on NTLM

2005-04-22 Thread Hrvoje Niksic
Thanks for the report. Having access to your test server allowed me to work on this. The following patch (now applied) fixes all the bugs you noticed except #3. Which means that the infrastructure is all there, all the right functions are called, we just need to figure out what we are doing

Re: SSL options

2005-04-22 Thread johannes
On Thursday 21 April 2005 19:07, Tony wrote: Hrvoje Niksic wrote: The question is what should we do for 1.10? Document the unreadable names and cryptic values, and have to support them until eternity? My vote is to change them to more reasonable syntax (as you suggested earlier in the

Re: 404 error redirect

2005-04-22 Thread Tanton Gibbs
This worked perfectly, THANKS! - Original Message - From: Hrvoje Niksic [EMAIL PROTECTED] To: Tanton Gibbs [EMAIL PROTECTED] Cc: wget@sunsite.dk Sent: Friday, April 22, 2005 8:50 AM Subject: Re: 404 error redirect Tanton Gibbs [EMAIL PROTECTED] writes: I'm setting up a site for my