curl-library
Re: [PATCH] NTLM & Astaro & bug 75
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 20 Apr 2011 16:13:12 +0200 (CEST)
Received on 2011-04-20
Date: Wed, 20 Apr 2011 16:13:12 +0200 (CEST)
On Wed, 20 Apr 2011, Matteo Rocco wrote:
> I made few changes to http_ntlm.c file to support NTLM authentication on
> Astaro proxy.
Thanks a lot Matteo!
However, the code didn't follow our indent style, it wasn't C90 compliant and
I didn't like the repeated for-loops.
I suggest we do it with a little helper-function instead, which I think makes
the code much easier to follow and deal with. Have a look at the attached
patch, and please tell me if you think I broke the functionality as I have no
way of verifying your use-case!
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-NTLM-work-with-unicode.patch