Tests to check cp() doesn't drop set[eu]id bits.
[p5sagit/p5-mst-13.2.git] / lib / Net / Ping / Changes
CommitLineData
505f3f16 1CHANGES
2-------
3
af96568d 42.33 Jul 31 20:15 2007
5 - add new method port_number() rather than asking users to
6 twiddle with the internals of Net::Ping to probe a specific
7 port. This should resolve a few bugs where the documentation
8 was lacking.
9 - apply patch from bergonz at labs.it. This patch resolves
10 several problems logged regarding using Net::Ping in a multi-
11 threaded program. Thanks so much!
12 <http://rt.cpan.org/Ticket/Display.html?id=17408>
13
142.32 Jul 30 21:30 2007
15 - new co-maintainer Steve Peters
16 - integrate assorted bleadperl fixes from the past four years
17 <http://rt.cpan.org/Public/Bug/Display.html?id=28348>
18
03550e9d 192.31 Jun 28 14:00 2003
20 - Win32 Compatibility fixes.
21 Patch by mhx-perl@gmx.net (Marcus Holland-Moritz)
22 - Apply bleadperl patch #22204
23 - Add ToS support.
24 Patch by martin@lorensen.dk (Martin Lorensen)
25
262.30 Apr 18 14:00 2003
9539e94f 27 - Fix select() bug for UDP and ICMP protocols
28 in case packet comes from wrong source or seq.
29 - Allow UDP ping to different IP addresses
30 without instantiating a new object.
31 - Add retrans() method to customize or disable
32 backoff factor for udp pings.
33 Thanks Torgny.Hofstedt@sevenlevels.se
34 - Let ECONNRESET be considered reachable for
35 UDP pings. Now it works for cygwin.
36 Spot by jhi@iki.fi (Jarkko Hietaniemi).
37
c94ff782 382.29 Apr 12 15:00 2003
39 - Implement "double send()" concept for udp pings.
40 See: <http://perlmonks.thepen.com/42898.html>
41 Thanks to rdw @ perlmonks.
42 - Send multiple udp packets in case of loss.
43 - Exponential backoff code swiped from Net::DNS
44 Thanks to mike@fuhr.org (Michael Fuhr).
45 - Also allows to capture udp ECONNREFUSED condition.
46 - Rename tcp_service_check method to service_check.
47 - Allow demo/fping -s to force service check.
48 Idea by ralijani@yahoo.com (REZA Alijani)
49 - Fix return from ping to be compatible with wantarray
50 when the host doesn't even resolve.
51 - Add udp proto test to test suite.
52 - VMS patch from Craig Berry to pre-check echo.
53 - Apply bleadperl patch (change #18904)
54 - Apply bleadperl patch as explained:
55 http://www.xray.mpe.mpg.de/mailing-lists/perl5-
56 porters/2003-03/msg00992.html
57
9c36735d 582.28 Jan 23 18:00 2003
59 - No new features. Bug fixes only.
60 - Fixed ICMP_STRUCT to work on Big Endian platforms.
61 Thanks to danb@thelittlemacshop.com (Dan Buettner)
62 for testing on Mac OS X 10.2.3 and many others
63 for testing on Big Endian boxes.
64 - Not do binmode(). Causes more problems than helps.
65 - Perl 5.004 compatibility fixes (Spot by Honza).
66
672.27 Jan 15 23:00 2003
68 - Patch by slebedev@iwl.net (Sergey Lebedev):
69 - 1) Fixed response packet parsing offsets in ping_icmp.
70 - 2) Added icmp_result method.
71 - Patch by radu@netsoft.ro (Radu Greab):
72 - 1) Changed ping_tcp() to use non-blocking connect
73 instead of alarm() interface in order to avoid
74 conflicts with user applications.
75 - 2) Also get rid of all eval {} code in ping_tcp
76 in order to avoid catching SIGALRM trigger and
77 to avoid conflicts with other evals.
78 - 3) Avoid ioctl() syscall for more accurate error
79 detection on non-blocking tcp connects.
80 - 4) Fix fcntl() syntax usage.
81 - Patch by adelton@fi.muni.cz (Honza Pazdziora):
82 - 1) Fix icmp request pack code to be more platform
83 independent regardless of Big/Little Endian.
84 - 2) Use binmode for filehandle in case perl 5.8.0
85 tries to dink with the data stream.
86 - Other changes by Rob Brown:
87 - Fixed ack() failures under certain rare conditions.
88 - Use more appropriate \z instead of $ in regex.
89 - Resolved Cygwin "make test" problems reported by
90 h.m.brand@hccnet.nl (H.Merijn Brand).
91 - Add sending a real ICMP packet in the test suite.
92 - Add Socket to PREREQ_PM (missing on some boxes?)
93 - Adjust syn_forking IPC pipe for fatter Win32 pids.
94 - Better handling of alarm() in test suite for Win32.
95 - Add a DESTROY method to reduce chances of
96 lingering connect-choking children.
97
982.26 Dec 02 12:00 2002
99 - More compatibility fixes.
100 - Thanks for Solaris bug reports:
101 Paul.Gaborit@enstimac.fr (Paul Gaborit)
102 Jost.Krieger@ruhr-uni-bochum.de (Jost Krieger)
103 - Thanks for Solaris testing box:
104 Gunther.Heintzen@rrze.uni-erlangen.de (Gunther Heintzen)
105 - Solaris ENOTCONN select() for write choke bug.
106 - Thanks for Cygwin bug reports:
107 h.m.brand@hccnet.nl (H.Merijn Brand)
108 - Cygwin "EAGAIN instead of ECONNREFUSED" buttwag.
109
1102.25 Nov 19 12:00 2002
111 - Handle condition where O_NONBLOCK tcp connects
112 immediately fail without EINPROGRESS
113 (certain platforms or SMP optimizations).
114
1152.24 Oct 21 22:00 2002
116 - Compatibility fixes.
117 - Avoid using 127.1.1.1 and 127.2.2.2 because
118 it breaks on some platforms (Irix).
119 - Handle condition where nonblocking tcp connects
120 immediately connect on some platforms
121 (solaris and freebsd) and to be SMP safer.
122 - Win32 $p->ack( $host ) method should now work.
123 - Add ack( $host ) test cases to test suite.
124
1252.23 Oct 18 22:00 2002
126 - Fix ack() fd "each" detection bug.
127 - Add nack() method for OO interface to the
128 reason why the ack() failed.
129 - Fix premature "Timed out" side effect when a
130 different specified ack( $host ) fails.
131 - IO::Socket::INET ephemeral port buttwag
132 hack for the t/450_service.t test.
133 - Documental changes.
134
1352.22 Oct 17 16:00 2002
136 - Add $p->tcp_service_check() method to enforce
137 remote tcp service availability checking.
138 Patch by jef@linuxbe.org (Jean-Francois Dive).
139 - Changed default behavior of "syn" protocol to
140 disabled tcp_service_check instead of enabled.
141 - Win32 compatibility changes ("syn" protocol).
142 - Increase timeouts for tests in case client or
143 server network(s) are busy.
144
1452.21 Oct 14 12:00 2002
146 - Preserve/restore ALRM settings for tcp mode pings.
147 Spot by d@niel-berlin.de (Daniel Berlin)
148 - Can now select device for udp and icmp protocols.
149 Patch by sarfata@altern.org (Thomas Sarlandie).
150 - Add new "syn" protocol to allow for mass parallel
151 (syncronous) TCP service reachability checking.
152 - Add ack() method to utilize non-blocking connect
153 (SYN/ACK) feature of the "syn" protocol.
154 - Add demo/fping script as a "syn" demonstration.
155 - Compatibiliy patches for cygwin.
156 Spot by frazee.23@osu.edu (Joseph Frazee)
157
5d20095f 1582.20 Jun 20 10:00 2002
159 - Perl 5.8.0 compatibility stuff.
160 Spot by dcd@tc.fluke.com (David Dyck).
161 And patch by jhi@iki.fi (Jarkko Hietaniemi).
162 - Move INSTALL doc into perldoc.
163 - Allow source_verify method to work
164 for icmp protocol as well as udp.
165 Spot by taner@taner.net (Taner Halicioglu)
166
15d96390 1672.19 Jun 03 19:00 2002
5d20095f 168 - Add $p->source_verify method to skip source
15d96390 169 endpoint verification of udp protocol pings for
170 those remote destinations with multiple interfaces
171 that may have the "reverse telnet" bug.
5d20095f 172 Spot by dcd@tc.fluke.com (David Dyck)
15d96390 173 - Moved files to more standard locations.
5d20095f 174 - Less common martian used for ping test
175 to reduce conflicts
15d96390 176
564e2e78 1772.18 May 06 12:00 2002
178 - More RPM spec generalizations.
179
ef73e1db 1802.17 May 03 18:00 2002
181 - RPM spec generalizations.
182 michael.mclagan@linux.org (Michael McLagan)
183 - Win32 compatibility changes.
184 (Didn't compile on Win32 since v2.11.)
185
a5a165b1 1862.16 Apr 11 14:00 2002
187 - Documentation changes.
188 - Added INSTALL doc.
189 - Added README to rpm %doc.
190 - Added neat MakeMaker constants routine.
191 - Buttwag around Makefile.PL warnings:
192 o "the following files are missing in your kit"
193 o "is not a known MakeMaker parameter name"
194
1952.15 Apr 06 23:00 2002
196 - Added ABSTRACT info.
197 - Allow for smoother upgrade from
198 from older Net::Ping versions.
199 - Change default protocol from udp to tcp
200 so it will work on most default systems
201 without any arguments to new().
202
e82f584b 2032.14 Apr 01 14:00 2002
a5a165b1 204 - Added text ip lookup feature.
e82f584b 205 e@arix.com (Erick Calder)
206
2072.13 Apr 01 14:00 2002
208 - Added ping time measuring feature.
209 e@arix.com (Erick Calder)
210 - Optionally allow for high resolution
211 precision for timeouts and measuring
212 using the Time::HiRes module (Erick).
213
b757f218 2142.12 Feb 17 19:00 2002
215 - More general error determination for
216 better cross platform consistency and
217 foreign language support.
218 Spotted by arnaud@romeconcept.com
219 - Test changes for VMS (Craig Berry)
220
ddbbf559 2212.11 Feb 02 12:00 2002
222 - Test changes in case echo port is not available.
223 - Fix 110_icmp_inst.t to use icmp protocol
224 Spotted by craigberry@mac.com (Craig Berry)
225
49afa5f6 2262.10 Dec 26 12:00 2001
227 - Added bind() function useful for clients with multiple
228 network interfaces performing the ping check thanks to
229 sethb@clarkhill.com (Seth Blumberg).
230 - Execution optimizations for several constants (Seth).
231 - More test changes in case Socket module is not available
232 (Jarkko Hietaniemi).
233
505f3f16 2342.09 Dec 06 19:00 2001
235 - Documental and test changes only.
236 - No functional changes.
237
2382.08 Dec 04 13:00 2001
239 - Faster response for Win32 tcp_connect.
240 - Better explanations in test comments.
241
2422.07 Nov 28 13:00 2001
243 - Compatibility changes
244 - Works with UNIX and Win32 OS
245 - Works with Perl 5.005 5.6.x 5.7.x 5.8.x
246 - Applied several patches from distro
247 - External protocol added thanks to
248 colinm@cpan.org (Colin McMillen)
249 - Stream protocol added thanks to
250 bronson@trestle.com (Scott Bronson)
251
2522.06 Nov 19 12:00 2001
253 - Added Net-Ping.spec for RPM to easily
254 utilize using "rpm -ta Net-Ping*tar.gz"
255 - Moved Copyright section to perldoc
256
2572.05 Nov 18 20:00 2001
258 - Added test suite
259
2602.04 Nov 16 16:00 2001
261 - Added CHANGES and README to tarball.
262 - No functional changes.
263
2642.03 Nov 15 12:00 2001
265 - Portability adjustments to ping_tcp()
266 made by Rob Brown to work with most
267 default systems.
268
2692.02 Sep 27 12:00 1996
270 - Magic version by Russell Mosemann from CPAN