#
23300944 |
| 30-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r223696 to pick up dfr's userboot
|
#
a5615c90 |
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
#
de138ec7 |
| 24-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
f6c506d9 |
| 24-Jun-2011 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Acknowledge Edwin Groothuis for the major rewrite he did of the tftpd and tftp code to support TFTP blocksize.
|
#
957af43f |
| 23-Jun-2011 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Update references to RFC's that the newer TFTP implementation supports.
|
#
7e321ae3 |
| 23-Jun-2011 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Fix typo.
Reported by: Nick Mann <njm at njm dot me dot uk>
|
#
a1aea88a |
| 22-Jun-2011 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Clarify tftpd's -d flag in the new TFTP implementation. Bump date.
|
#
dbab0763 |
| 16-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
e5660633 |
| 16-Jun-2011 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Clarify that the TFTP blocksize (RFC2348) or non-standard TFTP rollover option can be used to transfer larger files.
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
86a04a0c |
| 06-Oct-2010 |
Xin LI <delphij@FreeBSD.org> |
Use a defined FreeBSD version.
MFC after: 3 days
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
945f418a |
| 06-May-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Final update to current version of head in preparation for reintegration.
|
#
5276e639 |
| 04-May-2010 |
Warner Losh <imp@FreeBSD.org> |
Go ahead and merge the work edwin@ on tftpd into the tree. It is a lot better than what's in the tree now. Edwin tested it at a prior employer, but can't test it today. I've found that it works a
Go ahead and merge the work edwin@ on tftpd into the tree. It is a lot better than what's in the tree now. Edwin tested it at a prior employer, but can't test it today. I've found that it works a lot better with the various uboot versions that I've used in my embedded work. Here's the pkg-descr from the port that describes the changes:
It all started when we got some new routers, which told me the following when trying to upload configuration or download images from it: The TFTP server doesn't support the blocksize option.
My curiousity was triggered, it took me some reading of RFCs and other documentation to find out what was possible and what could be done. Was plain TFTP very simple in its handshake, TFTP with options was kind of messy because of its backwards capability: The first packet returned could either be an acknowledgement of options, or the first data packet.
Going through the source code of src/libexec/tftpd and going through the code of src/usr.bin/tftp showed that there was a lot of duplicate code, and the addition of options would only increase the amount of duplicate code. After all, both the client and the server can act as a sender and receiver.
At the end, it ended up with a nearly complete rewrite of the tftp client and server. It has been tested against the following TFTP clients and servers:
- Itself (yay!) - The standard FreeBSD tftp client and server - The Fedora Core 6 tftp client and server - Cisco router tftp client - Extreme Networks tftp client
It supports the following RFCs:
RFC1350 - THE TFTP PROTOCOL (REVISION 2) RFC2347 - TFTP Option Extension RFC2348 - TFTP Blocksize Option RFC2349 - TFTP Timeout Interval and Transfer Size Options RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP)
It supports the following unofficial TFTP Options as described at http://www.compuphase.com/tftp.htm:
blksize2 - Block size restricted to powers of 2, excluding protocol headers rollover - Block counter roll-over (roll back to zero or to one)
From the tftp program point of view the following things are changed:
- New commands: "blocksize", "blocksize2", "rollover" and "options" - Development features: "debug" and "packetdrop"
If you try this tftp/tftpd implementation, please let me know if it works (or doesn't work) and against which implementaion so I can get a list of confirmed working systems.
Author: Edwin Groothuis <edwin@FreeBSD.org>
show more ...
|
#
a4bf5fb9 |
| 28-Apr-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Update to current version of head.
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
63d46d1d |
| 12-Mar-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
Fix several typos in macros or macro misusage.
Found by: make manlint Reviewed by: ru Approved by: philip (mentor)
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
b71d8e69 |
| 23-Nov-2007 |
Edwin Groothuis <edwin@FreeBSD.org> |
Add "with" to make the line go smoother.
|
#
dba0fd30 |
| 23-Nov-2007 |
Edwin Groothuis <edwin@FreeBSD.org> |
Add the -W options, which acts the same as -w but will generate unique names based on the submitted filename, a strftime(3) format string and a two digit sequence number.
By default the strftime(3)
Add the -W options, which acts the same as -w but will generate unique names based on the submitted filename, a strftime(3) format string and a two digit sequence number.
By default the strftime(3) format string is %Y%m%d (YYYYMMDD), but this can be changed by the -F option.
PR: bin/106049 (based on patch in that PR) Approved by: grog@ (mentor)
show more ...
|
#
41d05ce7 |
| 03-Jun-2007 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Correct a typo.
PR: 106049 Submitted by: edwin (as part of a larger patch)
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
a3ec17db |
| 17-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
#
ff7e281d |
| 07-Aug-2006 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
- Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the
- Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the same capitalization for "user ID" as in setuid(2) and getuid(2). - Bring SEE ALSO in accord with the text.
MFC after: 5 days
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
2410103c |
| 07-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) fixes.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
eff77877 |
| 25-May-2004 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Add two new flags: -w, which allows new files to be created, and -U, which allows the umask to be set.
Obtained from: Patton Electronics, Co.
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1 |
|
#
3f162cb8 |
| 06-Jul-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
The .Nm utility
|
Revision tags: release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
#
0efe23d6 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
eb083802 |
| 18-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: normalize .Nd.
|