cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: proxy question

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 11 Feb 2009 16:20:36 -0800

On Wed, Feb 11, 2009 at 11:25:57PM -0000, Markus Moeller wrote:
> yes it did and here is a patch against latest cvs to allow gssapi
> authentication with a roundrobin proxy name.

> + if (strcmp(rname,proxy ? conn->proxy.name : conn->host.name))

All the strcmp calls should really be Curl_raw_equal since they should
presumably be case insensitive.

> + _snprintf(service_name,strlen(service) +strlen(rproxy_name)+2,"%s/%s",
> + service,rproxy_name);

This should probably be plain snprintf for consistency.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2009-02-12