-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
deraadt
committed
Jun 1, 2019
1 parent
ec0ae0d
commit 5164508
Showing
97 changed files
with
785 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ <h3>What's New</h3> | |
<li><a href="mvme88k.html">OpenBSD/mvme88k</a><br> | ||
SMP support on MVME188 and MVME188A systems.<br> | ||
88110 processor, and thus MVME197LE/SP/DP boards, are supported now. | ||
<li><a href="sgi.html">OpenBSD/sgi</a><br> | ||
<li><a href="sgi.html">OpenBSD/sgi</a><br> | ||
Contains many new drivers, however the kernel requires an | ||
important errata fix. | ||
</ul> | ||
|
@@ -150,7 +150,7 @@ <h3>What's New</h3> | |
<li>The <a href="https://man.openbsd.org/eso.4">eso(4)</a> driver now supports recording as well as full-duplex mode. | ||
<li>The ffs layer is now 64-bit disk block address clean. | ||
This means that disks, partitions and filesystems larger than 2TB are | ||
now supported, with the exception of statfs(2) and quotas. | ||
now supported, with the exception of statfs(2) and quotas. | ||
<li>DMA is now enabled for 1-sector devices such as flash drives, providing | ||
significant speed improvement. | ||
<li>Sparc and Sparc64 disklabels now provide automatic recognition of ext2fs | ||
|
@@ -287,11 +287,11 @@ <h3>What's New</h3> | |
<ul> | ||
<li>New features: | ||
<ul> | ||
<li>Added | ||
<li>Added | ||
<a href="https://man.openbsd.org/chroot.2">chroot(2)</a> | ||
support for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, | ||
controlled by a new option | ||
<em>"ChrootDirectory"</em>. Please refer to | ||
<em>"ChrootDirectory"</em>. Please refer to | ||
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> | ||
for details, and | ||
please use this feature carefully. | ||
|
@@ -302,7 +302,7 @@ <h3>What's New</h3> | |
used when the command <em>"internal-sftp"</em> is specified in a Subsystem | ||
or ForceCommand declaration. When used with <em>ChrootDirectory</em>, the | ||
internal sftp server requires no special configuration of files | ||
inside the chroot environment. Please refer to | ||
inside the chroot environment. Please refer to | ||
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> | ||
for more information. | ||
<li>Added a protocol extension method "[email protected]" for | ||
|
@@ -317,12 +317,12 @@ <h3>What's New</h3> | |
keys when in inetd mode and protocol 2 connections are negotiated. | ||
This speeds up protocol 2 connections to inetd-mode servers that | ||
also allow Protocol 1. | ||
<li>Accept the <em>PermitRootLogin</em> directive in a | ||
<li>Accept the <em>PermitRootLogin</em> directive in a | ||
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> | ||
<em>Match</em> | ||
block. Allows for, e.g. permitting root only from the local | ||
network. | ||
<li>Reworked | ||
<li>Reworked | ||
<a href="https://man.openbsd.org/sftp.1">sftp(1)</a> | ||
argument splitting and escaping to be more | ||
internally consistent (i.e. between sftp commands) and more | ||
|
@@ -331,7 +331,7 @@ <h3>What's New</h3> | |
Please note that this will change the | ||
interpretation of some quoted strings, especially those with | ||
embedded backslash escape sequences. | ||
<li>Support <em>"Banner=none"</em> in | ||
<li>Support <em>"Banner=none"</em> in | ||
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> | ||
to disable sending of a | ||
pre-login banner (e.g. in a <em>Match</em> block). | ||
|
@@ -358,7 +358,7 @@ <h3>What's New</h3> | |
<li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a> | ||
used the obsolete SIG DNS RRtype for host keys in DNS, | ||
instead of the current standard RRSIG. | ||
<li>Correctly drain ACKs when a | ||
<li>Correctly drain ACKs when a | ||
<a href="https://man.openbsd.org/sftp.1">sftp(1)</a> | ||
upload write fails midway, | ||
avoids a fatal() exit from what should be a recoverable condition. | ||
|
@@ -367,7 +367,7 @@ <h3>What's New</h3> | |
packet size, causing fatal errors under some conditions. | ||
<li><em>Many more bugfixes. Please refer to the | ||
<a href="https://www.openssh.com/txt/release-4.8">Release Notes</a>.</em> | ||
|
||
</ul> | ||
</ul> | ||
<p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.