summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2002-08-31 14:08:57 +0000
committeryar <yar@FreeBSD.org>2002-08-31 14:08:57 +0000
commit624d02ba22e582550b9128552e7d8ceba6c3748b (patch)
treeb9e43773217e1b8cb62f3bf522c422b61f9e5259 /release
parent4a4fda0f86edd9f8e75ae485d7706f74b2b49c74 (diff)
downloadFreeBSD-src-624d02ba22e582550b9128552e7d8ceba6c3748b.zip
FreeBSD-src-624d02ba22e582550b9128552e7d8ceba6c3748b.tar.gz
New release notes: ftpd(8) -m, -M, -W
MFCs noted: ftpd(8) -o, -O
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml15
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml15
2 files changed, 28 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 77dccfd..419a63f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -2385,13 +2385,26 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
information leakage and the ability to specify compile-time port
ranges. &merged;</para>
+ <para>&man.ftpd.8; now supports the <option>-m</option> option
+ to permit guest users to modify existing files if allowed
+ by filesystem permissions.
+ In particular, this enables guest users to resume uploads.
+ &merged;</para>
+
+ <para>&man.ftpd.8; now supports the <option>-M</option> option
+ to prevent guest users from creating directories.
+ &merged;</para>
+
<para>&man.ftpd.8; now supports <option>-o</option> and
<option>-O</option> options to disable the
<literal>RETR</literal> command; the former for everybody, and
the latter only for guest users. Coupled with
<option>-A</option> and appropriate file permissions, these can
be used to create a relatively safe anonymous FTP drop box for
- others to upload to.</para>
+ others to upload to. &merged;</para>
+
+ <para>&man.ftpd.8; now supports the <option>-W</option> option
+ to disable logging FTP sessions to &man.wtmp.5;. &merged;</para>
<para arch="i386,pc98" role="historic">&man.gdb.1; now supports hardware
watchpoints (using the kernel's debug register + support that
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 77dccfd..419a63f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -2385,13 +2385,26 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
information leakage and the ability to specify compile-time port
ranges. &merged;</para>
+ <para>&man.ftpd.8; now supports the <option>-m</option> option
+ to permit guest users to modify existing files if allowed
+ by filesystem permissions.
+ In particular, this enables guest users to resume uploads.
+ &merged;</para>
+
+ <para>&man.ftpd.8; now supports the <option>-M</option> option
+ to prevent guest users from creating directories.
+ &merged;</para>
+
<para>&man.ftpd.8; now supports <option>-o</option> and
<option>-O</option> options to disable the
<literal>RETR</literal> command; the former for everybody, and
the latter only for guest users. Coupled with
<option>-A</option> and appropriate file permissions, these can
be used to create a relatively safe anonymous FTP drop box for
- others to upload to.</para>
+ others to upload to. &merged;</para>
+
+ <para>&man.ftpd.8; now supports the <option>-W</option> option
+ to disable logging FTP sessions to &man.wtmp.5;. &merged;</para>
<para arch="i386,pc98" role="historic">&man.gdb.1; now supports hardware
watchpoints (using the kernel's debug register + support that
OpenPOWER on IntegriCloud