summaryrefslogtreecommitdiff
path: root/usr.bin/tftp/tftp.c
AgeCommit message (Expand)Author
2023-01-06PR/57166: John Dundas: Correct error code byte order in error messagechristos
2016-09-03storage class first, *then* __deaddholland
2016-09-03Remove K&R __P macros.sevan
2012-07-16Undo the non-sharing of the "toplevel" jmp_buf between main.c and tftp.c,he
2012-03-20Use C89 function definitionsmatt
2011-09-17ansify, const, knfchristos
2011-09-16Use __deadjoerg
2009-01-18fix -Wsign-compare issueslukem
2008-12-11- Malformed multicast option not being checkedseanb
2006-10-22sprinkle volatile.christos
2006-09-29Coverity CID 4119: Check negative returns (from Arnaud Lacombe)christos
2006-07-21Add support for the multicast TFTP option. Reviewed by Rui Paulo.jmcneill
2006-04-09Pass lint.christos
2006-02-01Do not use %d for size_t!martin
2006-01-31PR/32680: Yves-Emmanuel JUTARD: Improve some error checking that causeschristos
2005-11-20Fix old-style C code, update to WARNS=4.ross
2005-06-02appease gcc -Wuninitializedlukem
2004-10-10Move declaration of local variables to start of function instead ofhe
2004-10-02Make the extended options work on little endian machines.erh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-11Support negotiation and use of TFTP Option Extension (rfc 2347) for thebriggs
2003-02-01Fix sendto return value check (incomplete change in 1.14).wiz
2000-12-30fix argument validation mistake in setpeer().itojun
2000-11-21make sure we do not overrun tp->th_msg on ERROR packet.itojun
2000-10-22A too hasty checkin (and lack of -Wsign-compare) made send() never fail.dogcow
2000-10-18defs had 'short block' for blocksize; changed defs to be unsigned.dogcow
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-07-12IPv6 support.itojun
1998-12-19char -> unsigned charchristos
1998-07-26const poisoning.mycroft
1997-10-20deprecate register, use err/warn, fix .Nm usagelukem
1997-10-07WARNS?=1mrg
1995-04-29needs string.hcgd
1994-12-08Merged with 4.4lite.jtc
1993-08-01Add RCS identifiers.mycroft
1993-04-21Cleanup for GCC 2.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd