summaryrefslogtreecommitdiffstats
path: root/src/proto/tftm.c
Commit message (Collapse)AuthorAgeFilesLines
* Warnings purgeMarty Connor2007-07-021-208/+0Star
|
* In multicast operation, the client still has a unicast local port.Michael Brown2005-06-021-5/+5
|
* Rewritten to use the functions in tftpcore.c.Michael Brown2005-06-021-445/+166Star
| | | | | Works with a non-multicast TFTP server (i.e. the fallback path works fine).
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-0/+4
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Quickly hacked to use a buffer rather than a processor.Michael Brown2005-05-171-23/+20Star
| | | | These don't yet take advantage of the buffer functionality.
* Protocol structure can now specify the default port.Michael Brown2005-05-021-3/+3
|
* Protocol names are x-slam and x-tftmMichael Brown2005-05-011-1/+1
|
* Updated to protocol APIMichael Brown2005-05-011-70/+65Star
|
* Moved protocols to proto/Michael Brown2005-05-011-0/+491