New release notes: OpenSSH VersionAddendum, OpenSSH 2.9, new find(1)
predicates, PAM 0.75, nl(1).
This commit is contained in:
parent
32a17f0271
commit
93df24d8ed
@ -1048,6 +1048,11 @@
|
||||
primaries for regular-expression matches. The <option>-E</option>
|
||||
flag now enables extended regular expressions. &merged;</para>
|
||||
|
||||
<para>&man.find.1; now has the <option>-anewer</option>,
|
||||
<option>-cnewer</option>, <option>-mnewer</option>,
|
||||
<option>-okdir</option>, and <option>-newer[acm][acmt]</option>
|
||||
primaries for comparisons of file timestamps.</para>
|
||||
|
||||
<para>&man.tftpd.8; now takes the <option>-c</option> and
|
||||
<option>-C</option> options, which allow the server to
|
||||
&man.chroot.2; based on the IP address of the connecting client.
|
||||
@ -1187,6 +1192,8 @@
|
||||
<para>&man.fmtcheck.3;, a function for checking consistency of
|
||||
format string arguments, has been added.</para>
|
||||
|
||||
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
@ -1247,6 +1254,9 @@
|
||||
<para><application>libreadline</application> has been upgraded to
|
||||
4.2.</para>
|
||||
|
||||
<para>Linux <application>PAM</application> has been updated to
|
||||
0.75.</para>
|
||||
|
||||
<para><application>ncurses</application> has been updated to
|
||||
5.1-20001009. &merged;</para>
|
||||
|
||||
@ -1322,6 +1332,20 @@
|
||||
<para>In <filename>/etc/ssh/sshd_config</filename>, the
|
||||
<literal>ConnectionsPerPeriod</literal> parameter has been
|
||||
deprecated in favor of <literal>MaxStartups</literal>.</para>
|
||||
|
||||
<para><application>OpenSSH</application> now has a
|
||||
<literal>VersionAddendum</literal> configuration setting for
|
||||
&man.sshd.8; to allow changing the part of the
|
||||
<application>OpenSSH</application> version string after the
|
||||
main version number.</para>
|
||||
|
||||
<para><application>OpenSSH</application> has been updated to
|
||||
version 2.9, which adds two new programs, &man.sftp.1; and
|
||||
&man.ssh-keyscan.1;. Among the various enhancements: The
|
||||
default protocol is now v2, rekeying of existing SSH sessions
|
||||
is now supported, and an experimental
|
||||
<application>SOCKS4</application> proxy has been added to
|
||||
&man.ssh.1;.</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
|
@ -1048,6 +1048,11 @@
|
||||
primaries for regular-expression matches. The <option>-E</option>
|
||||
flag now enables extended regular expressions. &merged;</para>
|
||||
|
||||
<para>&man.find.1; now has the <option>-anewer</option>,
|
||||
<option>-cnewer</option>, <option>-mnewer</option>,
|
||||
<option>-okdir</option>, and <option>-newer[acm][acmt]</option>
|
||||
primaries for comparisons of file timestamps.</para>
|
||||
|
||||
<para>&man.tftpd.8; now takes the <option>-c</option> and
|
||||
<option>-C</option> options, which allow the server to
|
||||
&man.chroot.2; based on the IP address of the connecting client.
|
||||
@ -1187,6 +1192,8 @@
|
||||
<para>&man.fmtcheck.3;, a function for checking consistency of
|
||||
format string arguments, has been added.</para>
|
||||
|
||||
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
@ -1247,6 +1254,9 @@
|
||||
<para><application>libreadline</application> has been upgraded to
|
||||
4.2.</para>
|
||||
|
||||
<para>Linux <application>PAM</application> has been updated to
|
||||
0.75.</para>
|
||||
|
||||
<para><application>ncurses</application> has been updated to
|
||||
5.1-20001009. &merged;</para>
|
||||
|
||||
@ -1322,6 +1332,20 @@
|
||||
<para>In <filename>/etc/ssh/sshd_config</filename>, the
|
||||
<literal>ConnectionsPerPeriod</literal> parameter has been
|
||||
deprecated in favor of <literal>MaxStartups</literal>.</para>
|
||||
|
||||
<para><application>OpenSSH</application> now has a
|
||||
<literal>VersionAddendum</literal> configuration setting for
|
||||
&man.sshd.8; to allow changing the part of the
|
||||
<application>OpenSSH</application> version string after the
|
||||
main version number.</para>
|
||||
|
||||
<para><application>OpenSSH</application> has been updated to
|
||||
version 2.9, which adds two new programs, &man.sftp.1; and
|
||||
&man.ssh-keyscan.1;. Among the various enhancements: The
|
||||
default protocol is now v2, rekeying of existing SSH sessions
|
||||
is now supported, and an experimental
|
||||
<application>SOCKS4</application> proxy has been added to
|
||||
&man.ssh.1;.</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
|
@ -1048,6 +1048,11 @@
|
||||
primaries for regular-expression matches. The <option>-E</option>
|
||||
flag now enables extended regular expressions. &merged;</para>
|
||||
|
||||
<para>&man.find.1; now has the <option>-anewer</option>,
|
||||
<option>-cnewer</option>, <option>-mnewer</option>,
|
||||
<option>-okdir</option>, and <option>-newer[acm][acmt]</option>
|
||||
primaries for comparisons of file timestamps.</para>
|
||||
|
||||
<para>&man.tftpd.8; now takes the <option>-c</option> and
|
||||
<option>-C</option> options, which allow the server to
|
||||
&man.chroot.2; based on the IP address of the connecting client.
|
||||
@ -1187,6 +1192,8 @@
|
||||
<para>&man.fmtcheck.3;, a function for checking consistency of
|
||||
format string arguments, has been added.</para>
|
||||
|
||||
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
@ -1247,6 +1254,9 @@
|
||||
<para><application>libreadline</application> has been upgraded to
|
||||
4.2.</para>
|
||||
|
||||
<para>Linux <application>PAM</application> has been updated to
|
||||
0.75.</para>
|
||||
|
||||
<para><application>ncurses</application> has been updated to
|
||||
5.1-20001009. &merged;</para>
|
||||
|
||||
@ -1322,6 +1332,20 @@
|
||||
<para>In <filename>/etc/ssh/sshd_config</filename>, the
|
||||
<literal>ConnectionsPerPeriod</literal> parameter has been
|
||||
deprecated in favor of <literal>MaxStartups</literal>.</para>
|
||||
|
||||
<para><application>OpenSSH</application> now has a
|
||||
<literal>VersionAddendum</literal> configuration setting for
|
||||
&man.sshd.8; to allow changing the part of the
|
||||
<application>OpenSSH</application> version string after the
|
||||
main version number.</para>
|
||||
|
||||
<para><application>OpenSSH</application> has been updated to
|
||||
version 2.9, which adds two new programs, &man.sftp.1; and
|
||||
&man.ssh-keyscan.1;. Among the various enhancements: The
|
||||
default protocol is now v2, rekeying of existing SSH sessions
|
||||
is now supported, and an experimental
|
||||
<application>SOCKS4</application> proxy has been added to
|
||||
&man.ssh.1;.</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
|
@ -533,6 +533,16 @@ requiring that "non-echoed" characters are still echoed back in a null
|
||||
packet, as well as by padding passwords sent so as not to hint at
|
||||
password lengths. [MERGED]
|
||||
|
||||
OpenSSH now has a "VersionAddendum" configuration setting for sshd(8)
|
||||
to allow changing the part of the OpenSSH version string after the
|
||||
main version number.
|
||||
|
||||
OpenSSH has been updated to version 2.9, which adds two new programs,
|
||||
sftp(1) and ssh-keyscan(1). Among the various enhancements: The
|
||||
default protocol is now v2, rekeying of existing SSH sessions is now
|
||||
supported, and an experimental SOCKS4 proxy has been added to the
|
||||
ssh(1) client.
|
||||
|
||||
Support for USB devices was added to the GENERIC kernel and to the
|
||||
installation programs to support USB devices out of the box. Note that
|
||||
SRM does not support USB devices at the moment, so you must still use
|
||||
@ -912,6 +922,9 @@ matches, and the -regexp and -iregexp primaries for regular-expression
|
||||
matches. The -E flag now enables extended regular
|
||||
expressions. [MERGED]
|
||||
|
||||
find(1) now has the -anewer, -cnewer, -mnewer, -okdir, and
|
||||
-newer[acm][acmt] primaries for comparisons of file timestamps.
|
||||
|
||||
tftpd(8) now takes the -c and -C options, which allow the server to
|
||||
chroot(2) based on the IP address of the connecting client. tftp(1)
|
||||
and tftpd(8) can now transfer files larger than 65535 blocks. [MERGED]
|
||||
@ -964,6 +977,8 @@ modules. [MERGED]
|
||||
|
||||
PAM support has been added for account management and sessions.
|
||||
|
||||
Linux PAM has been updated to 0.75.
|
||||
|
||||
wall(1) now supports a -g flag to write a message to all users of a
|
||||
given group.
|
||||
|
||||
@ -1064,6 +1079,8 @@ testing.
|
||||
fmtcheck(3), a function for checking consistency of format string
|
||||
arguments, has been added.
|
||||
|
||||
nl(1), a line numbering filter program, has been added.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
@ -614,6 +614,16 @@ requiring that "non-echoed" characters are still echoed back in a null
|
||||
packet, as well as by padding passwords sent so as not to hint at
|
||||
password lengths. [MERGED]
|
||||
|
||||
OpenSSH now has a "VersionAddendum" configuration setting for sshd(8)
|
||||
to allow changing the part of the OpenSSH version string after the
|
||||
main version number.
|
||||
|
||||
OpenSSH has been updated to version 2.9, which adds two new programs,
|
||||
sftp(1) and ssh-keyscan(1). Among the various enhancements: The
|
||||
default protocol is now v2, rekeying of existing SSH sessions is now
|
||||
supported, and an experimental SOCKS4 proxy has been added to the
|
||||
ssh(1) client.
|
||||
|
||||
Support for USB devices was added to the GENERIC kernel and to the
|
||||
installation programs to support USB devices out of the box. Note that
|
||||
an AT keyboard must still be used during the initial install, but it
|
||||
@ -1015,6 +1025,9 @@ matches, and the -regexp and -iregexp primaries for regular-expression
|
||||
matches. The -E flag now enables extended regular
|
||||
expressions. [MERGED]
|
||||
|
||||
find(1) now has the -anewer, -cnewer, -mnewer, -okdir, and
|
||||
-newer[acm][acmt] primaries for comparisons of file timestamps.
|
||||
|
||||
tftpd(8) now takes the -c and -C options, which allow the server to
|
||||
chroot(2) based on the IP address of the connecting client. tftp(1)
|
||||
and tftpd(8) can now transfer files larger than 65535 blocks. [MERGED]
|
||||
@ -1067,6 +1080,8 @@ modules. [MERGED]
|
||||
|
||||
PAM support has been added for account management and sessions.
|
||||
|
||||
Linux PAM has been updated to 0.75.
|
||||
|
||||
wall(1) now supports a -g flag to write a message to all users of a
|
||||
given group.
|
||||
|
||||
@ -1159,6 +1174,8 @@ devices, has been added.
|
||||
fmtcheck(3), a function for checking consistency of format string
|
||||
arguments, has been added.
|
||||
|
||||
nl(1), a line numbering filter program, has been added.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user