summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix indentationjsg2018-09-201-2/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+2
* Use monotonic clock for statistics display. From Scott Cheloha.tb2017-09-101-7/+8
* The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther2017-01-211-3/+2
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-3/+3
* Add "dns" to the pledges. Previously these worked because of "inet",deraadt2015-10-181-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio inet rpath wpath cpath" supports all the functions of tftp.deraadt2015-10-071-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* cope with sending or receiving files beyond 65536 blocks in length.dlg2014-10-211-11/+16
* unsigned char casts for ctypederaadt2013-11-261-3/+3
* fix put usagegsoares2012-05-211-2/+2
* strncpy() -> strlcpy()gsoares2012-05-021-5/+4
* IPv6 support; mostly a sync with netbsd code done by itojun@gsoares2012-05-014-101/+160
* -This option devlivers the retransmission timeout,dlg2012-03-011-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-33/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+3
* Proper use of fseek/fseeko macros.tobias2007-09-101-3/+3
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-5/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Delinting from tbert <bret dot lambert at gmail dot com>ray2007-05-112-7/+17
* Make tftp atoi() free.mglocker2006-07-261-6/+6
* TIMEOUT* values are not part of the protocol. tftp.h is a namespacederaadt2006-07-261-1/+5
* Mini KNF. No binary changes.mglocker2006-07-261-3/+3
* Fixing several timeout quirks at tftpd and tftp:mglocker2006-07-263-15/+19
* eliminate hyphen madness;jmc2006-07-241-3/+3
* tweaks;jmc2006-07-241-18/+27
* Adding TFTP Option Extension to the tftp client according to RFC 2347.mglocker2006-07-243-36/+269
* Add blksize option support for tftpd according to RFC 2348.mglocker2006-07-203-18/+17
* knf. no binary change.mglocker2006-07-124-286/+300
* Remove unsave setjmp/longjmp calls that were used in signal handlers withclaudio2006-05-082-217/+284
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-231-3/+3
* +.Xr tftp-proxy 8 ,jmc2006-01-021-1/+2
* improve BUGS:jmc2004-04-101-13/+16
* fix mem leak.mpech2004-02-191-2/+3
* do not re-include name in err() call; andrushock@korovino.netderaadt2003-12-221-4/+4
* correction to SYNOPSIS and usage(): host argument must be specifiedjmc2003-09-292-6/+5
* - clarify "put" and "get" commands. This is based on a FreeBSD PR submittedjmc2003-09-252-46/+84
* knfderaadt2003-09-243-41/+37
* fix automatic connection which is supposed to be done in put command;deraadt2003-09-241-2/+3
* another proto repairderaadt2003-06-261-3/+3
* protosderaadt2003-06-251-4/+4
* ansideraadt2003-06-253-52/+34
* mostly ansi cleanup; pval okderaadt2003-06-102-61/+29
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-036-39/+15
* nuke strcpy + -Wallhenning2003-04-174-28/+26
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-12/+12
* use socklen_t where neededderaadt2002-09-061-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-43/+43