Age | Commit message (Expand) | Author |
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 | 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 | Use ECHOLEN/ECHOTMLEN defines. | 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 | Sync to ping: ring bell later. | 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 | 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 | sync to ping(8), no functional change | 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 | 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-10 | according to netinet6/in6.h IPV6_MULTICAST_LOOP setsockopt takes a | Florian Obser |
2016-09-10 | move IPv6 specific structs up; no obj change | 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 | 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-07 | whitespace | Florian Obser |
2016-09-07 | normalize code to send preload packets | Florian Obser |
2016-09-04 | move to ping's getaddrinfo version to reduce diff; no functional change | Florian Obser |
2016-09-03 | get to the target the same way as ping; no functional change | Florian Obser |
2016-09-03 | Correct default values. | Michal Mazurek |
2016-09-03 | Mention the maximum value for the -s option. | Michal Mazurek |
2016-09-03 | Remove mention of nonexistent flags | Michal Mazurek |
2016-09-02 | Wording improvment from jmc@ long time ago. | Florian Obser |
2016-09-02 | Bring over 1.117 from ping: | Florian Obser |
2016-09-02 | Reduce ping/ping6 difference in summary(). | Florian Obser |
2016-08-30 | summary() is no longer called from a signal handler, so it can use | Theo de Raadt |