aboutsummaryrefslogtreecommitdiff
path: root/net/utftpd
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-01-312-6/+5
| | | | Notes: svn path=/head/; revision=341965
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Fix master_siteBaptiste Daroussin2011-08-021-1/+1
| | | | Notes: svn path=/head/; revision=278800
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* andreas' commit bit has been taken in for safekeeping.Mark Linimon2008-07-141-1/+1
| | | | Notes: svn path=/head/; revision=216835
* Remove man pages from pkg-plist since they are listed inVasil Dimov2006-04-141-4/+0
| | | | | | | | | | | the MAN? variables PR: ports/93943 Submitted by: vd Approved by: andreas (maintainer timeout 40+ days) Notes: svn path=/head/; revision=159494
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* - 1st ack packet got a random packetnumber, but should be 0.Andreas Klemm2004-06-112-1/+21
| | | | | | | | | | | | | | | | - Packets > 32768 have not been acked anymore because of counter overflow with files > 16 MB. Changed 'short' to 'unsigned short' Author has been notified, but it seems utftpd isnt maintained actively anymore. So a hot fix here in the ports collection. Thanks to Joerg for fixing this bug. Submitted by: joerg@FreeBSD.org Notes: svn path=/head/; revision=111290
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add new port:Andreas Klemm2002-01-165-0/+47
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 Notes: svn path=/head/; revision=53200