Commit Graph

270 Commits

Author SHA1 Message Date
David Schweikert a0252f6e79 Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris (reported by Juergen Arndt) 2013-07-24 21:36:02 +02:00
David Schweikert 3dee903b41 3.5 is released 2013-07-23 23:54:27 +02:00
David Schweikert 7e55f0b073 Fix loop issue after 65536 pings (reported by Peter Folk and GBert, #12), Minimum ping data size is now 0 2013-07-23 23:40:17 +02:00
David Schweikert 8daad08e1d work on seqmap 2013-07-23 23:24:04 +02:00
David Schweikert b7343ed256 start work on seqmap 2013-07-23 00:25:53 +02:00
David Schweikert ecba31b2dd Release 3.5 2013-05-22 08:56:44 +02:00
David Schweikert 28eea9c273 Re-create configure script with autoconf 2.69 for aarch64 support (Chuck Anderson, #45) 2013-05-22 08:48:08 +02:00
David Schweikert 121bea1d24 Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris, #39) 2013-05-21 22:02:39 +02:00
David Schweikert 5d6db6f08d document new -D flag 2013-05-21 21:47:33 +02:00
David Schweikert 543d22122d Merge pull request #42 from tohojo/master
Add -D flag to print timestamp in front of output lines.
2013-05-21 12:43:02 -07:00
David Schweikert 70a29a11af fix sprint_tm buffer size crash (reported by Japheth Cleaver) 2013-05-21 21:36:36 +02:00
David Schweikert b0e09ce6fe Coverity: remove pointless expression 2013-04-23 21:59:32 +02:00
David Schweikert 6400ffb339 Merge branch 'master' of github.com:schweikert/fping 2013-04-23 21:26:02 +02:00
David Schweikert 98d44d02bb Merge pull request #47 from dlad/fix-warning
fix clang warning: comparison of unsigned expression < 0 is always false
2013-04-23 12:12:20 -07:00
Dipen Lad 69fff78ca4 fix clang warning: comparison of unsigned expression < 0 is always false 2013-04-20 21:50:22 +01:00
Toke Høiland-Jørgensen 5b6784a4ea Fix formatting of usec part of timestamp output. 2013-03-17 16:33:52 +01:00
Toke Høiland-Jørgensen 25dc120355 Add -D flag to print timestamps before output lines (like Linux ping). 2013-03-11 09:29:58 -04:00
David Schweikert f906225fbd update changelog 2013-02-17 23:09:58 +01:00
David Schweikert 3e29f0631c Merge pull request #35 from ghost/patch-1
Fixes failing fping6 build on OS X 10.8
2013-02-17 14:08:46 -08:00
David Schweikert 10d0a54c07 remove version information from man-page (#31) 2013-02-17 23:06:27 +01:00
David Schweikert ad4ca1609d Update ChangeLog 2013-02-17 23:05:38 +01:00
David Schweikert e0edbf28fc Merge pull request #34 from mv/fix-spec-file
Fix setuid permissions. Provides fping6.
2013-02-17 14:04:04 -08:00
Simon Hitzemann 1c85a422c1 Fixes failing fping6 build on OS X 10.8 2012-12-28 16:52:25 +01:00
Marcus Vinicius Ferreira 86cfc7cf74 Fix setuid permissions. Provides fping6. 2012-12-24 12:51:34 -02:00
David Schweikert fd020977b5 Prepare 3.4 2012-09-04 09:32:09 +02:00
David Schweikert 81c96c0807 Revert "Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9)"
This reverts commit b4d0a93b70.
2012-09-04 09:27:52 +02:00
David Schweikert aff259bbd0 release 3.3 2012-08-19 23:06:18 +02:00
David Schweikert 4cab2f8598 Fix -n flag in fping6 (#28) 2012-08-16 13:59:42 +02:00
David Schweikert aa5f849c5d Fix error message on DNS error for IPv6 hosts (#27) 2012-08-16 11:26:16 +02:00
David Schweikert 1bb43dc07f fix wrong use of pointer (causing segfault) 2012-08-16 11:24:02 +02:00
David Schweikert 02ac0090e1 Call this 3.3-rc1, not 3.3rc1 2012-07-20 00:39:44 +02:00
David Schweikert b4d0a93b70 Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9) 2012-07-20 00:28:10 +02:00
David Schweikert a19c537fc5 Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17) 2012-07-20 00:11:20 +02:00
David Schweikert 6af4d71188 Fix -A for fping6 (reported by Matt LaPlante, #14) 2012-07-20 00:05:36 +02:00
David Schweikert ed4202f84f Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) 2012-07-19 22:54:34 +02:00
David Schweikert a4ef8142b3 Update documentation for --enable-ipv6 2012-07-19 22:43:16 +02:00
David Schweikert 421abc41b1 update ChangeLog 2012-07-19 22:26:03 +02:00
David Schweikert 67d7a10f83 Merge pull request #25 from zeising/master
Add --with-ipv4 and --with-ipv6 options to cnfigure
2012-07-19 13:17:14 -07:00
Niclas Zeising bdef483f4b Add --with-ipv4 and --with-ipv6 options to cnfigure
Currently, to get IPv6 fping you have to pass -DIPV6 to to make while
compiling, and the resulting fping will not handle ipv4.  This patch
adds --with-ipv4 (enabled by default) and --with-ipv6 (disabled by
default) that gives a IPv4 capable fping, and a IPv6 capable fping6
respectively.  Both can be enabled, or either one.  If both the IPv4 and
the IPv6 versions are disabled, configure will throw an error.
2012-07-19 18:52:25 +02:00
David Schweikert e92a68dc4d Added contrib/fping.spec (Stephen Schaefer, #24) 2012-07-16 22:40:53 +02:00
David Schweikert 13ce2eae48 Man-page fix: better description of option -q (#15) 2012-07-16 18:53:19 +02:00
David Schweikert b16d117a17 Set default data size to 56 bytes on all architectures (#18) 2012-07-16 18:47:51 +02:00
David Schweikert 0e3e404a3d improve autoclean 2012-07-16 01:14:55 +02:00
David Schweikert 5f3ab12ca9 man page inconsistency in regards to numeric arguments (#21) 2012-07-16 01:05:15 +02:00
David Schweikert 4a5c82f6a5 start calling this 3.3rc1 2012-07-16 00:57:31 +02:00
David Schweikert 7d4eeb403a convert man-page to pod, for easier editing 2012-07-16 00:53:11 +02:00
David Schweikert 88d54f4505 convert man-page to pod, for easier editing 2012-07-16 00:33:39 +02:00
David Schweikert 5cf3f7fa4d Update Changelog 2012-07-15 23:27:03 +02:00
Thomas Liske 2f09ff2d40 Fix TOS option typo. 2012-07-15 23:25:29 +02:00
David Schweikert 2a53cdc62b Update Changelog 2012-07-15 23:15:40 +02:00