summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp
Commit message (Expand)AuthorAgeFilesLines
* Fix transfer statistics in the "send file" case - The conditional usedgavin2010-06-271-4/+1
* Fix core dump when server fails to respond.gavin2010-06-271-1/+4
* These files are no longer required since r207607gavin2010-06-123-355/+0
* Doh! Add another new file forgotten by the importer of edwin@'s tftpimp2010-05-041-0/+42
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-044-602/+696
* Fix return code in the case of successful file transfer, broken ingavin2010-01-031-2/+6
* ANSIfy, plus constify interfaces where possible.delphij2008-10-134-115/+50
* Use strlcpy() instead of strncpy() when we want the string to bedelphij2008-10-131-3/+2
* Fix markup.ru2007-11-071-29/+31
* Set txrx_error to 1 when we reach abort. This makes the program correctly set...matteo2006-09-281-0/+2
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* Use socklen_t where appropriate.stefanf2005-08-051-2/+2
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* Sort sections.ru2005-01-181-5/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Bumped the document date.ru2004-05-191-1/+1
* Fix BSS buffer overflow in makeargv().tjr2003-10-121-2/+3
* tftp.1:simon2003-10-012-6/+6
* Make the description of the connect, get, and put commands clearer.simon2003-09-131-34/+43
* fix reverse logic in "connect" command that cause port specifications to be i...jon2003-03-251-2/+2
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
* mdoc(7) police: markup nits.ru2002-05-301-5/+5
* To perform even basic error checking, one must have an exit code thatbsd2002-05-122-4/+8
* Backout copyright notice I broke by my previous commit.ume2002-04-261-1/+1
* Use `The .Nm utility'charnier2002-04-201-2/+3
* Add some constness to make this WARNS clean again.dwmalone2002-04-131-3/+3
* IPv6 support for tftp/tftpd.ume2002-04-114-94/+155
* Clean up vendor ID and FBSDID.dwmalone2002-03-301-5/+7
* remove __Pimp2002-03-224-42/+44
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.dwmalone2002-02-271-9/+10
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* 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-114-87/+87
* Fixed most style bugs in previous commit.bde2001-10-191-14/+11
* Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.bde2001-10-191-1/+2
* Add libedit support to tftp.mdodd2001-10-192-8/+46
* Remove whitespace at EOL.dd2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-022-2/+7
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-303-6/+6
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+14
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-144-32/+36
* 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
OpenPOWER on IntegriCloud