<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP-18.0.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: add test case + corr for ssh_info:print/1</title>
<updated>2015-06-15T10:03:58+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-09T16:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9ba9728528f309933fd95aa92f748682dd5204f2'/>
<id>9ba9728528f309933fd95aa92f748682dd5204f2</id>
<content type='text'>
Conflicts:
	lib/ssh/test/ssh_basic_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/ssh/test/ssh_basic_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/unknown_msgfun/OTP-12813'</title>
<updated>2015-06-10T11:38:04+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-10T11:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=455ae616947dce6bd6b514226e98b50ef176fd83'/>
<id>455ae616947dce6bd6b514226e98b50ef176fd83</id>
<content type='text'>
* hans/ssh/unknown_msgfun/OTP-12813:
  ssh: Option unexpectedfun for ssh:daemon and ssh:connect
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/unknown_msgfun/OTP-12813:
  ssh: Option unexpectedfun for ssh:daemon and ssh:connect
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/no_erlint_func/OTP-11697'</title>
<updated>2015-06-10T11:37:01+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-10T11:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=16daf50edbd7efa8afa6381b4cd9f3e83201d9ad'/>
<id>16daf50edbd7efa8afa6381b4cd9f3e83201d9ad</id>
<content type='text'>
* hans/ssh/no_erlint_func/OTP-11697:
  ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/no_erlint_func/OTP-11697:
  ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Option unexpectedfun for ssh:daemon and ssh:connect</title>
<updated>2015-06-09T14:31:01+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-09T14:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ad46d56c097ef17b77ef4532b7eb264e005fde1'/>
<id>5ad46d56c097ef17b77ef4532b7eb264e005fde1</id>
<content type='text'>
This option has a fun as value.  The fun will be called when an
unexpected message arrives.  The fun returns either 'skip' or 'report'
to guide the connection_handler what to do.

One usage is to filter out messages that are not wanted in the error
logger as info reports. An example of such a message is the 'etimedout'
tcp error message that will be received if a connection has keep_alive
and the peer is restarted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option has a fun as value.  The fun will be called when an
unexpected message arrives.  The fun returns either 'skip' or 'report'
to guide the connection_handler what to do.

One usage is to filter out messages that are not wanted in the error
logger as info reports. An example of such a message is the 'etimedout'
tcp error message that will be received if a connection has keep_alive
and the peer is restarted.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: change pwd-&gt;password for keyboard-interactive</title>
<updated>2015-06-09T12:57:08+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-09T12:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=71bb9332da98cb97034413d342f4722331e7ee84'/>
<id>71bb9332da98cb97034413d342f4722331e7ee84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh save keybard-interactive data in #ssh{}</title>
<updated>2015-06-09T12:55:18+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-08T19:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2'/>
<id>dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: make server check auth_methods when rec request</title>
<updated>2015-06-09T12:55:18+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-08T19:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1e3637220afb2269a829ea0a15b98b05f38344a8'/>
<id>1e3637220afb2269a829ea0a15b98b05f38344a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl</title>
<updated>2015-06-09T12:15:18+00:00</updated>
<author>
<name>Hans</name>
<email>hans@erlang.org</email>
</author>
<published>2015-06-04T14:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca4a952ab374f6cd9343c571e42605b23d51914c'/>
<id>ca4a952ab374f6cd9343c571e42605b23d51914c</id>
<content type='text'>
In the old times there was no binary notation which handled this particulary case, but now we can write big-signed-integer-unit:8 directly in binaries.

The undocumented internal function ssh_bits:erlint/1 is removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the old times there was no binary notation which handled this particulary case, but now we can write big-signed-integer-unit:8 directly in binaries.

The undocumented internal function ssh_bits:erlint/1 is removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/ssh/name-spaces/OTP-12675'</title>
<updated>2015-06-08T14:00:49+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-08T14:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=798219edd8adf36dbcc02ce9c9de71685da85d64'/>
<id>798219edd8adf36dbcc02ce9c9de71685da85d64</id>
<content type='text'>
* ia/ssh/name-spaces/OTP-12675:
  ssh: Correct Makefile
  ssh: Add profile option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssh/name-spaces/OTP-12675:
  ssh: Correct Makefile
  ssh: Add profile option
</pre>
</div>
</content>
</entry>
</feed>
