Age | Commit message (Expand) | Author |
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 |
2016-09-11 | whitespace | 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 | Whitespace | Florian Obser |
2016-09-11 | Move smsghdr initialization into main, another step towards AF | Florian Obser |
2016-09-11 | Remove useless comment. | Florian Obser |
2016-09-11 | Switch to sendmsg like ping6(8). | Florian Obser |
2016-09-11 | sync to ping(8), no functional change | Florian Obser |
2016-09-11 | pinger() is no longer called in a sighandler since some time, just | Florian Obser |
2016-09-11 | Shuffle pinger() initialization around to reduce diff to ping(8). | 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-11 | remove useless comment; reduces diff to ping; no obj change | Florian Obser |
2016-09-11 | safeputc is unused ever since we nuked RFC 4620 support | Florian Obser |
2016-09-11 | Symlinks to binaries should belong to root:bin. | Martin Natano |
2016-09-10 | sort the options list; also, the full stop in (FFS only.) wasn;t | Jason McIntyre |
2016-09-10 | Teach bioctl derive_key() how to handle bcrypt_pbkdf. | Joel Sing |