|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
2017-02-13 David Schweikert <david@schweikert.ch>
|
|
|
|
|
* Version 4.0-rc2
|
|
|
|
|
* Version 4.0-rc3
|
|
|
|
|
|
|
|
|
|
* INCOMPATIBILE CHANGE: fping and fping6 unification
|
|
|
|
|
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
|
|
|
|
|
fping will not enforce that -i is >= 1 and -p >= 10 anymore, except if
|
|
|
|
|
you ./configure with the new '--enable-safe-limits' parameter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The reasoning to removing the restrictions by default, is that users can
|
|
|
|
|
clog the network with other tools anyway, and these restrictions are
|
|
|
|
|
sometimes getting in the way (for example if you try to ping a lot of
|
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
2017-01-10 David Schweikert <david@schweikert.ch>
|
|
|
|
|
* Version 3.14
|
|
|
|
|
* (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm)
|
|
|
|
|
* (feature) New option '-M' to set the "Don't Fragment" flag (#91, Don Bowman)
|
|
|
|
|
* (feature) New option '-M' to set the "Don't Fragment" flag (#91, Don Bowman)
|
|
|
|
|
* (feature) New option '-N' to output statistics for netdata (see: http://my-netdata.io/, #105, Costa Tsaousis)
|
|
|
|
|
* (feature) New option '-o' to calculate total outage time (#90, @jgerbeck)
|
|
|
|
|
* (bugfix) Exit code should be 2 when the hostname can't be resolved
|
|
|
|
@ -228,7 +228,7 @@
|
|
|
|
|
* Removed unused variables from code
|
|
|
|
|
* updated to current autoconf standards
|
|
|
|
|
* Merged Debian changes (see below)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
fping (2.4b2-to-ipv6-16.1) unstable; urgency=low
|
|
|
|
@ -237,7 +237,7 @@ fping (2.4b2-to-ipv6-16.1) unstable; urgency=low
|
|
|
|
|
* Fixes FTBFS on kfreebsd (Closes: #555398)
|
|
|
|
|
* Fixes typo "Paramter" in binary
|
|
|
|
|
|
|
|
|
|
-- Axel Beckert <abe@deuxchevaux.org> Sat, 23 Jan 2010 16:22:02 +0100
|
|
|
|
|
-- Axel Beckert <abe@deuxchevaux.org> Sat, 23 Jan 2010 16:22:02 +0100
|
|
|
|
|
|
|
|
|
|
fping (2.4b2-to-ipv6-16) unstable; urgency=low
|
|
|
|
|
|
|
|
|
@ -392,45 +392,45 @@ Jeroen Massar
|
|
|
|
|
- Revision v2.4b2-to-IPv6
|
|
|
|
|
- Added IPv6 support.
|
|
|
|
|
- Added -I option for selecting source IPv4/IPv6 address.
|
|
|
|
|
- Makefile.in now generates a Makefile which will build both
|
|
|
|
|
- Makefile.in now generates a Makefile which will build both
|
|
|
|
|
fping (IPv4) and fping6 (IPv6). Thus it makes an fping (IPv4 only)
|
|
|
|
|
and an fping6 (IPv6 only).
|
|
|
|
|
- num_unreachable was counted twice when a sendto() generated errors.
|
|
|
|
|
- See http://unfix.org/projects/ipv6/
|
|
|
|
|
- See http://unfix.org/projects/ipv6/
|
|
|
|
|
|
|
|
|
|
Tue Mar 14 2001
|
|
|
|
|
Jason Ewasiuk <jasone@remote.net>
|
|
|
|
|
- Revision v2.4b1
|
|
|
|
|
- added -g option for generating IPs from a start to an end value
|
|
|
|
|
- two available options, generate IPs from start IP to end IP
|
|
|
|
|
or from a passed netmask, such as 192.168.1.0/24
|
|
|
|
|
- added -g option for generating IPs from a start to an end value
|
|
|
|
|
- two available options, generate IPs from start IP to end IP
|
|
|
|
|
or from a passed netmask, such as 192.168.1.0/24
|
|
|
|
|
|
|
|
|
|
Thu Feb 15 2001
|
|
|
|
|
Jason Ewasiuk <jasone@remote.net>
|
|
|
|
|
- Revision v2.3b1
|
|
|
|
|
- formatting changes to code layout (fping.c)
|
|
|
|
|
NOTE: Best viewed with a tab stop of 4
|
|
|
|
|
- merged in changes from Debian c/o Herbert Xu
|
|
|
|
|
<herbert@gondor.apana.org.au>
|
|
|
|
|
- Compilation fix on alphas with glibc
|
|
|
|
|
- Alignment issues (note from JE: in wait_for_reply())
|
|
|
|
|
- A typo with the time specified on the command line
|
|
|
|
|
(note from JE: bug was using 10 instead of 100)
|
|
|
|
|
- Drop privileges after obtaining socket
|
|
|
|
|
(note from JE: might be moot, since prog exits if
|
|
|
|
|
user is not root)
|
|
|
|
|
- touched all files in package to this date
|
|
|
|
|
- couple new #ifdefs added for future WIN32 support
|
|
|
|
|
(Haven't got to adding this yet, will take a lot of rewriting.)
|
|
|
|
|
- formatting changes to code layout (fping.c)
|
|
|
|
|
NOTE: Best viewed with a tab stop of 4
|
|
|
|
|
- merged in changes from Debian c/o Herbert Xu
|
|
|
|
|
<herbert@gondor.apana.org.au>
|
|
|
|
|
- Compilation fix on alphas with glibc
|
|
|
|
|
- Alignment issues (note from JE: in wait_for_reply())
|
|
|
|
|
- A typo with the time specified on the command line
|
|
|
|
|
(note from JE: bug was using 10 instead of 100)
|
|
|
|
|
- Drop privileges after obtaining socket
|
|
|
|
|
(note from JE: might be moot, since prog exits if
|
|
|
|
|
user is not root)
|
|
|
|
|
- touched all files in package to this date
|
|
|
|
|
- couple new #ifdefs added for future WIN32 support
|
|
|
|
|
(Haven't got to adding this yet, will take a lot of rewriting.)
|
|
|
|
|
|
|
|
|
|
Fri Dec 8 10:33:13 2000 Roland Schemers <schemers@stanford.edu>
|
|
|
|
|
|
|
|
|
|
* stop using sys_errlist and start using strerror
|
|
|
|
|
fixed bug in output of -C
|
|
|
|
|
* stop using sys_errlist and start using strerror
|
|
|
|
|
fixed bug in output of -C
|
|
|
|
|
|
|
|
|
|
Wed Jan 8 11:18:37 1997 Roland Schemers <schemers@stanford.edu>
|
|
|
|
|
|
|
|
|
|
* Created ChangeLog file. What follows was from the CHANGES file.
|
|
|
|
|
* Created ChangeLog file. What follows was from the CHANGES file.
|
|
|
|
|
|
|
|
|
|
* Revision 2.0 1994/10/31 21:26:23 morgan
|
|
|
|
|
|
|
|
|
@ -468,7 +468,7 @@ Wed Jan 8 11:18:37 1997 Roland Schemers <schemers@stanford.edu>
|
|
|
|
|
|
|
|
|
|
Took out setuid(getuid()) and used access() system call to
|
|
|
|
|
check for access to the file specified with "-f".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Revision 1.21 1993/07/20 18:08:19 schemers
|
|
|
|
|
|
|
|
|
|
commented out the test to make sure the ping packet came from the
|
|
|
|
@ -516,7 +516,7 @@ modified the -s option to include min, max, and average round-trip times,
|
|
|
|
|
and over all elapsed time.
|
|
|
|
|
|
|
|
|
|
Modified action taken when a error is returned from sendto. The action
|
|
|
|
|
taken now considers the host unreachable and prints the hostname
|
|
|
|
|
taken now considers the host unreachable and prints the hostname
|
|
|
|
|
followed by the errno message. The program will not exit and will continue
|
|
|
|
|
to try other hosts.
|
|
|
|
|
|
|
|
|
@ -560,7 +560,7 @@ Changed usage to and stats to print to stderr instead of stdout.
|
|
|
|
|
|
|
|
|
|
RCS header info from original fping.c package (no longer required)
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
/*
|
|
|
|
|
***************************************************
|
|
|
|
|
*
|
|
|
|
|
* Standard RCS Header information (see co(1))
|
|
|
|
|