aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Spelling fixes for libexec/Ulrich Spörlein2012-01-072-4/+4
* Pull in some wording to the tftpd.8 man pageCraig Rodrigues2011-07-311-3/+10
* In the old TFTP server, there was an undocumented behavior whereCraig Rodrigues2011-07-311-12/+16
* Acknowledge Edwin Groothuis for the major rewrite heCraig Rodrigues2011-06-241-0/+6
* Bring back synchnet() implementation from olderCraig Rodrigues2011-06-241-3/+30
* Update references to RFC's that the newer TFTP implementation supports.Craig Rodrigues2011-06-221-3/+25
* Fix typo.Craig Rodrigues2011-06-221-1/+1
* Clarify tftpd's -d flag in the new TFTP implementation.Craig Rodrigues2011-06-221-3/+21
* Clarify that the TFTP blocksize (RFC2348) or non-standardCraig Rodrigues2011-06-161-2/+3
* Fix tftp_log() usage.Craig Rodrigues2011-05-261-1/+1
* Fix typos.Rebecca Cran2010-11-091-1/+1