OpenBSD CVS

CVS log for src/usr.bin/tftp/tftp.1


[BACK] Up to [local] / src / usr.bin / tftp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 4 08:03:26 2022 UTC (19 months, 2 weeks ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Sort commands in help output, add help to manual

OK millert
Feedback OK jmc

Revision 1.20 / (download) - annotate - [select for diffs], Tue May 1 04:23:21 2012 UTC (12 years ago) by gsoares
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.19: +8 -2 lines
Diff to previous 1.19 (colored)

IPv6 support; mostly a sync with netbsd code done by itojun@

tweaks/OK henning@ sthen@ jmc@ jasper@

feedback/tests weerd@ brad@ (thanks)

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 1 03:47:19 2012 UTC (12 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

-This option devlivers the retransmission timeout,
+This option delivers the retransmission timeout,

Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 22 12:35:53 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

use the UNIX-related macros (.At and .Ux) where appropriate.

ok jmc@

Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 6 19:16:06 2007 UTC (16 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (colored)

the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands

lots of good ideas by jmc@

ok jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 31 19:20:17 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

convert to new .Dd format;

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 26 09:10:03 2006 UTC (17 years, 9 months ago) by mglocker
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

Fixing several timeout quirks at tftpd and tftp:

- move TIMEOUT* defines to arpa/tftp.h, as they are used several times
  in tftpd and tftp, and the values are part of the RFC definition.
- tftpd and tftp did count the total retransmission time in retries
  instead in seconds.  fixed.
- tftpd rexmt timeout was hardcoded by a define and therefore didn't
  changed when the timeout option was sent.  fixed.
- limit total retransmission timeout in tftp to also 255 seconds.
- replace obvious atoi()'s by strtonum().

ok claudio@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 24 21:29:55 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

eliminate hyphen madness;

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 24 21:28:00 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.12: +27 -18 lines
Diff to previous 1.12 (colored)

tweaks;

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 24 17:29:58 2006 UTC (17 years, 9 months ago) by mglocker
Branch: MAIN
Changes since 1.11: +18 -10 lines
Diff to previous 1.11 (colored)

Adding TFTP Option Extension to the tftp client according to RFC 2347.

Implemented options are:

- TFTP Blocksize Option, RFC 2348
- TFTP Timeout Interval and Transfer Size Options, RFC 2349

We have now on the tftp client side the same options supported as in
our tftp server.

ok claudio@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 2 16:35:17 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

+.Xr tftp-proxy 8 ,

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 10 09:22:19 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.9: +16 -13 lines
Diff to previous 1.9 (colored)

improve BUGS:

- current implementations do not support transfers >65535 blocks
- 32767 block limit does not apply to this tftp implementation

other stuff:

- kill unnecessary Ns macros
- uppercase tftp where applicable

discussed w/ tom, and wording improvements from him;

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 29 11:23:38 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

correction to SYNOPSIS and usage(): host argument must be specified
if using port argument;

from simon@freebsd

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 25 09:45:46 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.7: +76 -38 lines
Diff to previous 1.7 (colored)

- clarify "put" and "get" commands. This is based on a FreeBSD PR submitted
by Gary W. Swearingen and fixed by Simon L. Nielsen in rev. 1.15;
- some other small clarifications to the man page
- sync usage()'s with the man page

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:18 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.6: +2 -6 lines
Diff to previous 1.6 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 11 21:40:04 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

Various cleanups and standardizations.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 6 03:17:40 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.4: +8 -6 lines
Diff to previous 1.4 (colored)

Some section re-ordering.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:43 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 30 00:24:39 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.2: +36 -35 lines
Diff to previous 1.2 (colored)

usr.bin/ man page fixes, t-z

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:40:35 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:46:16 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:46:16 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.