Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd Clarify the meaning of `directive', as requeste...



details:   https://anonhg.NetBSD.org/src/rev/946cac2794cc
branches:  trunk
changeset: 486923:946cac2794cc
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 30 23:53:37 2000 +0000

description:
Clarify the meaning of `directive', as requested in [security/10229]
by Klaus Klein <kleink%uni-trier.de@localhost>

diffstat:

 libexec/ftpd/ftpusers.5 |  21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 777a12e9f7a7 -r 946cac2794cc libexec/ftpd/ftpusers.5
--- a/libexec/ftpd/ftpusers.5   Tue May 30 22:52:02 2000 +0000
+++ b/libexec/ftpd/ftpusers.5   Tue May 30 23:53:37 2000 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ftpusers.5,v 1.5 2000/01/08 13:36:28 lukem Exp $
+.\"    $NetBSD: ftpusers.5,v 1.6 2000/05/30 23:53:37 lukem Exp $
 .\"
-.\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 21, 1999
+.Dd May 31, 2000
 .Dt FTPUSERS 5
 .Os
 .Sh NAME
@@ -92,13 +92,16 @@
 (e.g,
 .Sq *.netbsd.org ) .
 .It Sy directive
-one of
-.Dq allow ,
-.Dq yes ,
-.Dq deny ,
+If
+.Dq allow
 or
-.Dq no .
+.Dq yes 
+the user is allowed access.
 If
+.Dq deny
+or
+.Dq no ,
+or
 .Sy directive
 is not given, the user is denied access.
 .It Sy class
@@ -154,7 +157,7 @@
 except that the
 .Sy class
 argument is ignored.
-If there's a positive match, the root is changed.
+If there's a positive match, the session's root directory is changed.
 No further comparisons are attempted after the first successful match.
 This syntax is backward-compatable with the old syntax.
 .Sh FILES



Home | Main Index | Thread Index | Old Index