From b4b0c8282b80cf9479008390f25f8984096db819 Mon Sep 17 00:00:00 2001 From: bmah Date: Thu, 25 Apr 2002 18:35:07 +0000 Subject: [PATCH] New release notes: xe can be built as a module, ng_eiface, many new PAM modules noted. While here, fix a markup bogon in a recent patch(1) note. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 50 +++++++++++++++++-- .../en_US.ISO8859-1/relnotes/common/new.sgml | 50 +++++++++++++++++-- 2 files changed, 92 insertions(+), 8 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 5dba37e02db1..ee2b5f3296cf 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -743,6 +743,9 @@ &man.ifconfig.8;. This feature requires a wireless adapter based on the Prism II chipset. + The xe driver can now be built as a + module. &merged; + The &man.xl.4; driver now supports the 3Com 3C556 and 3C556B MiniPCI adapters used on some laptops. &merged; @@ -844,6 +847,10 @@ options HZ=1000 # not compulsory but strongly recommended &man.ipfw.4; now filters correctly in the presence of ECN bits in TCP segments. &merged; + A new ng_eiface netgraph module has been added, which + appears as an Ethernet interface but delivers its Ethernet + frames to a Netgraph hook. &merged; + A new &man.ng.etf.4; netgraph node allows Ethernet type packets to be filtered to different hooks depending on ethertype. &merged; @@ -2428,10 +2435,45 @@ options HZ=1000 # not compulsory but strongly recommended than a single /etc/pam.conf file. /etc/pam.d/README has more details. - A number of new PAM - modules have been added. + A &man.pam.ftp.8; module has been added to allow + authentication of anonymous FTP users. - + A &man.pam.lastlog.8; module has been added to record + sessions in the &man.utmp.5;, &man.wtmp.5;, and &man.lastlog.5; + databases. + + A &man.pam.login.access.8; module has been added, to allow + checking against /etc/login.access. + + The &man.pam.nologin.8; module, which can disallow logins + using &man.nologin.5;, has been added. + + The &man.pam.opie.8; and &man.pam.opieaccess.8; modules have + been added to control authentication via &man.opie.4;. + + A &man.pam.passwdqc.8; module has been added, to check the + quality of passwords submitted during password changes. + + A &man.pam.rhosts.8; module has been added to support + &man.rhosts.5; authentication. + + The &man.pam.rootok.8; module, which can be used to + authenticate only the superuser, has been added. + + A &man.pam.securetty.8; module has been added to check the + security of a TTY, as listed in &man.ttys.5;. + + A &man.pam.self.8; module, which allows self-authentication + of a user, has been added. + + A &man.pam.ssh.8; module has been added to allow the use of + SSH passphrases and keypairs for authentication. This module + also handles session management by invoking + &man.ssh-agent.1;. &merged; + + A &man.pam.wheel.8; module has been added to permit + authentication to members of a group, which defaults to + wheel. &man.passwd.1; and &man.pw.8; now select the password hash algorithm at run time. See the passwd_format @@ -2440,7 +2482,7 @@ options HZ=1000 # not compulsory but strongly recommended &man.patch.1; now accepts a command-line flag to read a patch from a file, rather than standard - input. &merged + input. &merged; &man.pax.1; has received a number of enhancements, including &man.cpio.1; functionality, &man.tar.1; compatibility diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 5dba37e02db1..ee2b5f3296cf 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -743,6 +743,9 @@ &man.ifconfig.8;. This feature requires a wireless adapter based on the Prism II chipset. + The xe driver can now be built as a + module. &merged; + The &man.xl.4; driver now supports the 3Com 3C556 and 3C556B MiniPCI adapters used on some laptops. &merged; @@ -844,6 +847,10 @@ options HZ=1000 # not compulsory but strongly recommended &man.ipfw.4; now filters correctly in the presence of ECN bits in TCP segments. &merged; + A new ng_eiface netgraph module has been added, which + appears as an Ethernet interface but delivers its Ethernet + frames to a Netgraph hook. &merged; + A new &man.ng.etf.4; netgraph node allows Ethernet type packets to be filtered to different hooks depending on ethertype. &merged; @@ -2428,10 +2435,45 @@ options HZ=1000 # not compulsory but strongly recommended than a single /etc/pam.conf file. /etc/pam.d/README has more details. - A number of new PAM - modules have been added. + A &man.pam.ftp.8; module has been added to allow + authentication of anonymous FTP users. - + A &man.pam.lastlog.8; module has been added to record + sessions in the &man.utmp.5;, &man.wtmp.5;, and &man.lastlog.5; + databases. + + A &man.pam.login.access.8; module has been added, to allow + checking against /etc/login.access. + + The &man.pam.nologin.8; module, which can disallow logins + using &man.nologin.5;, has been added. + + The &man.pam.opie.8; and &man.pam.opieaccess.8; modules have + been added to control authentication via &man.opie.4;. + + A &man.pam.passwdqc.8; module has been added, to check the + quality of passwords submitted during password changes. + + A &man.pam.rhosts.8; module has been added to support + &man.rhosts.5; authentication. + + The &man.pam.rootok.8; module, which can be used to + authenticate only the superuser, has been added. + + A &man.pam.securetty.8; module has been added to check the + security of a TTY, as listed in &man.ttys.5;. + + A &man.pam.self.8; module, which allows self-authentication + of a user, has been added. + + A &man.pam.ssh.8; module has been added to allow the use of + SSH passphrases and keypairs for authentication. This module + also handles session management by invoking + &man.ssh-agent.1;. &merged; + + A &man.pam.wheel.8; module has been added to permit + authentication to members of a group, which defaults to + wheel. &man.passwd.1; and &man.pw.8; now select the password hash algorithm at run time. See the passwd_format @@ -2440,7 +2482,7 @@ options HZ=1000 # not compulsory but strongly recommended &man.patch.1; now accepts a command-line flag to read a patch from a file, rather than standard - input. &merged + input. &merged; &man.pax.1; has received a number of enhancements, including &man.cpio.1; functionality, &man.tar.1; compatibility