summaryrefslogtreecommitdiff
path: root/libexec/tftpd/tests/functional.c
AgeCommit message (Expand)Author
2024-11-03tftpd: Address flaky testsMark Johnston
2024-05-10tftpd: Add missing include.Dag-Erling Smørgrav
2024-04-25tftpd: Immediately reject any request shorter than 4 bytes.Dag-Erling Smørgrav
2024-04-25tftpd: Check the server status after each test.Dag-Erling Smørgrav
2024-04-25tftpd: Clean up the tests.Dag-Erling Smørgrav
2024-04-25tftpd: Use `size_t` where appropriate.Dag-Erling Smørgrav
2023-11-26libexec: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-10tftpd: Gracefully skip tests if networking is not enabled.Dag-Erling Smørgrav
2020-03-02Add support for the TFTP windowsize option described in RFC 7440.John Baldwin
2019-03-11Drop "All rights reserved" from the files I ownAlan Somers
2018-03-22tftpd: misc Coverity cleanup in the testsAlan Somers
2018-03-10tftpd: fix the build of tests on i386 after 330696Alan Somers
2018-03-10tftpd: reject unknown opcodesAlan Somers
2018-03-10tftpd: Abort on an WRQ access violationAlan Somers
2018-03-10tftpd: Verify world-writability for WRQ when using relative pathsAlan Somers
2018-03-09tftpd: Flush files as soon as they are fully receivedAlan Somers
2018-03-09Add some functional tests for tftpd(8)Alan Somers