aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd/tests/functional.c
Commit message (Expand)AuthorAgeFilesLines
* tftpd: Add missing include.Dag-Erling Smørgrav2024-05-101-0/+1
* tftpd: Immediately reject any request shorter than 4 bytes.Dag-Erling Smørgrav2024-04-251-0/+19
* tftpd: Check the server status after each test.Dag-Erling Smørgrav2024-04-251-2/+42
* tftpd: Clean up the tests.Dag-Erling Smørgrav2024-04-251-125/+128
* tftpd: Use `size_t` where appropriate.Dag-Erling Smørgrav2024-04-251-21/+31
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tftpd: Gracefully skip tests if networking is not enabled.Dag-Erling Smørgrav2023-03-101-1/+7
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-021-0/+202
* Drop "All rights reserved" from the files I ownAlan Somers2019-03-111-1/+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-101-1/+0
* tftpd: Abort on an WRQ access violationAlan Somers2018-03-101-6/+0
* tftpd: Verify world-writability for WRQ when using relative pathsAlan Somers2018-03-101-4/+9
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-091-8/+1
* Add some functional tests for tftpd(8)Alan Somers2018-03-091-0/+1006