<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP_R14B04</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Corrected year in license header.</title>
<updated>2011-06-21T15:24:00+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-06-21T15:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b43386bc392859251fabc20c3ba12e275342333d'/>
<id>b43386bc392859251fabc20c3ba12e275342333d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit flag was set to true for the invoking process.</title>
<updated>2011-06-21T14:23:36+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-06-21T14:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b331676b2fa755d767fc51b65ed6d99e1c20d7a2'/>
<id>b331676b2fa755d767fc51b65ed6d99e1c20d7a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>An unexpected message would crash the ssh_connection_handler and close the connection.</title>
<updated>2011-05-06T15:37:01+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-05-06T15:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b95606315ee69c56f231558c58ad87de77cb28f3'/>
<id>b95606315ee69c56f231558c58ad87de77cb28f3</id>
<content type='text'>
Now an error message is generated instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now an error message is generated instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-9232:</title>
<updated>2011-04-27T14:05:01+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-27T14:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a'/>
<id>0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a</id>
<content type='text'>
A memory leak has been fixed. I.e. per terminated connection the size of
a pid and the length of a user name string was not cleared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A memory leak has been fixed. I.e. per terminated connection the size of
a pid and the length of a user name string was not cleared.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-r14' of super:otp into nick/ssh/memory_leak/OTP-9232</title>
<updated>2011-04-20T16:24:34+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-20T16:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d33d5047ac8c0730883454878be4ea88b3b0c2cc'/>
<id>d33d5047ac8c0730883454878be4ea88b3b0c2cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added deletion of clients to be used when a session is terminated.</title>
<updated>2011-04-20T16:03:43+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-20T16:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b4ef1f5dffb5a99244169b7adf315a513795ee7'/>
<id>1b4ef1f5dffb5a99244169b7adf315a513795ee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed the function strong_rand_uniform to strong_rand_mpint.</title>
<updated>2011-04-19T11:35:29+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-19T11:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=afe36b58bb77012f94b19213ed9602c2eb9fd420'/>
<id>afe36b58bb77012f94b19213ed9602c2eb9fd420</id>
<content type='text'>
Added some checks in crypto.erl and crypto.c.
Changed ssh_bits to use strong_rand_mpint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added some checks in crypto.erl and crypto.c.
Changed ssh_bits to use strong_rand_mpint.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed SSH appup, copyright headers SSH vsn and SSH release note.</title>
<updated>2011-04-18T12:58:18+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-18T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c31065c750e37d5368398e9e2a741a1d4ec0588c'/>
<id>c31065c750e37d5368398e9e2a741a1d4ec0588c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds NIFs for cryptographically strong random number generation.</title>
<updated>2011-04-15T13:49:42+00:00</updated>
<author>
<name>Niclas Eklund</name>
<email>nick@erlang.org</email>
</author>
<published>2011-04-15T13:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f505644be64cd4844742b361a8ff411d70f4aa88'/>
<id>f505644be64cd4844742b361a8ff411d70f4aa88</id>
<content type='text'>
Also adds documentation and unit tests.

Thanks to Geoff Cant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds documentation and unit tests.

Thanks to Geoff Cant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2011-03-11T16:34:22+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-03-11T16:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d53be747c945d5e86997e1944446795b271dacb4'/>
<id>d53be747c945d5e86997e1944446795b271dacb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
