Author: rodrigc
Date: Fri Jun 24 05:41:38 2011
New Revision: 223491
URL: http://svn.freebsd.org/changeset/base/223491

Log:
  Acknowledge Edwin Groothuis for the major rewrite he
  did of the tftpd and tftp code to support TFTP blocksize.

Modified:
  head/libexec/tftpd/tftpd.8
  head/usr.bin/tftp/tftp.1

Modified: head/libexec/tftpd/tftpd.8
==============================================================================
--- head/libexec/tftpd/tftpd.8  Fri Jun 24 04:35:58 2011        (r223490)
+++ head/libexec/tftpd/tftpd.8  Fri Jun 24 05:41:38 2011        (r223491)
@@ -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 <ed...@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),

Modified: head/usr.bin/tftp/tftp.1
==============================================================================
--- head/usr.bin/tftp/tftp.1    Fri Jun 24 04:35:58 2011        (r223490)
+++ head/usr.bin/tftp/tftp.1    Fri Jun 24 05:41:38 2011        (r223491)
@@ -218,7 +218,7 @@ Toggle packet tracing.
 Toggle verbose mode.
 .El
 .Sh SEE ALSO
-.Xr tftp 1
+.Xr tftpd 8
 .Pp
 The following RFC's are supported:
 .Rs
@@ -256,6 +256,12 @@ The
 .Nm
 command appeared in
 .Bx 4.3 .
+.Pp
+Edwin Groothuis <ed...@freebsd.org> performed a major rewrite of the
+.Xr tftpd 8
+and
+.Nm
+code to support RFC2348.
 .Sh NOTES
 Because there is no user-login or validation within
 the
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to