freebsd-nq/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
tftp-file.c Bring back synchnet() implementation from older 2011-06-24 02:56:24 +00:00
tftp-file.h
tftp-io.c Avoid error log for transfer stop w/o error code. 2012-02-21 14:59:07 +00:00
tftp-io.h
tftp-options.c
tftp-options.h
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
tftp-utils.c
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