<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/doc/src/Makefile, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: Add reference manual page for the ssh_file module</title>
<updated>2018-10-24T08:11:20+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-12T10:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6213652225bca4199bae301041f2b56d21b4eed4'/>
<id>6213652225bca4199bae301041f2b56d21b4eed4</id>
<content type='text'>
This callback module has the knowledge about the different files
used by Erlang/OTP SSH.

It was unfortunatly not documented previously.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This callback module has the knowledge about the different files
used by Erlang/OTP SSH.

It was unfortunatly not documented previously.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add new User's Guide chapter about SSH terminology</title>
<updated>2018-10-24T08:11:20+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-11T10:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f7daea8abf0626e8e4df1c260223aa76c21f64b8'/>
<id>f7daea8abf0626e8e4df1c260223aa76c21f64b8</id>
<content type='text'>
The term "user" means different things in OpenSSH and in Erlang/SSH.
This new chapter explains why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The term "user" means different things in OpenSSH and in Erlang/SSH.
This new chapter explains why.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: make clean all XMLDIR</title>
<updated>2018-07-13T13:10:57+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-07-13T13:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b453f67879df577fcf5b0eb6062ec444b0c43958'/>
<id>b453f67879df577fcf5b0eb6062ec444b0c43958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</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_channel replaced by ssh_client_channel</title>
<updated>2018-04-27T08:30:25+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-04-26T11:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c2ca477c85e0e88732f634ddfb01ac675a97dddb'/>
<id>c2ca477c85e0e88732f634ddfb01ac675a97dddb</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_daemon_channel replaced by ssh_server_channel</title>
<updated>2018-04-27T08:30:25+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-04-26T09:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d2f4de0a8e36e6a25cfd7446ea6fc3623b7f1495'/>
<id>d2f4de0a8e36e6a25cfd7446ea6fc3623b7f1495</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Create doc for the ssh_daemon_channel behaviour</title>
<updated>2018-04-27T08:30:25+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-04-25T13:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=867e9db15f3d3e5e430e3adda577364e455b9dac'/>
<id>867e9db15f3d3e5e430e3adda577364e455b9dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Use -spec and -type for documentation generation</title>
<updated>2018-04-25T16:25:24+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-04-18T18:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=06a782d7b5868237fa260b293f50646f9883cf33'/>
<id>06a782d7b5868237fa260b293f50646f9883cf33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl/ssh: Remove/ignore unused XML_FILES doc files</title>
<updated>2017-11-20T09:11:40+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-10-23T11:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3af7cf7170246c9e324e78a0fa9e7207ae877f7'/>
<id>f3af7cf7170246c9e324e78a0fa9e7207ae877f7</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 the documentation build</title>
<updated>2017-09-28T10:09:29+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-09-25T13:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9395c7b4a2079349fdb881a1f537af5b73eacfd2'/>
<id>9395c7b4a2079349fdb881a1f537af5b73eacfd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
