aboutsummaryrefslogtreecommitdiff
path: root/ftp/atftp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clang.Kevin Lo2012-11-213-9/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307611
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Fix my last commitKevin Lo2011-02-091-3/+3
| | | | Notes: svn path=/head/; revision=268808
* Since atftpd uses signals, check for EINTR and continueKevin Lo2011-01-302-13/+26
| | | | | | | | Approved by: miwi Feature safe: yes Notes: svn path=/head/; revision=268413
* Missed multicast fix patches in previous commitKevin Lo2010-10-1112-118/+624
| | | | Notes: svn path=/head/; revision=262806
* Import atftp-0.7Kevin Lo2010-10-0518-0/+840
Atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support. Notes: svn path=/head/; revision=262417