From owner-cvs-all Thu Sep 27 13:50:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DF837B413; Thu, 27 Sep 2001 13:50:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RKoFC09609; Thu, 27 Sep 2001 13:50:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200109272050.f8RKoFC09609@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 27 Sep 2001 13:50:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa tftp.h src/libexec/tftpd tftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/09/27 13:50:14 PDT Modified files: include/arpa tftp.h libexec/tftpd tftpd.c Log: RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds support for negotiation of timeout and file size to the tftp protocol. This is required by some firmware like EFI boot managers (at least on HP i2000 Itanium servers) in order to boot an image using tftp. The attached patch implements the RFC, and in doing so also implements RFC2347; a generic tftp option extension. PR: 30710 Submitted by: Espen Skoglund Revision Changes Path 1.5 +3 -1 src/include/arpa/tftp.h 1.19 +121 -10 src/libexec/tftpd/tftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message