Age | Commit message (Expand) | Author |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-01-10 | Fix the unitialized rtableid bug discovered and fixed in the previous | Florian Obser |
2014-01-10 | Fix a bug found in ping6 when rebuilding with stack protector strong. | Brad Smith |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback |
2013-04-16 | improve name of the 32-bit timeval that ping uses, and bound the use | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-09-20 | rev 1.80 added calls from the signal handler to stdio. bad bad bad! | Theo de Raadt |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-26 | allow a user to set a -c count of 0. | Peter Hessler |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-15 | Let ping handle truncated echo replies. | Marco Pfatschbacher |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-05 | Fix usage. | Claudio Jeker |
2009-06-05 | Allow ping to use an alternate routing domain by using the -V flag. | Claudio Jeker |
2009-06-01 | tweak previous; | Jason McIntyre |
2009-05-31 | add audible output to ping and ping6: -e beeps when pings are replied, -E bee... | Chris Kuethe |
2009-04-23 | ping -v can segfault when displaying received icmp packets that aren't | Stuart Henderson |
2007-02-06 | remove -j from usage(); | Jason McIntyre |
2006-04-13 | fix more signal races; ok moritz | Theo de Raadt |
2006-04-10 | minimal cleanups prompted by lint; ok otto | Theo de Raadt |
2006-03-23 | sloppy style to cast the sockaddrs backwards, and then potentially wrong size... | Theo de Raadt |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-01-09 | some minor types house cleaning, ok otto | Theo de Raadt |
2005-09-01 | Comment fix and make description of -c and -w match reality more | Otto Moerbeek |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-01-19 | Don't ignore a provided source address, when building an own IP header. | Marco Pfatschbacher |
2004-09-14 | df is a flag, not some u_char thing with -1 value; millert ok | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-03-21 | don't leak the stack on -R; ok deraadt@ | Markus Friedl |
2004-02-29 | better strtol with consistent usage, unsigned where appropriate, -Wall clean. | Ted Unangst |
2003-07-24 | make packet loss double and print using %.1lf; based on diff from jeffi@rcn.com | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-14 | Defer incrementing ntransmitted until we are sure sendto succeeds. | Chad Loder |
2003-04-14 | permit -s0. from Maxim Konovalov | Jun-ichiro itojun Hagino |
2002-09-06 | socklen_t and various other minor tweaks | Theo de Raadt |
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt |
2002-06-22 | document -T option, PR#2766. ok deraadt@ | Jakob Schlyter |
2002-05-31 | KNF | Theo de Raadt |
2002-05-31 | kill the signal races | Theo de Raadt |
2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | Jun-ichiro itojun Hagino |