From 8890d206f44619726c9bfe902500be535f5c18d6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 16 Feb 2006 08:30:46 -0800 Subject: [PATCH] Document changes since 0.41 --- CHANGES | 11 +++++++++++ tftpd/tftpd.8.in | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 374f628..3fb99b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Changes in 0.42: + Try to disable path MTU discovery for TFTP connections (it's + useless anyway.) + + Add a hack to allow the admin to specify a range of local port + numbers to use. + + Fix local IP number handling on systems which present + IP_RECVDSTADDR in recvmsg(). + + Changes in 0.41: Fix bug by which patterns of the form \U\1 weren't converted correctly. diff --git a/tftpd/tftpd.8.in b/tftpd/tftpd.8.in index 644639b..ea1697c 100644 --- a/tftpd/tftpd.8.in +++ b/tftpd/tftpd.8.in @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\"----------------------------------------------------------------------- */ -.TH TFTPD 8 "3 September 2004" "tftp-hpa @@VERSION@@" "System Manager's Manual" +.TH TFTPD 8 "16 February 2006" "tftp-hpa @@VERSION@@" "System Manager's Manual" .SH NAME .B tftpd \- IPv4 Trivial File Transfer Protocol server @@ -159,6 +159,10 @@ MTU on your network minus 32 bytes (20 bytes for IP, 8 for UDP, and 4 for TFTP; less if you use IP options on your network.) For example, on a standard Ethernet (MTU 1500) a value of 1468 is reasonable. .TP +\fB\-R\fP \fIport:port\fP +Force the server port number (the Transaction ID) to be in the +specified range of port numbers. +.TP .B \-V Print the version number and configuration to standard output, then exit gracefully.