summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-02-16 08:30:46 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-02-16 08:30:46 -0800
commit8890d206f44619726c9bfe902500be535f5c18d6 (patch)
tree46842da5c559a63e3105184dd720c4fdf186d046
parent30d10d7e22ef6808d3d94fffdf8975fb22268728 (diff)
downloadtftp-hpa-8890d206f44619726c9bfe902500be535f5c18d6.tar.gz
Document changes since 0.41
-rw-r--r--CHANGES11
-rw-r--r--tftpd/tftpd.8.in6
2 files changed, 16 insertions, 1 deletions
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.