Age | Commit message (Expand) | Author |
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 | We have different filters depending on the verbose flag. Merge filter | Florian Obser |
2016-09-17 | Merge socket options that are set only when -v is given. | Florian Obser |
2016-09-17 | This style hurt my eyes long enough. | Florian Obser |
2016-09-17 | Set SO_RCVBUF like ping; the buffer will be bigger than before so this | 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 | Sync PINGFILLED handling to ping(8); fixes bug by using the correct | Florian Obser |
2016-09-17 | Use ECHOTMLEN define. | Florian Obser |
2016-09-17 | Move some more option handling around to reduce diff to ping(8). | 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 | does not need to be global | Florian Obser |
2016-09-17 | If no source address is specified and we are running in verbose mode | Florian Obser |
2016-09-16 | Revert use of rdaemon() until it doesn't break install/upgrade. | Kenneth R Westerback |
2016-09-15 | Use rdaemon() in dhclient too. | Jeremie Courreges-Anglas |
2016-09-15 | Add RTM_INVALIDATE as a route message, to keep the kernel and userland | Peter Hessler |
2016-09-13 | Disable the timer event before attempting to change it | Mike Belopuhov |
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 | Like in ping(8) there is no need to have the destination global. In | 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 | These functions are fundamentally AF dependent. | 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 | use ECHOLEN to define DEFDATALEN | Florian Obser |
2016-09-11 | The lenght of our payload is AF independent; | Florian Obser |
2016-09-11 | The lenght of an icmp echo packet is AF independent; | Florian Obser |
2016-09-11 | Crank default packetsize to ping(8) levels. | Florian Obser |
2016-09-11 | Whitespace | Florian Obser |
2016-09-11 | Do not pretend that we can send more than IPV6_MAXPACKET bytes | Florian Obser |
2016-09-11 | style; no obj change | Florian Obser |
2016-09-11 | With the if a few lines above, this can never be true. | Florian Obser |
2016-09-11 | In this day and age use tcpdump to figure out to whom an ICMP echo | Florian Obser |
2016-09-11 | The canonical way to find out if we can have timing stats is timinginfo. | Florian Obser |
2016-09-11 | adapt output to ping | 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 | Sync to ping: ring bell later. | 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 |