From owner-cvs-all Wed Jan 16 12:31:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8319837B402; Wed, 16 Jan 2002 12:31:11 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0GKVBM24382; Wed, 16 Jan 2002 12:31:11 -0800 (PST) (envelope-from andreas) Message-Id: <200201162031.g0GKVBM24382@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 16 Jan 2002 12:31:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/utftpd Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG andreas 2002/01/16 12:31:11 PST Modified files: net Makefile Added files: net/utftpd Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port: utftpd is a TFTP server with fine-grained access control, support for blksize (RFC 2348), timeout options and support for revision control. You can assign three different kinds of rights to every client: - read: the right to read a file. - write: the right to write to an already existing file. - create: the right to create a file. Clients may be specified by a single ip address or a range of addresses or by ip address and mask. Revision control is optional and will never be turned on automatically for any file (you have to do the initial checkin into by hand). WWW: http://www.ohse.de/uwe/software/utftpd.html Revision Changes Path 1.692 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/utftpd/Makefile (new) 1.1 +1 -0 ports/net/utftpd/distinfo (new) 1.1 +1 -0 ports/net/utftpd/pkg-comment (new) 1.1 +15 -0 ports/net/utftpd/pkg-descr (new) 1.1 +8 -0 ports/net/utftpd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message