<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/test, branch erl_1252</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix lib/src/test/ssh_basic_SUITE.erl to fix IPv6 option typos</title>
<updated>2012-06-25T14:30:39+00:00</updated>
<author>
<name>Kenji Rikitake</name>
<email>kenji.rikitake@acm.org</email>
</author>
<published>2012-06-25T12:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a33b8c3f1ff1ddcc9dca9b1da955a9cda5136636'/>
<id>a33b8c3f1ff1ddcc9dca9b1da955a9cda5136636</id>
<content type='text'>
Fixed incorrect option "ipv6_disable" to "ipv6_disabled"
as documented in the ssh manual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed incorrect option "ipv6_disable" to "ipv6_disabled"
as documented in the ssh manual.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to work with whitespace in exec path</title>
<updated>2012-06-05T08:52:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-05-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f8867fb985b2b899e2ba8391652c7111f9df9bb'/>
<id>5f8867fb985b2b899e2ba8391652c7111f9df9bb</id>
<content type='text'>
OTP-10106
OTP-10107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10106
OTP-10107
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected ssh option handling</title>
<updated>2012-04-24T07:57:25+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-04-20T07:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b85e884f14e1dce52af7157045625f1ef5441ed1'/>
<id>b85e884f14e1dce52af7157045625f1ef5441ed1</id>
<content type='text'>
The option ip_v6_disabled and the undocumented option exec was incorrectly
handled by the option checking code.

There where two options for allowing user interaction one documented
and one undocumented, they where merge to to be the documented one.
For backwards compatibility the undocumented one is transformed to the
documented one in the option checking code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option ip_v6_disabled and the undocumented option exec was incorrectly
handled by the option checking code.

There where two options for allowing user interaction one documented
and one undocumented, they where merge to to be the documented one.
For backwards compatibility the undocumented one is transformed to the
documented one in the option checking code.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh:close/1 will no longer crash if ssl manager already happens to have</title>
<updated>2012-03-22T16:49:04+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-03-22T15:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a06cd043eab256539459d765a4856fc156ed96d4'/>
<id>a06cd043eab256539459d765a4856fc156ed96d4</id>
<content type='text'>
been terminated.

The function ssh_connection_manager:call now handles that exit
reason may be shutdown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
been terminated.

The function ssh_connection_manager:call now handles that exit
reason may be shutdown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip set_attributes test on windows due to known erts bug in</title>
<updated>2012-03-06T08:32:06+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-28T17:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6c5153c70e9ac02e2a79bbc0c9a5409679e5fe66'/>
<id>6c5153c70e9ac02e2a79bbc0c9a5409679e5fe66</id>
<content type='text'>
file:read_file_info/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file:read_file_info/1
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp daemon generates file handles correct</title>
<updated>2012-03-01T18:01:32+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-29T11:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4ad7238ba71b818fa0e3a1ea24bb002daeb11f3a'/>
<id>4ad7238ba71b818fa0e3a1ea24bb002daeb11f3a</id>
<content type='text'>
Also always run ssh_sftp_SUITE against own daemon as well as openssh
if existing. Corrected links test case and found that openssh has a
known bug that swaps the create link arguments. Created separate
ticket (OTP-9951) to deal with this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also always run ssh_sftp_SUITE against own daemon as well as openssh
if existing. Corrected links test case and found that openssh has a
known bug that swaps the create link arguments. Created separate
ticket (OTP-9951) to deal with this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent client hanging. (OTP-8111)</title>
<updated>2012-02-28T09:26:56+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-22T11:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1aeb8f4234b52705f9a933abf8dcd1afb2296b9d'/>
<id>1aeb8f4234b52705f9a933abf8dcd1afb2296b9d</id>
<content type='text'>
Restored supervisor tree so that error propagation will work as
intended, although connection processes are set to temporary, instead
of permanent with restart times set to 0, and termination of the
connection subtree is initiated by a temporary process spawned by
ssh_connection_managers terminate.  This is done to avoid unwanted
supervisor reports.  Pherhaps we need some new supervisor
functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restored supervisor tree so that error propagation will work as
intended, although connection processes are set to temporary, instead
of permanent with restart times set to 0, and termination of the
connection subtree is initiated by a temporary process spawned by
ssh_connection_managers terminate.  This is done to avoid unwanted
supervisor reports.  Pherhaps we need some new supervisor
functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved error handling</title>
<updated>2012-02-17T13:30:19+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-17T13:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0e4ae2a2b5d291b5e918f3ab9e675c4137d1888b'/>
<id>0e4ae2a2b5d291b5e918f3ab9e675c4137d1888b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused files from test data as it is confusing</title>
<updated>2012-02-15T10:59:09+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-14T14:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=489fac442f15f08adf7745fb2d399cd521f0db74'/>
<id>489fac442f15f08adf7745fb2d399cd521f0db74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for key files protected by pass phrases</title>
<updated>2012-02-15T10:59:08+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-14T13:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd667daee8ac822bd689de73d54e3a4421706519'/>
<id>cd667daee8ac822bd689de73d54e3a4421706519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
