]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/traceroute/CHANGES
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / traceroute / CHANGES
1 @(#) $Id: CHANGES,v 1.23 2000/12/14 06:53:11 leres Exp $ (LBL)
2
3 v1.4 Wed Dec 13 22:50:35 PST 2000
4
5 - Add an option to use icmp echo instead of udp datagrams.
6
7 - Add HPUX and Linux support.
8
9 - Handle hex argument values as suggested by John Hawkinson
10   (jhawk@mit.edu)
11
12 - Added flags to set the first ttl and to set the don't fragment bit.
13
14 - Add a local autoconf macro to check for routines in libraries; the
15   autoconf version is broken (it only puts the library name in the
16   cache variable name). Thanks to John Hawkinson.
17
18 - Add a local autoconf macro to check for types; the autoconf version
19   is broken (it uses grep instead of actually compiling a code fragment).
20
21 - Attempt to detect "egcs" versions of gcc.
22
23 - Fix problems caused by savestr().
24
25 - Detect when there are more interfaces than we can deal with. Thanks
26   to Guy Harris guy@netapp.com.
27
28 - Accommodate changes made to FreeBSD 3.2-RELEASE network headers files.
29
30 - The ip header offset needs to be byte swapped under Solaris on the
31   intel as well. Reported by John McDermott (jjm@jkintl.com) Also byte
32   ip length and offset for linux.
33
34 - In wait_for_reply(), use passed socket instead of global one. Thanks
35   to Richard Kettlewell (richard.kettlewell@kewill.com)
36
37 - Check for IFF_LOOPBACK as a define or an enum (concession to linux).
38   Reported by Robert Bihlmeyer (robbe@orcus.priv.at)
39
40 - Increase size of SIOCGIFCONF buffer to accommodate systems with lots
41   of virtual interfaces. Ignore sun virtual interfaces. Suggested by
42   Ian Donaldson (iand@aone.com.au)
43
44 - Always calculate icmp checksums when using -I. Reported by Soumen
45   (sbiswas@novell.com)
46
47 - Documentation fix for description of -p. Thanks to Jeffrey C Honig
48   (jch@bsdi.com)
49
50 - Enable ip checksums for Solaris 2.6 and higher (since they seem to
51   work correctly now).
52
53 - Avoid problems when broken routers return 0.0.0.0 as their source
54   address. Thanks to John Hawkinson (jhawk@bbnplanet.com)
55
56 - Canonicalize hostname if gethostname() doesn't return a domain.
57
58 - Add -z flag (pause msecs) to allow optional pause between probes.
59   Suggested by Dave Morrison (drmorris@uplanet.com)
60
61 - Fix max packet length test.
62
63 - Use "/dev/null" instead of "." for file descriptor fodder.
64   Suggested by Tim Robbins (fyre@box3n.gumbynet.org)
65
66 - Watch for a NULL argv[0]. Suggested by Tim Robbins.
67
68 - Be careful with hostname legnths.
69
70 - Print RFC1191 Path MTU Discovery value on "needfrag" unreachables.
71
72 - Limit port size to 16 bits. Suggested by Tim Robbins.
73
74 - Limit wait time to 24 hours.
75
76 - Modified linux specific struct ipovly definition to avoid problems
77   with 64 bit systems. Problem reported by Uros Prestor
78   (uros@turbolinux.com)
79
80 - Use kernel routing tables to determine correct source address.
81   Three styles are supported: bsd/socket, solaris/mib and linux.
82
83 - Fix configure to recognize older versions of Solaris.
84
85 v1.3.2 Thu Sep 26 18:06:16 PDT 1996
86
87 - Rewrite source routing code to eliminate a number of problems on
88   systems using raw ip options. Also pad options with a noop so gateway
89   addresses are aligned.
90
91 - Don't call inet_ntoa() twice in the same printf(). Thanks to NetBSD
92   via Bill Fenner (fenner@parc.xerox.com)
93
94 - Decode "administratively prohibited filter" icmp code and print
95   numeric value for unknown codes. Thanks to Bill Fenner.
96
97 v1.3.1 Wed Sep 18 21:08:16 PDT 1996
98
99 - Some systems (e.g. AIX) need sys/select.h. Thanks to Brett Hogden
100   (hogden@rge.com)
101
102 - Byte swap ip header length under Solaris. (This has no effect on the
103   sparc but is required on the i386.)
104
105 - Made optional packet length control total size of packet.
106
107 v1.3 Mon Sep 16 14:55:44 PDT 1996
108
109 - Overrun buffer security fixes. Thanks to Bill Fenner
110   (fenner@parc.xerox.com)
111
112 - Wait for response packet relative to start of probe. Thanks to Bill
113   Fenner.
114
115 - Fix bug that prevented changing the packet size. Thanks to Gregory
116   Decker (gdecker@nate.dcrt.nih.gov)
117
118 - Add support for RAW_OPTIONS (e.g. 4.4 BSD systems such as BSD/OS and
119   FreeBSD) thanks to Jeffrey C Honig (jch@bsdi.com)
120
121 - Remove ip header byte swap fix from v1.2; most kernels swap the ip
122   header length in the kernel (and it causes OSF3 to crash).
123
124 - Fix to not exit when the number of probes is set to 1 (i.e. "-q 1")
125
126 - Improve autoconf configuration.
127
128 v1.2 Tue Oct 17 23:50:05 PDT 1995
129
130 - Convert to autoconf and ansify.
131
132 - Byte swap ip header length for little endian machines. Fix thanks to
133   Y Badri (yb@greybox.demon.co.uk).
134
135 v1.1 Thu Jun 15 02:32:55 PDT 1995
136
137 - Check for too many arguments.
138
139 - Recode to make timing of packet's round trip more obvious and to
140   tighten up code.
141
142 - Ifdef IP_OPTIONS code.
143
144 - Display time in microseconds.
145
146 v1.0 Tue Feb 28 23:50:05 PDT 1989
147
148 - Initial public release.