diff -ru curl-7.11.0-20031217/docs/libcurl/curl_easy_getinfo.3 curl-new/docs/libcurl/curl_easy_getinfo.3 --- curl-7.11.0-20031217/docs/libcurl/curl_easy_getinfo.3 2003-11-05 04:00:07.000000000 +0100 +++ curl-new/docs/libcurl/curl_easy_getinfo.3 2003-12-17 17:57:47.000000000 +0100 @@ -100,6 +100,15 @@ Pass a pointer to a 'char *' to receive the pointer to the private data associated with the curl handle (set with the CURLOPT_PRIVATE option to curl_easy_setopt). (Added in 7.10.3) +.IP CURLINFO_HTTPAUTH_AVAIL +Pass a pointer to a long to receive a bitmask indicating the +authentication method(s) available. The meaning of the bits is +explained in the CURLOPT_HTTPAUTH option for curl_easy_setopt. +(Added in 7.10.8) +.IP CURLINFO_PROXYAUTH_AVAIL +Pass a pointer to a long to receive a bitmask indicating the +authentication method(s) available for your proxy athentication. +(Added in 7.10.8) .SH RETURN VALUE If the operation was successful, CURLE_OK is returned. Otherwise an appropriate error code will be returned.