Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Chris Kuethe | |
beeps when pings are dropped. suggestion to make ping and ping6 use the same flag from deraadt & sthen. reminder to not forget about ping6 from todd and naddy. ok deraadt, sthen "well, i don't object..." from a few others. | |||
2009-04-23 | ping -v can segfault when displaying received icmp packets that aren't | Stuart Henderson | |
echo replies. it's because the pointer arithmetic is scaled to the size of struct icmp, so 28*28 bytes are added rather than just 28. fortunately a correct value was calculated 2 lines earlier, so we can just use that. "thats a cool fix" dlg, ok deraadt | |||
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 ↵ | Theo de Raadt | |
size; ok cloder | |||
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller | |
ok henning@ | |||
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 | |
closely. ok millert@ deraadt@ | |||
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride | |
on the local network support them. This adds a new socket option, SO_JUMBO, and a new route flag, RTF_JUMBO. If _both_ the socket option is set and the route for the host has RTF_JUMBO set, ip_output will fragment the packet to the largest possible size for the link, ignoring the card's MTU. The semantics of this feature will be evolving rapidly; talk to us if you intend to use it. ok deraadt@ marius@ | |||
2005-01-19 | Don't ignore a provided source address, when building an own IP header. | Marco Pfatschbacher | |
This makes the -I option work together with -D, -T and -t. OK deraadt@, hshoexer@, markus@ | |||
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 | |
OK otto@ | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
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 | |
with some help and ok tdeval@ | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
signal handler in some cases, and make it cope with the termination race. | |||
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 | |
2002-02-17 | correct arithmetic brain damage; maxim@macomnet.ru | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-28 | Request enough buffer space to fit the maximum size of a packet. | Hugh Graham | |
Problem noticed by Art, and fix checked by Markus and Niels. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-04 | trim warnx output | Jakob Schlyter | |
2001-10-03 | try to increase receive buffer size, <ft@pi.se>. ok deraadt@ | Jakob Schlyter | |
2001-01-12 | remove extra + character in status output | Theo de Raadt | |
2001-01-11 | comment on a signal race | Theo de Raadt | |
2000-12-21 | use strlcpy | Theo de Raadt | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-10-12 | avoid an infinite loop | Hugh Graham | |
1999-07-18 | support fine timing interval and calculate std dev | Hugh Graham | |
1999-02-24 | fix default payload alignment error; hugh@ | Kjell Wooding | |
1999-02-23 | Fix a buffer overrun with very large ICMP packets. | Kjell Wooding | |
1998-11-18 | obvious typo | Theo de Raadt | |
1998-05-17 | Unroll that last patch, Theo thinks there's a better way of solving | Angelos D. Keromytis | |
the problem. | |||
1998-05-16 | Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young. | Angelos D. Keromytis | |