summaryrefslogtreecommitdiff
path: root/libexec/tftpd
Commit message (Expand)AuthorAgeFilesLines
* When receiving a file having a length, which is a mulitple of the blocksize,Michael Tuexen2020-12-151-2/+2
* Improve the counting of blocks used to transfer a file from theMichael Tuexen2020-12-141-1/+1
* Fix the TFTP client when performing a RRQ for files smaller than 512 bytesMichael Tuexen2020-12-101-0/+2
* When dropping packets (RRQ or WRQ) for debugging, report the sendMichael Tuexen2020-12-061-2/+2
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* tftpd: Check for errors from chdir()Mark Johnston2020-09-221-1/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-3/+0
* Abort transfer if fseeko() fails.John Baldwin2020-04-211-3/+23
* tftpd: tests: raise targeted cstd to c11Kyle Evans2020-03-051-0/+1
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-029-49/+422
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+6
* Drop "All rights reserved" from the files I ownAlan Somers2019-03-111-1/+2
* tftpd: Fix data corruption bug with netasciiAlan Somers2018-08-221-5/+5
* Fix several Coverity warnings in tftpAlan Somers2018-07-222-9/+11
* Fix multiple Coverity warnings in tftpd(8)Alan Somers2018-07-224-17/+17
* tftpd(8): when completing an WRQ, flush the file before acknowleding receiptAlan Somers2018-07-211-2/+2
* tftpd: misc Coverity cleanup in the testsAlan Somers2018-03-221-7/+12
* tftpd: fix the build of tests on i386 after 330696Alan Somers2018-03-101-2/+2
* tftpd: reject unknown opcodesAlan Somers2018-03-102-4/+3
* tftpd: Abort on an WRQ access violationAlan Somers2018-03-102-6/+4
* tftpd: Verify world-writability for WRQ when using relative pathsAlan Somers2018-03-102-6/+17
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-093-9/+3
* Add some functional tests for tftpd(8)Alan Somers2018-03-093-0/+1023
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2710-10/+30
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Conditionalize all code that uses tcpd.h behind `LIBWRAP` guardEnji Cooper2017-01-062-1/+11
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-282-10/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-084-18/+19
| |\ \
| * \ \ Sync from headSimon J. Gerraty2012-11-043-6/+9
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-172-10/+2
| |_|/ |/| |
* | | Mark tftp_log() as __printflike() (which would have caught the bugMarius Strobl2013-01-314-15/+17
* | | Remove extra %s from debug statement that ends up crashing tftpd ifSean Bruno2013-01-301-1/+1
* | | Use correct size in snprintf.Antoine Brodin2012-12-251-2/+1
| |/ |/|
* | Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+4
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-193-5/+5
|/
* mdoc: Only use macros inside a reference block.Joel Dahl2012-05-231-8/+4
* Properly use LDADD & DPADD to link against libwrap.Marcel Moolenaar2012-05-191-1/+3
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* Avoid error log for transfer stop w/o error code.Ed Maste2012-02-211-1/+2