<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>cookies: allow secure override when done over HTTPS</title>
<updated>2019-01-09T09:11:58+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-09T09:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2c0c4e1a5b50aac65cc38287f2b5b98387ac2ec9'/>
<id>2c0c4e1a5b50aac65cc38287f2b5b98387ac2ec9</id>
<content type='text'>
Added test 1562 to verify.

Reported-by: Jeroen Ooms
Fixes #3445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added test 1562 to verify.

Reported-by: Jeroen Ooms
Fixes #3445
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_multi_remove_handle() don't block terminating c-ares requests</title>
<updated>2019-01-07T09:05:20+00:00</updated>
<author>
<name>Brad Spencer</name>
<email>bspencer@blackberry.com</email>
</author>
<published>2018-12-14T21:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=84a30d0a419ad95c53cbdfc76eb2eb75d2e51835'/>
<id>84a30d0a419ad95c53cbdfc76eb2eb75d2e51835</id>
<content type='text'>
Added Curl_resolver_kill() for all three resolver modes, which only
blocks when necessary, along with test 1592 to confirm
curl_multi_remove_handle() doesn't block unless it must.

Closes #3428
Fixes #3371
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Curl_resolver_kill() for all three resolver modes, which only
blocks when necessary, along with test 1592 to confirm
curl_multi_remove_handle() doesn't block unless it must.

Closes #3428
Fixes #3371
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "http_negotiate: do not close connection until negotiation is completed"</title>
<updated>2019-01-07T08:36:36+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-04T22:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ebe658c1e5a6577178981a7f406794699305be5c'/>
<id>ebe658c1e5a6577178981a7f406794699305be5c</id>
<content type='text'>
This reverts commit 07ebaf837843124ee670e5b8c218b80b92e06e47.

This also reopens PR #3275 which brought the change now reverted.

Fixes #3384
Closes #3439
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 07ebaf837843124ee670e5b8c218b80b92e06e47.

This also reopens PR #3275 which brought the change now reverted.

Fixes #3384
Closes #3439
</pre>
</div>
</content>
</entry>
<entry>
<title>schannel: fix compiler warning</title>
<updated>2019-01-06T22:09:19+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-01-03T14:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e939afeb5ceef4310f7066a599f3275982da0f34'/>
<id>e939afeb5ceef4310f7066a599f3275982da0f34</id>
<content type='text'>
When building with Unicode on MSVC, the compiler warns about freeing a
pointer to const in Curl_unicodefree. Fix this by declaring it as
non-const and casting the argument to Curl_convert_UTF8_to_tchar to
non-const too, like we do in all other places.

Closes https://github.com/curl/curl/pull/3435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building with Unicode on MSVC, the compiler warns about freeing a
pointer to const in Curl_unicodefree. Fix this by declaring it as
non-const and casting the argument to Curl_convert_UTF8_to_tchar to
non-const too, like we do in all other places.

Closes https://github.com/curl/curl/pull/3435
</pre>
</div>
</content>
</entry>
<entry>
<title>printf: introduce CURL_FORMAT_TIMEDIFF_T</title>
<updated>2019-01-04T22:51:13+00:00</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2019-01-01T22:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1e4ec09a26e58ba62c3a3dd3913939d7f4173809'/>
<id>1e4ec09a26e58ba62c3a3dd3913939d7f4173809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>printf: fix format specifiers</title>
<updated>2019-01-04T22:50:48+00:00</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2018-09-16T20:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fa2d6ba84d7f87148738f3cbccf29016dd324f87'/>
<id>fa2d6ba84d7f87148738f3cbccf29016dd324f87</id>
<content type='text'>
Closes #3426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3426
</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: update selection of type 3 response</title>
<updated>2019-01-01T10:47:17+00:00</updated>
<author>
<name>Markus Moeller</name>
<email>markus_moeller@compuserve.com</email>
</author>
<published>2018-12-28T14:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7bcca9345977669bce9fd52f85ac2b89ccf550ec'/>
<id>7bcca9345977669bce9fd52f85ac2b89ccf550ec</id>
<content type='text'>
NTLM2 did not work i.e. no NTLMv2 response was created. Changing the
check seems to work.

Ref: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf

Fixes https://github.com/curl/curl/issues/3286
Closes https://github.com/curl/curl/pull/3287
Closes https://github.com/curl/curl/pull/3415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NTLM2 did not work i.e. no NTLMv2 response was created. Changing the
check seems to work.

Ref: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf

Fixes https://github.com/curl/curl/issues/3286
Closes https://github.com/curl/curl/pull/3287
Closes https://github.com/curl/curl/pull/3415
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: fix parsing ipv6 with zone index</title>
<updated>2018-12-30T19:11:57+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-30T19:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a4482b21bd8bb0ac7cfb3471bad32bf84f829805'/>
<id>a4482b21bd8bb0ac7cfb3471bad32bf84f829805</id>
<content type='text'>
The previous fix for parsing IPv6 URLs with a zone index was a paddle
short for URLs without an explicit port. This patch fixes that case
and adds a unit test case.

This bug was highlighted by issue #3408, and while it's not the full
fix for the problem there it is an isolated bug that should be fixed
regardless.

Closes #3411
Reported-by: GitYuanQu on github
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous fix for parsing IPv6 URLs with a zone index was a paddle
short for URLs without an explicit port. This patch fixes that case
and adds a unit test case.

This bug was highlighted by issue #3408, and while it's not the full
fix for the problem there it is an isolated bug that should be fixed
regardless.

Closes #3411
Reported-by: GitYuanQu on github
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hostip: support wildcard hosts</title>
<updated>2018-12-27T13:23:53+00:00</updated>
<author>
<name>Claes Jakobsson</name>
<email>claes.jakobsson@trustly.com</email>
</author>
<published>2018-12-27T13:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d8cae791f47c90f1f1c2b4d052c3e64a3919d92d'/>
<id>d8cae791f47c90f1f1c2b4d052c3e64a3919d92d</id>
<content type='text'>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>url: fix incorrect indentation</title>
<updated>2018-12-26T23:05:12+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-26T23:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ba266b3ed74abecdc02e6b036e8bbf018e01ed9c'/>
<id>ba266b3ed74abecdc02e6b036e8bbf018e01ed9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
