summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-2/+2
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-7/+7
* peeraddr is only used in sizeof() evaluations, so instead of declaring itdelphij2011-07-111-1/+1
* Remove duplicated header fileskevlo2011-06-241-1/+0
* Specify correct RFC2347 for TFTP options in diagnostic message.rodrigc2011-06-161-2/+2
* Fix a couple of spelling errors.imp2011-05-311-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Make WARNS=6 clean.marius2010-09-241-26/+22
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-041-174/+482
* ANSIfy, plus constify interfaces where possible.delphij2008-10-131-62/+26
* Use strlcpy() instead of strncpy() when we want the string to bedelphij2008-10-131-3/+2
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* Fix BSS buffer overflow in makeargv().tjr2003-10-121-2/+3
* tftp.1:simon2003-10-011-5/+5
* fix reverse logic in "connect" command that cause port specifications to be i...jon2003-03-251-2/+2
* To perform even basic error checking, one must have an exit code thatbsd2002-05-121-4/+4
* Add some constness to make this WARNS clean again.dwmalone2002-04-131-3/+3
* IPv6 support for tftp/tftpd.ume2002-04-111-76/+91
* remove __Pimp2002-03-221-26/+26
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.dwmalone2002-02-271-9/+10
* Argh...argv->argcguido2002-01-041-1/+1
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isguido2002-01-041-1/+1
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixmarkm2001-12-111-58/+59
* Fixed most style bugs in previous commit.bde2001-10-191-14/+11
* Add libedit support to tftp.mdodd2001-10-191-8/+44
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-301-3/+3
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+14
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-141-21/+18
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
* Kill the (hopefully) last occurance of gets(3) in the base source tree.joerg1995-12-271-6/+11
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+733
OpenPOWER on IntegriCloud