Age | Commit message (Expand) | Author |
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser |
2016-09-17 | The final merge ping6 into ping. | Florian Obser |
2016-09-17 | Use ECHOTMLEN define; no functional change. | Florian Obser |
2016-09-17 | iov_base is already set in this case; reduce diff to ping6(8). | Florian Obser |
2016-09-17 | MAXPAYLOAD is different between ping and ping6. | Florian Obser |
2016-09-17 | Just use AF_INET like everywhere else. | Florian Obser |
2016-09-17 | malloc sets errno; use err not errx | Florian Obser |
2016-09-17 | whitespace | Florian Obser |
2016-09-17 | Make getting source address more AF independent. | Florian Obser |
2016-09-17 | If -I was not given hoist getting source address up. | Florian Obser |
2016-09-17 | Make source address selection more AF independent. | Florian Obser |
2016-09-17 | Introduce AF independent from. | Florian Obser |
2016-09-17 | Use AF independent dst where possible. | Florian Obser |
2016-09-17 | Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will be | Florian Obser |
2016-09-17 | We will need the variable name "from" soon, so free it up by renaming | Florian Obser |
2016-09-17 | Reduce diff in pinger(). | Florian Obser |
2016-09-17 | style | Florian Obser |
2016-09-17 | Move more AF independent initialization around to reduce diff. | Florian Obser |
2016-09-17 | Normalize receive packet allocation. | Florian Obser |
2016-09-17 | Use ECHOTMLEN define. | Florian Obser |
2016-09-17 | ping(8): The IPv6 header has a payload length field while IPv4 has a | Florian Obser |
2016-09-17 | Bring over includes, we will need them in a merge anyway. | Florian Obser |
2016-09-17 | If no source address is specified and we are running in verbose mode | Florian Obser |
2016-09-13 | Rearange option handling to reduce diff between ping(8) and ping6(8). | Florian Obser |
2016-09-13 | Make the raw socket non-global and pass it to retransmit()/pinger(). | Florian Obser |
2016-09-13 | No need to have the destination global. | Florian Obser |
2016-09-13 | No need to have this global. | Florian Obser |
2016-09-13 | timinginfo is a global flag that we got at least one packet back with | Florian Obser |
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 |