Date: Wed, 16 Jan 2002 12:31:11 -0800 (PST) From: Andreas Klemm <andreas@FreeBSD.org> 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 Message-ID: <200201162031.g0GKVBM24382@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201162031.g0GKVBM24382>