>> git reset --hard 7733c517d7d22ef9b706176b21e1e5e270c65aa5 >> git show cc64d59d8132350cadf7adf91857597795eb9090 | sed >> s/strcasecmp/strcmp/g >> | patch -p1 > > This results in a prompt for the password, so the problem is in those > patches, not the intermediate ones. That's odd. I can't imagine why. Can you show me a full debugging output with a (working) f900f637 and also with the non-working version after the above two commands? If you make it dump the page that's returned (print the buffer after calling process_http_response()), that would be useful too. -- dwmw2