| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.7_2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
19 Mar 2011 12:38:54
0.7_2
|
miwi  |
- Get Rid MD5 support |
09 Feb 2011 06:30:09
0.7_2
|
kevlo  |
Fix my last commit |
30 Jan 2011 08:21:12
0.7_2
|
kevlo  |
Since atftpd uses signals, check for EINTR and continue
Approved by: miwi
Feature safe: yes |
11 Oct 2010 05:46:21
0.7_1
|
kevlo  |
Missed multicast fix patches in previous commit |
05 Oct 2010 06:23:11
0.7
|
kevlo  |
Import atftp-0.7
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. |