Age | Commit message (Expand) | Author |
2016-09-12 | Bring over KAME copyright, there is now code from ping in ping6. While | Florian Obser |
2016-09-12 | No need for have this unsigned, reduces diff to ping6(8). | Florian Obser |
2016-09-12 | Use ECHOLEN/ECHOTMLEN defines. | Florian Obser |
2016-09-11 | bring over LEN defines from ping6(8) | Florian Obser |
2016-09-11 | The canonical way to find out if we can have timing stats is timinginfo. | Florian Obser |
2016-09-11 | Normalize variable declarations in pr_pack. While here introduce seq | Florian Obser |
2016-09-11 | use fputc to put in sync with ping6 | Florian Obser |
2016-09-11 | Introduce pr_ipopt() to remove IPv4 specifics from pr_pack(); small | Florian Obser |
2016-09-11 | Hoist pr_addr() up, it's AF independent; no obj change. | Florian Obser |
2016-09-11 | Hoist summary() up, it's AF independent; no obj change. | Florian Obser |
2016-09-11 | Hoist fill() up, it's AF independent; no obj change. | Florian Obser |
2016-09-11 | Pass from around as struct sockaddr. | Florian Obser |
2016-09-11 | Get rid of check_icmph(), it's just a convoluted way of saying: Is | Florian Obser |
2016-09-11 | Move smsghdr initialization into main, another step towards AF | Florian Obser |
2016-09-11 | Switch to sendmsg like ping6(8). | Florian Obser |
2016-09-11 | pinger() is no longer called in a sighandler since some time, just | Florian Obser |
2016-09-11 | Remove destination IP from mac, it's not helping anything. | Florian Obser |
2016-09-11 | normalize seq handling in pinger; little step to make this AF | Florian Obser |
2016-09-11 | Correctly initialize source address for multicast pings. This got | Florian Obser |
2016-09-10 | The getopt while loop is very long, put the body in {}. | Florian Obser |
2016-09-10 | reorder main variables, no object change, reduces diff to ping6 | Florian Obser |
2016-09-10 | reorder main variables, reduces diff | Florian Obser |
2016-09-10 | reorder main variables; no obj change | Florian Obser |
2016-09-10 | packet is actually u_char, pass it around as one | Florian Obser |
2016-09-10 | reorder function declaration to reduce diff between ping and ping6; no | Florian Obser |
2016-09-08 | normalize option defines; reduces diff between ping(8) and ping6(8) | Florian Obser |
2016-09-08 | We need this for struct iovec; reduces diff to ping6(8) | Florian Obser |
2016-09-07 | whitespace | Florian Obser |
2016-09-07 | normalize code to send preload packets | Florian Obser |
2016-09-07 | move header printing down; reduces diff to ping6 | Florian Obser |
2016-09-07 | move arc4random down; reduces diff to ping6 | Florian Obser |
2016-09-04 | Switch ping to getaddrinfo while retaining inet_aton functionality as | Florian Obser |
2016-09-03 | How can this not be AF_INET?! | Florian Obser |
2016-09-03 | s/to/dst/ | Florian Obser |
2016-09-03 | s/whereto/dst/ | Florian Obser |
2016-09-03 | Mention the maximum value for the -s option. | Michal Mazurek |
2016-09-02 | In preparation for merging of ping(8) and ping6(8) the -n flag needs to | Florian Obser |
2016-09-02 | timinginfo is a flag to track if the received icmp packet is big | Florian Obser |
2016-08-30 | summary() is no longer called from a signal handler, so it can use | Theo de Raadt |
2016-08-30 | Avoid calling summary() from a signal handler. This will allow us | Todd C. Miller |
2016-08-30 | usage() is __dead. | Florian Obser |
2016-03-03 | ping(8) and ping6(8) use different types for packet counters. In | Florian Obser |
2016-01-30 | ping, ping6: corrects -E (audible beep when no packet is received before the | Sebastien Marie |
2015-11-29 | use ping6(8)'s engine; next step in unification | Florian Obser |
2015-11-29 | Reimplement source address selection. Inspired by the previous | Florian Obser |
2015-11-29 | Doubles are not reals. Imprecision might lead to trying to | Florian Obser |
2015-11-10 | Reduce diff between ping and ping6. | Florian Obser |
2015-11-05 | Reorder #includes to reduce diff between ping and ping6. | Florian Obser |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-30 | Use double variables and sqrt(3) from libm to calculate statistics like | Florian Obser |