summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-09-15Use rdaemon() in dhclient too.Jeremie Courreges-Anglas
2016-09-15Add RTM_INVALIDATE as a route message, to keep the kernel and userlandPeter Hessler
2016-09-13Disable the timer event before attempting to change itMike Belopuhov
2016-09-13Rearange option handling to reduce diff between ping(8) and ping6(8).Florian Obser
2016-09-13Make the raw socket non-global and pass it to retransmit()/pinger().Florian Obser
2016-09-13Like in ping(8) there is no need to have the destination global. InFlorian Obser
2016-09-13No need to have the destination global.Florian Obser
2016-09-13No need to have this global.Florian Obser
2016-09-13These functions are fundamentally AF dependent.Florian Obser
2016-09-13timinginfo is a global flag that we got at least one packet back withFlorian Obser
2016-09-12Bring over KAME copyright, there is now code from ping in ping6. WhileFlorian Obser
2016-09-12No need for have this unsigned, reduces diff to ping6(8).Florian Obser
2016-09-12Use ECHOLEN/ECHOTMLEN defines.Florian Obser
2016-09-11bring over LEN defines from ping6(8)Florian Obser
2016-09-11use ECHOLEN to define DEFDATALENFlorian Obser
2016-09-11The lenght of our payload is AF independent;Florian Obser
2016-09-11The lenght of an icmp echo packet is AF independent;Florian Obser
2016-09-11Crank default packetsize to ping(8) levels.Florian Obser
2016-09-11WhitespaceFlorian Obser
2016-09-11Do not pretend that we can send more than IPV6_MAXPACKET bytesFlorian Obser
2016-09-11style; no obj changeFlorian Obser
2016-09-11With the if a few lines above, this can never be true.Florian Obser
2016-09-11In this day and age use tcpdump to figure out to whom an ICMP echoFlorian Obser
2016-09-11The canonical way to find out if we can have timing stats is timinginfo.Florian Obser
2016-09-11adapt output to pingFlorian Obser
2016-09-11Normalize variable declarations in pr_pack. While here introduce seqFlorian Obser
2016-09-11use fputc to put in sync with ping6Florian Obser
2016-09-11Sync to ping: ring bell later.Florian Obser
2016-09-11Introduce pr_ipopt() to remove IPv4 specifics from pr_pack(); smallFlorian Obser
2016-09-11Hoist pr_addr() up, it's AF independent; no obj change.Florian Obser
2016-09-11Hoist summary() up, it's AF independent; no obj change.Florian Obser
2016-09-11Hoist fill() up, it's AF independent; no obj change.Florian Obser
2016-09-11whitespaceFlorian Obser
2016-09-11Pass from around as struct sockaddr.Florian Obser
2016-09-11Get rid of check_icmph(), it's just a convoluted way of saying: IsFlorian Obser
2016-09-11WhitespaceFlorian Obser
2016-09-11Move smsghdr initialization into main, another step towards AFFlorian Obser
2016-09-11Remove useless comment.Florian Obser
2016-09-11Switch to sendmsg like ping6(8).Florian Obser
2016-09-11sync to ping(8), no functional changeFlorian Obser
2016-09-11pinger() is no longer called in a sighandler since some time, justFlorian Obser
2016-09-11Shuffle pinger() initialization around to reduce diff to ping(8).Florian Obser
2016-09-11Remove destination IP from mac, it's not helping anything.Florian Obser
2016-09-11normalize seq handling in pinger; little step to make this AFFlorian Obser
2016-09-11Correctly initialize source address for multicast pings. This gotFlorian Obser
2016-09-11remove useless comment; reduces diff to ping; no obj changeFlorian Obser
2016-09-11safeputc is unused ever since we nuked RFC 4620 supportFlorian Obser
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
2016-09-10sort the options list; also, the full stop in (FFS only.) wasn;tJason McIntyre
2016-09-10Teach bioctl derive_key() how to handle bcrypt_pbkdf.Joel Sing