summaryrefslogtreecommitdiff
path: root/usr.bin/tftp
AgeCommit message (Expand)Author
2024-04-23correct indentation; no functional changeJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-10-04Sort commands in help output, add help to manualKlemens Nanni
2022-10-04Only print prompt in interactive usageKlemens Nanni
2018-09-20fix indentationJonathan Gray
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-09-10Use monotonic clock for statistics display. From Scott Cheloha.Theo Buehler
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-10-18Add "dns" to the pledges. Previously these worked because of "inet",Theo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio inet rpath wpath cpath" supports all the functions of tftp.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-21cope with sending or receiving files beyond 65536 blocks in length.David Gwynne
2013-11-26unsigned char casts for ctypeTheo de Raadt
2012-05-21fix put usageGleydson Soares
2012-05-02strncpy() -> strlcpy()Gleydson Soares
2012-05-01IPv6 support; mostly a sync with netbsd code done by itojun@Gleydson Soares
2012-03-01-This option devlivers the retransmission timeout,David Gwynne
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
2006-07-26Make tftp atoi() free.Marcus Glocker
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26Mini KNF. No binary changes.Marcus Glocker
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-24eliminate hyphen madness;Jason McIntyre
2006-07-24tweaks;Jason McIntyre
2006-07-24Adding TFTP Option Extension to the tftp client according to RFC 2347.Marcus Glocker
2006-07-20Add blksize option support for tftpd according to RFC 2348.Marcus Glocker
2006-07-12knf. no binary change.Marcus Glocker
2006-05-08Remove unsave setjmp/longjmp calls that were used in signal handlers withClaudio Jeker
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-02+.Xr tftp-proxy 8 ,Jason McIntyre
2004-04-10improve BUGS:Jason McIntyre
2004-02-19fix mem leak.Mike Pechkin
2003-12-22do not re-include name in err() call; andrushock@korovino.netTheo de Raadt
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
2003-09-25- clarify "put" and "get" commands. This is based on a FreeBSD PR submittedJason McIntyre
2003-09-24knfTheo de Raadt
2003-09-24fix automatic connection which is supposed to be done in put command;Theo de Raadt
2003-06-26another proto repairTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller