head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	old_RELEASE_4_6_2:1.6
	old_RELEASE_4_6_1:1.6
	old_RELEASE_4_6_0:1.6
	old_RELEASE_5_0_DP1:1.6
	old_RELEASE_4_5_0:1.6
	old_RELEASE_4_4_0:1.6
	old_RELEASE_4_3_0:1.6
	old_RELEASE_4_2_0:1.6
	old_RELEASE_4_1_1:1.6
	old_RELEASE_4_1_0:1.6
	old_RELEASE_3_5_0:1.5
	old_RELEASE_4_0_0:1.5
	old_RELEASE_3_4_0:1.5
	old_RELEASE_3_3_0:1.5
	old_RELEASE_3_2_0:1.5
	old_RELEASE_3_1_0:1.4
	old_RELEASE_2_2_8:1.4
	old_RELEASE_3_0_0:1.4
	old_RELEASE_2_2_7:1.4
	old_RELEASE_2_2_6:1.4
	old_RELEASE_2_2_5:1.4
	old_RELEASE_2_2_1:1.4
	old_RELEASE_2_2_2:1.4
	old_wu-ftpd:1.1.1.1;
locks; strict;
comment	@# @;


1.7
date	2012.06.07.06.45.56;	author sumikawa;	state dead;
branches;
next	1.6;

1.6
date	2000.07.09.02.07.07;	author will;	state Exp;
branches;
next	1.5;

1.5
date	99.03.09.12.07.13;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	97.02.01.22.17.39;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	96.06.14.10.28.45;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	95.08.11.00.23.58;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	94.10.23.01.36.58;	author torstenb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.23.01.36.59;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove wu-ftpd+ipv6. The upstream disapear and distfile is no more available.
@
text
@The package is linked dynamic so that you will get the right crypt
library.  If you are serious about performance, you may want to recompile
it by yourself (the port will link static by default).

wu-ftpd is a replacement ftp server for Un*x systems.  Besides
supporting the ftp protocol defined in RFC 959, it adds the following
features: logging of transfers, logging of commands, on the fly compression
and archiving, classification of users on type and location, per class limits,
per directory upload permissions, restricted guest accounts, system wide
and per directory messages, directory alias, cdpath, filename filter.

The configuration files are located in /usr/local/etc  This package includes
a basic working configuration.  The config files are:

  ftpaccess - controls who, what, and how many can access the server
  ftpconversions - controls the on-the-fly compression/archiving
  ftpusers - users who, for security reasons, may never use the server

You will also need to change /etc/inetd.conf to point to the new server 
located at /usr/local/libexec/ftpd

WWW: http://www.wu-ftpd.org/
@


1.6
log
@Update to 2.6.1, which fixes some security issues (actually, we already
had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks
in internal ls, and merges in the virtual passwd/shadow features of
BeroFTPD.  This update should solve SA 00:29.  Add WWW to DESCR.
@
text
@@


1.5
log
@upgrade to vr16

PR: 10505
@
text
@d21 2
@


1.4
log
@Add reminder about -a option required now to use ftpaccess
Fix ftpcount/ftpwho by using malloc prototype
@
text
@a4 8
-Satoshi (Nov 14, 1995)

REMINDER: to use ftpaccess(5) you need to specify -a in command line,
it is changed from previous versions.

-Ache
---
WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4
d7 4
a10 15
features:
    o  logging of transfers
    o  logging of commands
    o  on the fly compression and archiving
    o  classification of users on type and location
    o  per class limits
    o  per directory upload permissions
    o  restricted guest accounts
    o  system wide and per directory messages.
    o  directory alias
    o  cdpath
    o  filename filter


CONFIGURATION NOTES
a20 1

@


1.3
log
@Add ".example" to the end of three etc files, as that's what the port
installs. ;)
@
text
@d6 5
@


1.2
log
@Submitted by:	Tom Samplonius <tom@@misery.sdf.com>

  I've made some changes to the wu-ftpd port.  Here's an overview of the
enclosed patches:

  patch-ab: replacement for patches/patch-ab to add install of basic
configuration files:  ftpaccess, ftpconversions, and ftpusers

  patch-ah: new patch to add some FreeBSD system users: toor, ingres, and
xten to the ftpusers file

  PLIST.diff: add the config files to the package

  DESCR.diff:  add a comment on location and purose of installed config
@
text
@d1 6
@


1.1
log
@Initial revision
@
text
@d16 14
@


1.1.1.1
log
@Reviewed by:	
Submitted by:	
Obtained from:
wuarchive ftpd with skey support
@
text
@@
