aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tftp: Correctly propagate transfer errors.Dag-Erling Smørgrav2023-03-101-21/+23
* tftpd: whitespace cleanupDag-Erling Smørgrav2022-11-171-2/+2
* Fix several Coverity warnings in tftpAlan Somers2018-07-221-0/+3
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-091-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix transfer statistics in the "send file" case - The conditional usedGavin Atkinson2010-06-271-4/+1
* Fix core dump when server fails to respond.Gavin Atkinson2010-06-271-1/+4
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-041-396/+180
* Fix return code in the case of successful file transfer, broken inGavin Atkinson2010-01-031-2/+6
* ANSIfy, plus constify interfaces where possible.Xin LI2008-10-131-32/+12
* Set txrx_error to 1 when we reach abort. This makes the program correctly set...Matteo Riondato2006-09-281-0/+2
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-2/+2
* To perform even basic error checking, one must have an exit code thatBrian S. Dean2002-05-121-0/+4
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-111-16/+57
* Clean up vendor ID and FBSDID.David Malone2002-03-301-5/+7
* remove __PWarner Losh2002-03-221-7/+7
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixMark Murray2001-12-111-21/+19
* Fix tftpd and tftp to support file transfers of over 65535 blocksJeroen Ruigrok van der Werven2001-02-021-2/+4
* $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-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.Philippe Charnier1997-08-141-7/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+453