summaryrefslogtreecommitdiffstats
path: root/src/proto/tftp.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial (untested) implementation of TFTP over the new UDP API.Michael Brown2006-08-091-165/+0Star
|
* Don't try to fetch another packet once we've reached EOF.Michael Brown2005-06-011-6/+12
|
* Don't choke on duplicate OACK packets.Michael Brown2005-06-011-24/+31
| | | | | Make await_tftp() static and create tftp_get() for fetching the next TFTP packet instead.
* DoxygenationMichael Brown2005-06-011-3/+38
|
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-145/+87Star
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Add twiddle() so that progress is visible.Michael Brown2005-05-171-0/+1
|
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-12/+12
|
* Protocol structure can now specify the default port.Michael Brown2005-05-021-3/+3
|
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-0/+174