<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP-18.2.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: handle secondary ssh_msg_userauth_info_request message</title>
<updated>2016-01-08T12:03:46+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2016-01-07T14:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ed7d29ca3b6e8a165bdeb182799cbba5e204326f'/>
<id>ed7d29ca3b6e8a165bdeb182799cbba5e204326f</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 error for data fields errors</title>
<updated>2015-12-07T18:39:28+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-12-07T18:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb1a28deb139c34e2425e08e11f55480f5de6526'/>
<id>bb1a28deb139c34e2425e08e11f55480f5de6526</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 error for bad packet lengths found by Defensics</title>
<updated>2015-12-07T17:38:54+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-12-07T17:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b8ac85a0673d06606c6523e4bb8f46e1034d0638'/>
<id>b8ac85a0673d06606c6523e4bb8f46e1034d0638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: ssh_auth checks support for user pubkey alg</title>
<updated>2015-12-04T14:42:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-12-04T14:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08401d7b2fc7ba8a50ac478ce6b99a8be646f9fb'/>
<id>08401d7b2fc7ba8a50ac478ce6b99a8be646f9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: client pub key opt implemented</title>
<updated>2015-12-03T16:24:01+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-12-03T14:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a6c8b90416e261b0429bbcc253347ce9fbac5ea'/>
<id>1a6c8b90416e261b0429bbcc253347ce9fbac5ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support SSH key callback module options</title>
<updated>2015-12-01T17:26:03+00:00</updated>
<author>
<name>Vipin Nair</name>
<email>swvist@gmail.com</email>
</author>
<published>2015-11-13T13:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e14b301be3b5593a13e666885ca795e6bee54b5b'/>
<id>e14b301be3b5593a13e666885ca795e6bee54b5b</id>
<content type='text'>
This patch allows extra callback options to be passed to the module
implementing the SSH callback module behaviour.

A module implementing the SSH key callback API is used to customize
the handling of public key. This patch allows extra callback options
to be passed to the module implementing the SSH callback module
behaviour.

The key_cb option has been changed:

  {key_cb, atom()} -&gt; {key_cb, key_cb()}

  Where:
	key_cb() :: atom() | {atom(), list()}

The callback options, if specified, is made available to the callback
module via the options passed to it under the key 'key_cb_private'.

More details and some backgorund is available here[1].

[1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows extra callback options to be passed to the module
implementing the SSH callback module behaviour.

A module implementing the SSH key callback API is used to customize
the handling of public key. This patch allows extra callback options
to be passed to the module implementing the SSH callback module
behaviour.

The key_cb option has been changed:

  {key_cb, atom()} -&gt; {key_cb, key_cb()}

  Where:
	key_cb() :: atom() | {atom(), list()}

The callback options, if specified, is made available to the callback
module via the options passed to it under the key 'key_cb_private'.

More details and some backgorund is available here[1].

[1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-18' into maint</title>
<updated>2015-11-27T14:05:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-11-27T14:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8574c1ad8dd5ae8b4d7234fd97f1c33c71710ab0'/>
<id>8574c1ad8dd5ae8b4d7234fd97f1c33c71710ab0</id>
<content type='text'>
* maint-18:
  Updated OTP version
  Update release notes
  ssh: vsn.mk updated
  ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD
  ssh: update existing testcases
  ssh: Improve group selection
  ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client

Conflicts:
	lib/ssh/src/ssh_transport.erl
	lib/ssh/test/ssh_protocol_SUITE.erl
	lib/ssh/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-18:
  Updated OTP version
  Update release notes
  ssh: vsn.mk updated
  ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD
  ssh: update existing testcases
  ssh: Improve group selection
  ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client

Conflicts:
	lib/ssh/src/ssh_transport.erl
	lib/ssh/test/ssh_protocol_SUITE.erl
	lib/ssh/vsn.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Improve group selection</title>
<updated>2015-11-26T14:09:28+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-11-26T09:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ecf301d7dbd173cc18f86026ecf88597b15a7c69'/>
<id>ecf301d7dbd173cc18f86026ecf88597b15a7c69</id>
<content type='text'>
Now it chooses the first found if no exact match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it chooses the first found if no exact match.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client</title>
<updated>2015-11-26T14:09:08+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-11-25T19:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9b9d1cfa157134d8b14aaa2de5b36db28cb8b17a'/>
<id>9b9d1cfa157134d8b14aaa2de5b36db28cb8b17a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: sftpd callback takes new option 'recv_window_size', defaults to 1000000</title>
<updated>2015-11-25T15:17:54+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-11-25T15:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9865cacba44c862af36a5a8d758157bbe5c499e7'/>
<id>9865cacba44c862af36a5a8d758157bbe5c499e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
