freebsd-dev/libexec/tftpd
Michael Tuexen 3696db923f Improve the counting of blocks used to transfer a file from the
server to the client in case of not using an OACK: Don't miss
the first block in case of it is not also the last one.

MFC after:		1 week
2020-12-14 22:13:58 +00:00
..
tests Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
Makefile Add some functional tests for tftpd(8) 2018-03-09 15:30:20 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
tftp-file.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-file.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-io.c When dropping packets (RRQ or WRQ) for debugging, report the send 2020-12-06 18:43:12 +00:00
tftp-io.h libexec: adoption of SPDX licensing ID tags. 2017-11-27 15:25:02 +00:00
tftp-options.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-options.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-transfer.c Improve the counting of blocks used to transfer a file from the 2020-12-14 22:13:58 +00:00
tftp-transfer.h libexec: adoption of SPDX licensing ID tags. 2017-11-27 15:25:02 +00:00
tftp-utils.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-utils.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.8 Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.c tftpd: Check for errors from chdir() 2020-09-22 15:54:05 +00:00