freebsd-dev/libexec/tftpd
John Baldwin fd5882e1f2 tftpd: Disable -Wformat-nonliteral for GCC.
GCC warns about the non-literal format string passed to strftime().  A
warning here seems a bit odd as strftime() does not take varargs so
there is not a risk of missing args.
2022-11-22 11:12:06 -08:00
..
tests Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
Makefile tftpd: Disable -Wformat-nonliteral for GCC. 2022-11-22 11:12:06 -08:00
Makefile.depend
Makefile.depend.options
tftp-file.c tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-file.h tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-io.c tftpd: Plug memory leaks in option handling code. 2022-11-18 16:39:44 +01:00
tftp-io.h tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-options.c tftpd: type nit 2022-11-18 17:26:54 +01:00
tftp-options.h tftp: Use printf0 attribute for options_set_request/reply. 2022-11-22 08:37:26 -08:00
tftp-transfer.c tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-transfer.h tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-utils.c tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftp-utils.h tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00
tftpd.8
tftpd.c tftpd: whitespace cleanup 2022-11-17 16:42:30 +00:00