freebsd-dev/libexec/tftpd
Kyle Evans 7cc42f6d25 Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we did something absolutely
bananas and introduced a WARNS=7 and wanted to try lifting the default to
that.

Drop most of them; there is one in the blake2 kernel module, but I suspect
it should be dropped -- the default WARNS in the rest of the build doesn't
currently apply to kernel modules, and I haven't put too much thought into
whether it makes sense to make it so.
2020-10-01 01:10:51 +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 Fix several Coverity warnings in tftp 2018-07-22 17:10: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 Abort transfer if fseeko() fails. 2020-04-21 17:32:57 +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