freebsd-dev/libexec/tftpd
Ed Maste 9a2856b439 Avoid error log for transfer stop w/o error code.
A number of tftp clients, including the one in Intel's pxe boot loader,
may intentionally stop a transfer using error code 0 (i.e., EUNDEF).
These are not real errors.  Avoid spamming log files with these by
logging them at level LOG_DEBUG instead.

Discussed on -hackers with an initial patch proposal; this change is an
improved approach suggested by kan@.
2012-02-21 14:59:07 +00:00
..
Makefile Make WARNS=6 clean. 2010-09-24 10:40:17 +00:00
tftp-file.c Bring back synchnet() implementation from older 2011-06-24 02:56:24 +00:00
tftp-file.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-io.c Avoid error log for transfer stop w/o error code. 2012-02-21 14:59:07 +00:00
tftp-io.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-options.c Make WARNS=6 clean. 2010-09-24 10:40:17 +00:00
tftp-options.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-transfer.c In the old TFTP server, there was an undocumented behavior where 2011-07-31 03:12:20 +00:00
tftp-transfer.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-utils.c Fix typos. 2010-11-09 10:59:09 +00:00
tftp-utils.h Spelling fixes for libexec/ 2012-01-07 16:09:54 +00:00
tftpd.8 Pull in some wording to the tftpd.8 man page 2011-07-31 03:18:36 +00:00
tftpd.c Remove the duplicate logging of failed read requests, whose error message 2010-09-24 14:44:04 +00:00