Changes between Initial Version and Version 1 of Ticket #4998


Ignore:
Timestamp:
Feb 22, 2013, 3:35:29 AM (11 years ago)
Author:
Even Rouault
Comment:

r25661 port/cpl_http.cpp port/cpl_vsil_curl.cpp port/cpl_vsil_curl_streaming.cpp frmts/wms/gdalhttp.cpp -m "Curl: allows setting the CURLOPT_PROXYAUTH setting through GDAL_PROXY_AUTH=BASIC/NTLM/DIGEST/ANY, allow setting CURLOPT_HTTPAUTH through GDAL_HTTP_AUTH=BASIC/NTLM/GSSNEGOTIATE/ANY; refactor code to avoid code duplication (patch derived from Jeremy Palmer's patch, #4998)"

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4998

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Milestone1.10.0
  • Ticket #4998 – Description

    initial v1  
    1 This patch support allows setting the CURLOPT_PROXYAUTH setting so GDAL/OGR can authenticate with proxy servers that only support NTLM authentication. Can be set via the GDAL_HTTP_AUTH config option. This option allow you to set the following values:
     1This patch support allows setting the CURLOPT_PROXYAUTH setting so GDAL/OGR can authenticate with proxy servers that only support NTLM authentication. Can be set via the GDAL_PROXY_AUTH config option. This option allow you to set the following values:
    22
    33BASIC