aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2011-06-24 05:41:38 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2011-06-24 05:41:38 +0000
commitf6c506d9cf5056e5165edcdfb1cb2078e026d435 (patch)
tree2339024d3f2b66b3a2755d3b7a0e5aa93a862188 /libexec/tftpd
parent160d9dc32be9a80a1ca5b6f842bbe59e7ed9c6da (diff)
downloadsrc-f6c506d9cf5056e5165edcdfb1cb2078e026d435.tar.gz
src-f6c506d9cf5056e5165edcdfb1cb2078e026d435.zip
Acknowledge Edwin Groothuis for the major rewrite he
did of the tftpd and tftp code to support TFTP blocksize.
Notes
Notes: svn path=/head/; revision=223491
Diffstat (limited to 'libexec/tftpd')
-rw-r--r--libexec/tftpd/tftpd.86
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8
index c8474d2582e5..96bd24cbb6d2 100644
--- a/libexec/tftpd/tftpd.8
+++ b/libexec/tftpd/tftpd.8
@@ -293,6 +293,12 @@ was introduced in
support for the TFTP Blocksize Option (RFC2348) and the blksize2 option
was introduced in
.Fx 7.4 .
+.Pp
+Edwin Groothuis <edwin@FreeBSD.org> performed a major rewrite of the
+.Nm
+and
+.Xr tftp 1
+code to support RFC2348.
.Sh NOTES
Files larger than 33488896 octets (65535 blocks) cannot be transferred
without client and server supporting the TFTP blocksize option (RFC2348),