<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP_R14B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<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>
<entry>
<title>Merge branch 'nick/ssh/sign-verify-binary' into maint-r14</title>
<updated>2011-01-24T07:42:57+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-01-24T07:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a55a1a82aa398d75152bb96ad6274b656ca58fa5'/>
<id>a55a1a82aa398d75152bb96ad6274b656ca58fa5</id>
<content type='text'>
* nick/ssh/sign-verify-binary:
  Updated appup file.
  Updated notes file.
  Changed year in copyright header.
  Added updated modules to the appup file.
  Improved error handling for ssh:connect/3/4.
  Release note contained wrong ticker number.
  OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nick/ssh/sign-verify-binary:
  Updated appup file.
  Updated notes file.
  Changed year in copyright header.
  Added updated modules to the appup file.
  Improved error handling for ssh:connect/3/4.
  Release note contained wrong ticker number.
  OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'nick/ensure_ssh_dir_exists/OTP-9010' into maint-r14</title>
<updated>2011-01-24T07:42:57+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-01-24T07:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7db8499d81b8c05d6019df9cf923351d0e96f7a0'/>
<id>7db8499d81b8c05d6019df9cf923351d0e96f7a0</id>
<content type='text'>
* nick/ensure_ssh_dir_exists/OTP-9010:
  Updated appup file.
  Updated notes file.
  Updated year in license.
  OTP-9010:
  ssh: ensure ~/.ssh exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nick/ensure_ssh_dir_exists/OTP-9010:
  Updated appup file.
  Updated notes file.
  Updated year in license.
  OTP-9010:
  ssh: ensure ~/.ssh exists
</pre>
</div>
</content>
</entry>
</feed>
