freebsd-dev/libexec/tftpd
Michael Tuexen 1f67c37c1f Fix the TFTP client when performing a RRQ for files smaller than 512 bytes
and the server not sending an OACK:
* Close the file.
* Report the correct the number of received blocks.

MFC after:		1 week
2020-12-10 19:36:33 +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 Fix the TFTP client when performing a RRQ for files smaller than 512 bytes 2020-12-10 19:36:33 +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