<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/test, branch OTP-20.1.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: test cases for modify_algorithms</title>
<updated>2017-09-11T10:11:42+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-08-28T10:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b3cb129a5518d0018340eea088acd409b616836a'/>
<id>b3cb129a5518d0018340eea088acd409b616836a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file owner access permission in ssh_sftp module</title>
<updated>2017-08-19T10:57:55+00:00</updated>
<author>
<name>Hamidreza Soleimani</name>
<email>hamidreza.s@gmail.com</email>
</author>
<published>2017-08-14T20:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5265f855ed1878158b2dc546fa3037b86743229c'/>
<id>5265f855ed1878158b2dc546fa3037b86743229c</id>
<content type='text'>
Previously, a hard-coded atom (read_write) has been used as file owner access permission
in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of
file owner access permission is added to the returning record. That value is calculated
from file mode value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, a hard-coded atom (read_write) has been used as file owner access permission
in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of
file owner access permission is added to the returning record. That value is calculated
from file mode value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-06-14T13:36:21+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-14T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43718d3b81d7f3d08e25047e22d579801bbe5044'/>
<id>43718d3b81d7f3d08e25047e22d579801bbe5044</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 sporadic error in ssh_options_SUITE</title>
<updated>2017-06-12T10:19:53+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-07T15:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e46e9d5bec5089d16d0cae7b435c4c82f57f0316'/>
<id>e46e9d5bec5089d16d0cae7b435c4c82f57f0316</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 sporadic error in ssh_protocol_SUITE</title>
<updated>2017-06-12T10:19:52+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-07T15:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5bcd6af12b34db9d1976099d86fe3414b810aa3e'/>
<id>5bcd6af12b34db9d1976099d86fe3414b810aa3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: more keys for testing</title>
<updated>2017-05-31T16:07:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-30T15:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=32d449adadc04c7d664c99bd2e99393708d71930'/>
<id>32d449adadc04c7d664c99bd2e99393708d71930</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Introduce test case simple_connect in ssh_algorithms_SUITE</title>
<updated>2017-05-31T16:07:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-29T11:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0780ac168b13e6d5e89a3cd97b6e3586e17c427b'/>
<id>0780ac168b13e6d5e89a3cd97b6e3586e17c427b</id>
<content type='text'>
In the test group public_key we need to control both the host key
and the user key.  This new test case is aimed at faciliate the
user public key testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the test group public_key we need to control both the host key
and the user key.  This new test case is aimed at faciliate the
user public key testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE</title>
<updated>2017-05-31T15:52:43+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-23T13:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af14e88eb3dcb482dea8ca4e5fa5843b9fe9ddec'/>
<id>af14e88eb3dcb482dea8ca4e5fa5843b9fe9ddec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE</title>
<updated>2017-05-23T11:50:58+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-22T15:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=000961628c62b28d749a1e6a5f00616add4bb603'/>
<id>000961628c62b28d749a1e6a5f00616add4bb603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: disable faulty ssh_upgrade_SUITE</title>
<updated>2017-05-23T11:50:58+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-22T13:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=254422231e50ced8014eb84b9d80136b45483cc2'/>
<id>254422231e50ced8014eb84b9d80136b45483cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
