<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/packages/OS400, 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>os400: upgrade ILE/RPG binding.</title>
<updated>2018-12-26T14:17:54+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-12-26T14:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9be7ced65f22ca789c8b852776fa3ae0e13ea17d'/>
<id>9be7ced65f22ca789c8b852776fa3ae0e13ea17d</id>
<content type='text'>
- Trailer function support.
- http 0.9 option.
- curl_easy_upkeep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Trailer function support.
- http 0.9 option.
- curl_easy_upkeep.
</pre>
</div>
</content>
</entry>
<entry>
<title>OS400: handle memory error in list conversion</title>
<updated>2018-12-13T09:15:00+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-13T09:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a58b27740fd78fee88b35104fa71b7019280ccff'/>
<id>a58b27740fd78fee88b35104fa71b7019280ccff</id>
<content type='text'>
Curl_slist_append_nodup() returns NULL when it fails to create a new
item for the specified list, and since the coding here reassigned the
new list on top of the old list it would result in a dangling pointer
and lost memory. Also, in case we hit an allocation failure at some
point during the conversion, with allocation succeeding again on the
subsequent call(s) we will return a truncated list around the malloc
failure point. Fix by assigning to a temporary list pointer, which can
be checked (which is the common pattern for slist appending), and free
all the resources on allocation failure.

Closes #3372
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Curl_slist_append_nodup() returns NULL when it fails to create a new
item for the specified list, and since the coding here reassigned the
new list on top of the old list it would result in a dangling pointer
and lost memory. Also, in case we hit an allocation failure at some
point during the conversion, with allocation succeeding again on the
subsequent call(s) we will return a truncated list around the malloc
failure point. Fix by assigning to a temporary list pointer, which can
be checked (which is the common pattern for slist appending), and free
all the resources on allocation failure.

Closes #3372
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: replace all internal uses of CURLE_SSL_CACERT</title>
<updated>2018-11-20T13:57:00+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-11-20T01:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=78ff4e0de3c53b026bb23a92c5c7abe3d285038e'/>
<id>78ff4e0de3c53b026bb23a92c5c7abe3d285038e</id>
<content type='text'>
Closes #3291
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3291
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: add CURLOPT_CURLU to ILE/RPG binding.</title>
<updated>2018-11-19T14:23:00+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c19ed66a8dcd9b7dbbc422de3c98e53da5e38e38'/>
<id>c19ed66a8dcd9b7dbbc422de3c98e53da5e38e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: Add curl_easy_conn_upkeep() to ILE/RPG binding.</title>
<updated>2018-11-19T14:22:00+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ee90ca02e02ca5d262826e7248c51469524d3636'/>
<id>ee90ca02e02ca5d262826e7248c51469524d3636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: fix return type of curl_easy_pause() in ILE/RPG binding.</title>
<updated>2018-11-19T14:19:36+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=50397e1fd85e0cbd2de68272affd04bfe84bba5b'/>
<id>50397e1fd85e0cbd2de68272affd04bfe84bba5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OS400: add URL API ccsid wrappers and sync ILE/RPG bindings</title>
<updated>2018-11-05T14:37:23+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-05T14:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a77b640cc0ddace57758946881294db6f03db16e'/>
<id>a77b640cc0ddace57758946881294db6f03db16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vtls: add MesaLink to curl_sslbackend enum</title>
<updated>2018-10-30T15:56:51+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-10-30T15:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1460e89e01e2c471d60fbdd0f5905217152d69c1'/>
<id>1460e89e01e2c471d60fbdd0f5905217152d69c1</id>
<content type='text'>
MesaLink support was added in commit 57348eb97d1b8fc3742e02c but the
backend was never added to the curl_sslbackend enum in curl/curl.h.
This adds the new backend to the enum and updates the relevant docs.

Closes #3195
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MesaLink support was added in commit 57348eb97d1b8fc3742e02c but the
backend was never added to the curl_sslbackend enum in curl/curl.h.
This adds the new backend to the enum and updates the relevant docs.

Closes #3195
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: add new option in ILE/RPG binding</title>
<updated>2018-05-31T17:08:03+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-05-31T17:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6d8c6289122dad7f0a05b6363d8e3c2cc73d096a'/>
<id>6d8c6289122dad7f0a05b6363d8e3c2cc73d096a</id>
<content type='text'>
Follow-up to commit 946ce5b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to commit 946ce5b
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: sync EBCDIC wrappers and ILE/RPG binding with latest options</title>
<updated>2018-05-29T23:45:40+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-05-29T23:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e40ab75e9b179573847ce7f061f579ddce51804e'/>
<id>e40ab75e9b179573847ce7f061f579ddce51804e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
