From owner-svn-src-head@FreeBSD.ORG Thu Jun 16 02:27:06 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B001106566B; Thu, 16 Jun 2011 02:27:06 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4D78FC18; Thu, 16 Jun 2011 02:27:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5G2R6Ov008369; Thu, 16 Jun 2011 02:27:06 GMT (envelope-from rodrigc@svn.freebsd.org) Received: (from rodrigc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5G2R6js008366; Thu, 16 Jun 2011 02:27:06 GMT (envelope-from rodrigc@svn.freebsd.org) Message-Id: <201106160227.p5G2R6js008366@svn.freebsd.org> From: Craig Rodrigues Date: Thu, 16 Jun 2011 02:27:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r223137 - in head: libexec/tftpd usr.bin/tftp X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 02:27:06 -0000 Author: rodrigc Date: Thu Jun 16 02:27:05 2011 New Revision: 223137 URL: http://svn.freebsd.org/changeset/base/223137 Log: Clarify that the TFTP blocksize (RFC2348) or non-standard TFTP rollover option can be used to transfer larger files. Modified: head/libexec/tftpd/tftpd.8 head/usr.bin/tftp/tftp.1 Modified: head/libexec/tftpd/tftpd.8 ============================================================================== --- head/libexec/tftpd/tftpd.8 Thu Jun 16 02:22:24 2011 (r223136) +++ head/libexec/tftpd/tftpd.8 Thu Jun 16 02:27:05 2011 (r223137) @@ -253,8 +253,9 @@ was introduced in support for the TFTP Blocksize Option (RFC2348) and the blksize2 option was introduced in .Fx 7.4 . -.Sh BUGS +.Sh NOTES Files larger than 33488896 octets (65535 blocks) cannot be transferred -without client and server supporting blocksize negotiation (RFC2348). +without client and server supporting the the TFTP blocksize option (RFC2348), +or the non-standard TFTP rollover option. .Pp Many tftp clients will not transfer files over 16744448 octets (32767 blocks). Modified: head/usr.bin/tftp/tftp.1 ============================================================================== --- head/usr.bin/tftp/tftp.1 Thu Jun 16 02:22:24 2011 (r223136) +++ head/usr.bin/tftp/tftp.1 Thu Jun 16 02:27:05 2011 (r223137) @@ -174,7 +174,7 @@ The .Nm command appeared in .Bx 4.3 . -.Sh BUGS +.Sh NOTES Because there is no user-login or validation within the .Tn TFTP @@ -185,4 +185,5 @@ exact methods are specific to each site difficult to document here. .Pp Files larger than 33488896 octets (65535 blocks) cannot be transferred -without client and server supporting blocksize negotiation (RFC1783). +without client and server supporting the TFTP blocksize option (RFC2348), +or the non-standard TFTP rollover option.