Source-Changes-HG archive

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

[src/netbsd-1-6]: src/libexec/ftpd Pullup rev 1.70-1.74 (requested by he in t...



details:   https://anonhg.NetBSD.org/src/rev/f4873d3e6046
branches:  netbsd-1-6
changeset: 531475:f4873d3e6046
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Aug 31 01:35:34 2004 +0000

description:
Pullup rev 1.70-1.74 (requested by he in ticket #1739)

Update to NetBSD ftpd 20040809.  Fixes SA#2004-009.

diffstat:

 libexec/ftpd/ftpd.8 |  24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r 1f2b0a43d7ab -r f4873d3e6046 libexec/ftpd/ftpd.8
--- a/libexec/ftpd/ftpd.8       Tue Aug 31 01:35:30 2004 +0000
+++ b/libexec/ftpd/ftpd.8       Tue Aug 31 01:35:34 2004 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ftpd.8,v 1.69 2002/02/08 01:30:07 ross Exp $
+.\"    $NetBSD: ftpd.8,v 1.69.2.1 2004/08/31 01:35:34 jmc Exp $
 .\"
-.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -45,11 +45,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"
@@ -67,7 +63,7 @@
 .\"
 .\"     @(#)ftpd.8     8.2 (Berkeley) 4/19/94
 .\"
-.Dd October 13, 2001
+.Dd February 26, 2003
 .Dt FTPD 8
 .Os
 .Sh NAME
@@ -82,6 +78,7 @@
 .Op Fl C Ar user
 .Op Fl e Ar emailaddr
 .Op Fl h Ar hostname
+.Op Fl L Ar xferlogfile
 .Op Fl P Ar dataport
 .Op Fl V Ar version
 .Sh DESCRIPTION
@@ -172,6 +169,13 @@
 If this option is specified more than once, the retrieve (get), store (put),
 append, delete, make directory, remove directory and rename operations and
 their file name arguments are also logged.
+.It Fl L Ar xferlogfile
+Log
+.Tn wu-ftpd
+style
+.Sq xferlog
+entries to
+.Ar xferlogfile .
 .It Fl P Ar dataport
 Use
 .Ar dataport
@@ -392,7 +396,7 @@
 .Dq globbing
 conventions used by
 .Xr csh 1 .
-This allows users to utilize the metacharacters
+This allows users to use the metacharacters
 .Dq Li \&*?[]{}~ .
 .Ss User authentication
 .Nm
@@ -734,7 +738,7 @@
 .Cm draft-ietf-ftpext-mlst-11
 support was implemented in
 .Nx 1.3
-and later releases by Luke Mewburn \*[Lt]lukem%netbsd.org@localhost\*[Gt].
+and later releases by Luke Mewburn.
 .Sh BUGS
 The server must run as the super-user to create sockets with
 privileged port numbers (i.e, those less than



Home | Main Index | Thread Index | Old Index