aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-275-11/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+0
* tftp tests: Fix a typo in the makefileMark Johnston2023-03-261-1/+1
* tftp: Add test cases for URL mode.Dag-Erling Smørgrav2023-03-131-0/+59
* tftp: Add tests.Dag-Erling Smørgrav2023-03-103-0/+421
* tftp: Correctly propagate transfer errors.Dag-Erling Smørgrav2023-03-103-29/+34
* tftp: cleanupDag-Erling Smørgrav2022-11-181-12/+13
* tftpd: Plug memory leaks in option handling code.Dag-Erling Smørgrav2022-11-181-16/+10
* tftpd: whitespace cleanupDag-Erling Smørgrav2022-11-171-2/+2
* tftp: Fix buffer overflow and fd leak in multi-file PUT.Dag-Erling Smørgrav2022-11-171-6/+12
* update external URLWolfram Schneider2022-02-051-1/+1
* Fix a few mandoc issuesGordon Bergling2020-10-091-8/+12
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-022-1/+38
* tftp: fix two minor Coverity CIDsAlan Somers2019-10-031-1/+2
* tftp(1): switch default transfer mode to binaryAlan Somers2018-08-232-3/+3
* tftp: Close a resource leak when putting filesAlan Somers2018-08-141-0/+1
* Fix several Coverity warnings in tftpAlan Somers2018-07-222-3/+12
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-091-1/+0
* 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-203-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|_|/ |/| | |
* | | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
| |_|/ |/| |
* | | Increase MAXLINE to deal with longer paths.Marcel Moolenaar2014-03-041-1/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
|/