<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/vssh/libssh2.c, branch bagder/https-proxy-tests</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>libssh2: convert over to use dynbuf</title>
<updated>2020-05-05T12:54:07+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-04T12:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=44645ca8b0d083f035d815d1cca1fb2a94d191db'/>
<id>44645ca8b0d083f035d815d1cca1fb2a94d191db</id>
<content type='text'>
In my very basic test that lists sftp://127.0.0.1/tmp/, this patched
code makes 161 allocations compared to 194 in git master. A 17%
reduction.

Closes #5336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In my very basic test that lists sftp://127.0.0.1/tmp/, this patched
code makes 161 allocations compared to 194 in git master. A 17%
reduction.

Closes #5336
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: set the expected total size in SCP upload init</title>
<updated>2020-05-02T14:38:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-01T15:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=df2093d2930bc8f4f81218f626eb886603180072'/>
<id>df2093d2930bc8f4f81218f626eb886603180072</id>
<content type='text'>
... as otherwise the progress callback gets called without that
information, making the progress meter have less info.

Reported-by: Murugan Balraj
Bug: https://curl.haxx.se/mail/archive-2020-05/0000.html
Closes #5317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as otherwise the progress callback gets called without that
information, making the progress meter have less info.

Reported-by: Murugan Balraj
Bug: https://curl.haxx.se/mail/archive-2020-05/0000.html
Closes #5317
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp: fix segfault regression introduced by #4747</title>
<updated>2020-03-09T14:01:40+00:00</updated>
<author>
<name>Jim Fuller</name>
<email>jim@webcomposite.com</email>
</author>
<published>2020-03-08T17:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e96fe70cabcb3a5a009821dbb453dc0160ddc3f5'/>
<id>e96fe70cabcb3a5a009821dbb453dc0160ddc3f5</id>
<content type='text'>
This fix adds a defensive check for the case where the char *name in
struct libssh2_knownhost is NULL

Fixes #5041
Closes #5062
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix adds a defensive check for the case where the char *name in
struct libssh2_knownhost is NULL

Fixes #5041
Closes #5062
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: comment typos</title>
<updated>2020-02-21T07:38:00+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-20T14:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0c76795cafe0fccab41b3adc1be08cb81d55024f'/>
<id>0c76795cafe0fccab41b3adc1be08cb81d55024f</id>
<content type='text'>
Spotted by 'codespell'

Closes #4957
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by 'codespell'

Closes #4957
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: fix variable type</title>
<updated>2020-01-16T09:03:59+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2020-01-15T19:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6f69edf962b6443d0fcd1a279dd9ef971b4a1581'/>
<id>6f69edf962b6443d0fcd1a279dd9ef971b4a1581</id>
<content type='text'>
This led to a conversion warning on 64-bit MinGW, which has 32-bit
`long` but 64-bit `size_t`.

Closes https://github.com/curl/curl/pull/4823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This led to a conversion warning on 64-bit MinGW, which has 32-bit
`long` but 64-bit `size_t`.

Closes https://github.com/curl/curl/pull/4823
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: Copyright year out of date, should be 2020</title>
<updated>2020-01-12T15:55:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-01-12T15:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=29babeafec2cbe4a598a4d90d82bb80b7534f959'/>
<id>29babeafec2cbe4a598a4d90d82bb80b7534f959</id>
<content type='text'>
Follow-up to recent commits

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to recent commits

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: add support for forcing a hostkey type</title>
<updated>2020-01-12T00:17:33+00:00</updated>
<author>
<name>Santino Keupp</name>
<email>santino.keupp@diehl.com</email>
</author>
<published>2019-12-20T12:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=272282a05416e42d2cc4a847a31fd457bc6cc827'/>
<id>272282a05416e42d2cc4a847a31fd457bc6cc827</id>
<content type='text'>
- Allow forcing the host's key type found in the known_hosts file.

Currently, curl (with libssh2) does not take keys from your known_hosts
file into account when talking to a server. With this patch the
known_hosts file will be searched for an entry matching the hostname
and, if found, libssh2 will be told to claim this key type from the
server.

Closes https://github.com/curl/curl/pull/4747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allow forcing the host's key type found in the known_hosts file.

Currently, curl (with libssh2) does not take keys from your known_hosts
file into account when talking to a server. With this patch the
known_hosts file will be searched for an entry matching the hostname
and, if found, libssh2 will be told to claim this key type from the
server.

Closes https://github.com/curl/curl/pull/4747
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: add support for ECDSA and ed25519 knownhost keys</title>
<updated>2019-12-15T22:03:39+00:00</updated>
<author>
<name>Santino Keupp</name>
<email>Santino.Keupp@diehl.com</email>
</author>
<published>2019-12-13T21:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1d2d3feb21c4c34789a51072915f6b709072074d'/>
<id>1d2d3feb21c4c34789a51072915f6b709072074d</id>
<content type='text'>
... if a new enough libssh2 version is present.

Source: https://curl.haxx.se/mail/archive-2019-12/0023.html
Co-Authored-by: Daniel Stenberg
Closes #4714
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... if a new enough libssh2 version is present.

Source: https://curl.haxx.se/mail/archive-2019-12/0023.html
Co-Authored-by: Daniel Stenberg
Closes #4714
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: silence conversion warnings</title>
<updated>2019-10-01T08:47:37+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-09-30T22:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=69d95b6d4c3dce64e58bd36d998ee10ae4da0f34'/>
<id>69d95b6d4c3dce64e58bd36d998ee10ae4da0f34</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/4444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/4444
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: part of conditional expression is always true: !result</title>
<updated>2019-09-20T06:07:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-09-19T08:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7d5524500d63e892743071213062f8e46a0fee3f'/>
<id>7d5524500d63e892743071213062f8e46a0fee3f</id>
<content type='text'>
Fixes warning detected by PVS-Studio
Fixes #4374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes warning detected by PVS-Studio
Fixes #4374
</pre>
</div>
</content>
</entry>
</feed>
