aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-021-0/+26
* tftp: fix two minor Coverity CIDsAlan Somers2019-10-031-1/+2
* tftp(1): switch default transfer mode to binaryAlan Somers2018-08-231-1/+1
* tftp: Close a resource leak when putting filesAlan Somers2018-08-141-0/+1
* Fix several Coverity warnings in tftpAlan Somers2018-07-221-3/+9
* Fix uninitialized warning, and work around a bug in gcc over clobberingJustin Hibbits2018-02-101-2/+2
* tftp(1): Clean up leading and trailing whitespaceConrad Meyer2018-02-091-6/+6
* tftp(1): Fix libedit state corruption involving signalsConrad Meyer2018-02-091-21/+29
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* Partially revert the change on r298325 where there is anMarcelo Araujo2016-04-201-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-201-2/+2
* - uri is expected to be nul-terminated (strchr used later),Xin LI2015-08-311-4/+3
* Increase MAXLINE to deal with longer paths.Marcel Moolenaar2014-03-041-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-7/+7
* peeraddr is only used in sizeof() evaluations, so instead of declaring itXin LI2011-07-111-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Specify correct RFC2347 for TFTP options in diagnostic message.Craig Rodrigues2011-06-161-2/+2
* Fix a couple of spelling errors.Warner Losh2011-05-311-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Make WARNS=6 clean.Marius Strobl2010-09-241-26/+22
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-041-174/+482
* ANSIfy, plus constify interfaces where possible.Xin LI2008-10-131-62/+26
* Use strlcpy() instead of strncpy() when we want the string to beXin LI2008-10-131-3/+2
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Fix BSS buffer overflow in makeargv().Tim J. Robbins2003-10-121-2/+3
* tftp.1:Simon L. B. Nielsen2003-10-011-5/+5
* fix reverse logic in "connect" command that cause port specifications to be i...Jonathan Chen2003-03-251-2/+2
* To perform even basic error checking, one must have an exit code thatBrian S. Dean2002-05-121-4/+4
* Add some constness to make this WARNS clean again.David Malone2002-04-131-3/+3
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-111-76/+91
* remove __PWarner Losh2002-03-221-26/+26
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.David Malone2002-02-271-9/+10
* Argh...argv->argcGuido van Rooij2002-01-041-1/+1
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isGuido van Rooij2002-01-041-1/+1
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixMark Murray2001-12-111-58/+59
* Fixed most style bugs in previous commit.Bruce Evans2001-10-191-14/+11
* Add libedit support to tftp.Matthew N. Dodd2001-10-191-8/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename a function name so that it doesn't conflict with a future system call.David Greenman1998-10-301-3/+3
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-8/+14
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.Philippe Charnier1997-08-141-21/+18
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Kill the (hopefully) last occurance of gets(3) in the base source tree.Joerg Wunsch1995-12-271-6/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+733