summaryrefslogtreecommitdiff
path: root/tftp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Improve address type error handlingKarsten Keil2008-07-311-1/+8
* Allow the -4 option even in an IPv4-only configurationH. Peter Anvin2008-07-231-1/+1
* Add support for IPv6 in the server and client.Karsten Keil2008-07-231-49/+88
* Remove long since obsolete ID tagsH. Peter Anvin2008-07-081-11/+0
* Reformat the source codeH. Peter Anvin2008-07-081-709/+703
* Add option to TFTP client to ignore ':' in file nameCraig Johnston2006-12-121-6/+22
* Moved pick_port_bind() to the libcommon common code so both client and server...Zack Bartel2006-11-131-1/+14
* Merge with git+ssh://master.kernel.org/pub/scm/network/tftp/tftp-hpa.gitH. Peter Anvin2006-10-041-4/+8
|\
| * Fix double-free error in tftp client.H. Peter Anvin2006-09-271-4/+8
* | Move common code to a common/ subdirectoryH. Peter Anvin2006-10-041-1/+1
|/
* Command-line parsing that doesn't depend on getopt()hpa2004-01-081-56/+82
* Support running the TFTP client from the command linetftp-hpa-0.33hpa2003-02-031-59/+99
* -> Clean up the use of autoconf macros a bit.hpa2001-11-291-37/+42
* Working on version 0.29.hpa2001-11-271-1/+0
* Be paranoid about multiple inclusions (apparently some systems don't likehpa2001-11-161-14/+0
* Fix trivial memory leakhpa2001-11-141-0/+1
* Allow "readline" to be used even if "history" is unavailable...hpa2001-11-141-0/+8
* Display configuration information when using the -V option...hpa2001-11-141-2/+2
* - Better parsing of the "connect" command (tftp).hpa2001-11-131-23/+63
* Fix the handling of continuation prompts when using readlinehpa2001-11-131-17/+41
* Add readline support in tftp client; some additional minor cleanups.hpa2001-11-121-6/+26
* A few more renames; fix <inttypes.h> emulation.hpa2001-11-121-4/+4
* Even more portability work...hpa2001-11-121-1/+0
* Support "constipation" -- compile cleanly with -Wwrite-stringshpa2001-08-101-37/+53
* Portability improvements. Now compiles and works on Solaris 8, as wellhpa2001-08-031-0/+5
* Quiet final set of warnings.hpa2001-07-211-11/+5
* Quiet more warnings.hpa2001-07-211-4/+10
* More merging mania...hpa2001-03-301-0/+1
* Fix massive lossage: 0.15 based on an outdated repository!!!hpa2001-03-301-16/+21
* Add code to always reply using the queried IP address, if the OShpa2001-03-281-0/+4
* Initial revisionhpa1999-09-261-0/+704