Merge branch 'bc/http-fallback-to-password-after-krb-fails' into maint
commit8f3d03d81e124b102a29a4adeeec4b3473bfa8d6
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 06:10:17 +0000 (24 22:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 06:10:17 +0000 (24 22:10 -0800)
tree9e55f2945a57331a5a45b1f93046f69bf9c2e907
parent66061294915065375c7eaa4e3a72e4834590f32b
parent4dbe66464b4fd695c5989cc272fa0edd6475037c
Merge branch 'bc/http-fallback-to-password-after-krb-fails' into maint

After attempting and failing a password-less authentication
(e.g. kerberos), libcURL refuses to fall back to password based
Basic authentication without a bit of help/encouragement.

* bc/http-fallback-to-password-after-krb-fails:
  remote-curl: fall back to Basic auth if Negotiate fails