]> granicus.if.org Git - curl/commit
url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes
authorYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 22:35:44 +0000 (00:35 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 22:35:44 +0000 (00:35 +0200)
commitdf4205c10a459dccd480bdaefd22ef6768a4a49c
tree97870add53995882e1d16fa68ca9fdefa3731438
parent9421b06397d25426ab013e2b90d4604ed6430926
url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes

Fail with CURLE_NOT_BUILT_IN when none of requested auth methods is supported.

Reject CURLAUTH_ONLY bit when given alone or with CURLAUTH_NONE.
lib/url.c