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
Makefile tftpd: Disable -Wformat-nonliteral for GCC. 2022-11-22 11:12:06 -08:00
Makefile.depend
Makefile.depend.options
tftp-file.c
tftp-file.h
tftp-io.c tftpd: Plug memory leaks in option handling code. 2022-11-18 16:39:44 +01:00
tftp-io.h
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
tftp-transfer.h
tftp-utils.c
tftp-utils.h
tftpd.8
tftpd.c