Re: [Bug-wget] [PATCH] Let Wget select strongest auth challenge

2014-11-26 Thread Giuseppe Scrivano
Tim Rühsen tim.rueh...@gmx.de writes: Am Samstag, 22. November 2014, 16:24:18 schrieb Darshit Shah: Another reason why I never got around to implementing this feature is that it is required by almost no one. The issue at hand is that when a Server responds with two possible authentication

Re: [Bug-wget] [PATCH] Let Wget select strongest auth challenge

2014-11-26 Thread Tim Ruehsen
On Wednesday 26 November 2014 14:29:55 Giuseppe Scrivano wrote: should this be guarded by #ifdef ENABLE_NTLM? known_authentication_scheme_p() cares for that. Can we replace the C++ style comment with the C. I know there are other few places using them, but I think we should have just one

Re: [Bug-wget] [PATCH] Let Wget select strongest auth challenge

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 16:24:18 schrieb Darshit Shah: Another reason why I never got around to implementing this feature is that it is required by almost no one. The issue at hand is that when a Server responds with two possible authentication methods, the client is expected to choose