From: Junio C Hamano Date: Mon, 17 Oct 2016 20:25:18 +0000 (-0700) Subject: Merge branch 'dt/http-empty-auth' X-Git-Tag: v2.11.0-rc0~64 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c6400bf8d5437e7614c86e6b027761e11ed7a1be Merge branch 'dt/http-empty-auth' http.emptyauth configuration is a way to allow an empty username to pass when attempting to authenticate using mechanisms like Kerberos. We took an unspecified (NULL) username and sent ":" (i.e. no username, no password) to CURLOPT_USERPWD, but did not do the same when the username is explicitly set to an empty string. * dt/http-empty-auth: http: http.emptyauth should allow empty (not just NULL) usernames --- c6400bf8d5437e7614c86e6b027761e11ed7a1be