summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/tftp.c
Commit message (Collapse)AuthorAgeFilesLines
* To perform even basic error checking, one must have an exit code thatbsd2002-05-121-0/+4
| | | | | | | | indicates that not everything worked as expected. Exit non-zero if we timed out while transmitting or receiving a file or if the file did not exist, etc. MFC After: 3 days (re@ willing)
* IPv6 support for tftp/tftpd.ume2002-04-111-16/+57
| | | | | Obtained from: KAME MFC after: 2 weeks
* Clean up vendor ID and FBSDID.dwmalone2002-03-301-5/+7
| | | | We now seem to include <arpa/inet.h> to get ntoh*.
* remove __Pimp2002-03-221-7/+7
|
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixmarkm2001-12-111-21/+19
| | | | signed/unsigned comparisons. Use __FBSDID().
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-021-2/+4
| | | | | | | (about 31 MB - 32 MB). Submitted (partially) by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-301-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
|
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-141-7/+10
| | | | Obtained from: OpenBSD
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+453
OpenPOWER on IntegriCloud