summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c (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
* 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
* 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-011-77/+92
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Delinting from tbert <bret dot lambert at gmail dot com>ray2007-05-111-3/+11
* Make tftp atoi() free.mglocker2006-07-261-6/+6
* Fixing several timeout quirks at tftpd and tftp:mglocker2006-07-261-7/+8
* Adding TFTP Option Extension to the tftp client according to RFC 2347.mglocker2006-07-241-6/+77
* knf. no binary change.mglocker2006-07-121-123/+124
* Remove unsave setjmp/longjmp calls that were used in signal handlers withclaudio2006-05-081-62/+89
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-231-3/+3
* 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-291-3/+3
* - clarify "put" and "get" commands. This is based on a FreeBSD PR submittedjmc2003-09-251-7/+7
* knfderaadt2003-09-241-8/+9
* fix automatic connection which is supposed to be done in put command;deraadt2003-09-241-2/+3
* protosderaadt2003-06-251-4/+4
* ansideraadt2003-06-251-4/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-57/+25
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* nuke strcpy + -Wallhenning2003-04-171-8/+8
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-12/+12
* 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-161-23/+23
* kill more registersmpech2001-11-191-17/+17
* o) better struct handling;mpech2001-07-311-7/+7
* -Wall cleanup; ok deraadtpvalchev2001-07-171-2/+3
* use err/warn, space policemickey2001-03-221-25/+18
* tftp argv parsing overflow; fix by vogelke@dnaco.net and Ideraadt2000-12-071-11/+25
* r?index -> strr?chrmillert1997-01-171-11/+9
* crank hostname length, fix one oflow; pointed out by dholland@hcs.harvard.eduderaadt1996-08-161-4/+5
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+738