<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh, branch maint-20</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2019-04-16T14:37:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-04-16T14:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d55738a4490583b627a0960c886a0f0d54eb52b0'/>
<id>d55738a4490583b627a0960c886a0f0d54eb52b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Present peername for accept_callback fun also for Sockets</title>
<updated>2019-04-11T14:04:02+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-11T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=10f9c216a5736f0861185be619774cb7fea9c0ef'/>
<id>10f9c216a5736f0861185be619774cb7fea9c0ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-12-28T11:11:18+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-28T11:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e53cfd7555f68e3c2c408e84c8007efcd4bd552'/>
<id>5e53cfd7555f68e3c2c408e84c8007efcd4bd552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix port leakage for daemons failing at start</title>
<updated>2018-12-21T16:16:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-12-19T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9b8575437a3c84eab77453279d8844c52485216c'/>
<id>9b8575437a3c84eab77453279d8844c52485216c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add port close test</title>
<updated>2018-12-21T16:16:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-12-21T11:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c9cc06c9e3545716e7a5dba8d6bfaf2cf8ef0078'/>
<id>c9cc06c9e3545716e7a5dba8d6bfaf2cf8ef0078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-14T09:03:46+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-14T09:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c4f2388993020243ca390b259f97f5a85fb785b1'/>
<id>c4f2388993020243ca390b259f97f5a85fb785b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix ssh_options checking for ext_info</title>
<updated>2018-11-08T09:39:00+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-07T14:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a53a4d0bae3e39877f3edf4c0f33a350b34a8137'/>
<id>a53a4d0bae3e39877f3edf4c0f33a350b34a8137</id>
<content type='text'>
A bug for SSH_MSG_EXT_INFO was fixed both for client and server. Before that fix, wrong
option was read for the information sent to the peer.

This commit adapts the option checking so that the correct option now used is available
not only for servers but also for clients.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug for SSH_MSG_EXT_INFO was fixed both for client and server. Before that fix, wrong
option was read for the information sent to the peer.

This commit adapts the option checking so that the correct option now used is available
not only for servers but also for clients.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server</title>
<updated>2018-11-07T14:16:37+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-07T14:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=434090c14c0d1692c3eaeebb97c9b86c3dff01a5'/>
<id>434090c14c0d1692c3eaeebb97c9b86c3dff01a5</id>
<content type='text'>
    The wrong set of supported public keys was sent to the client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    The wrong set of supported public keys was sent to the client.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client</title>
<updated>2018-11-07T14:16:37+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-02T11:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=203d20aeb89e513b71624d0c12952352e6ca3525'/>
<id>203d20aeb89e513b71624d0c12952352e6ca3525</id>
<content type='text'>
The message could not be received in connected state
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The message could not be received in connected state
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-06-21T15:33:18+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-06-21T15:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=60c76a2cae65a7d138825adc192e4a20a85e8a73'/>
<id>60c76a2cae65a7d138825adc192e4a20a85e8a73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
