summaryrefslogtreecommitdiff
path: root/ping6_common.c
Commit message (Expand)AuthorAgeFilesLines
* ping: fix warning when compiled with USE_CRYPTO=noneSami Kerola2018-12-191-0/+1
* localization: arping, ping, ping6, tracepath and traceroute6Tomohiro "Tomo-p" KATO2018-12-171-78/+78
* ping: fix global variable scopeSami Kerola2018-10-281-1/+1
* ping: check getifaddrs(3) ifa_name data before useSami Kerola2018-10-221-1/+2
* ping: stop using pointer size as strncmp() size argumentSami Kerola2018-10-031-1/+1
* ping: balance number of curly braces when #ifdef __linux__ is falseSami Kerola2018-10-031-0/+2
* warnings: fix minor issuesSami Kerola2018-10-031-2/+2
* warnings: fix initializersSami Kerola2018-10-031-1/+1
* ping: make command to use glibc error printing facilitySami Kerola2018-10-031-116/+64
* ping: fix minor compiler warningsSami Kerola2018-10-031-1/+1
* ninfod: remove incomplete iputils_md5dig.h fileSami Kerola2018-10-031-2/+6
* ping: remove unused definitionsSami Kerola2018-10-031-4/+0
* arping, ping: consider getifaddrs() being available everywhereSami Kerola2018-10-031-2/+0
* ping: remove IPv6 source routing codeSami Kerola2018-10-031-144/+0
* usage: unify usage outputs, and improve their helpfulnessSami Kerola2018-10-031-54/+20
* various: do not use kernel data types in userspaceSami Kerola2018-10-031-43/+43
* warnings: fix multiple unused parameter warningsSami Kerola2018-10-031-11/+11
* warnings: fix multiple signed and unsigned integer expressionsSami Kerola2018-10-031-9/+9
* Fixed comment of pinger functionsgomi_ningen2018-09-151-1/+1
* ping6: Fix device bindingDuncan Eastoe2018-04-241-4/+8
* Revert "correctly initialize first hop"Petr Vorel2017-10-301-1/+5
* Merge pull request #101 from pevik/cleanup/working_recverrDavid Heidelberg2017-10-301-13/+4
|\
| * ping: Remove workaround for bug in IP_RECVERR on raw socketsPetr Vorel2017-09-141-13/+4
* | ping: use libidn2 instead of libidnNikos Mavrogiannopoulos2017-09-181-2/+10
* | ping6: simplified IDNA usageNikos Mavrogiannopoulos2017-08-241-23/+9
|/
* LICENSE: convert BSD4 to BSD3 licenseDavid Heidelberg2017-08-191-5/+1
* ping: flowinfo: fixup checks for flowinfo and also add decimal numbers supportDavid Heidelberg2017-07-311-21/+0
* ping: fix pmtu discovery for ipv6Jan Synacek2017-05-151-1/+0
* Add strict pattern matching on response when pattern was providedSingh2016-11-151-0/+2
* Merge pull request #56 from lilydjwg/masterDavid Heidelberg2016-09-291-2/+4
|\
| * ping: also bind the ICMP socket to the specific device依云2016-09-171-2/+4
* | ping: remove assignments of values that are never readPavel Šimerda2016-08-201-1/+1
* | correctly initialize first hopJan Synacek2016-08-041-0/+1
|/
* ping: merge IPv4 and IPv6 `pr_addr()`Pavel Šimerda2015-07-071-53/+11
* ping: refactor ping socket codePavel Šimerda2015-07-071-11/+5
* ping: merge `ping6` command into `ping`Pavel Šimerda2015-07-071-94/+0
* ping: merge all ping header files into a single onePavel Šimerda2015-07-071-16/+2
* ping: avoid name clashes between IPv4 and IPv6 codePavel Šimerda2015-07-071-14/+12
* ping: remove obsolete preprocessor directivesPavel Šimerda2015-07-071-80/+17
* Allow using nettle instead of libgcrypt for MD5Nikos Mavrogiannopoulos2015-06-181-1/+1
* ping: perform dual-stack ping by defaultPavel Šimerda2015-06-181-29/+31
* make `getaddrinfo()` and `getnameinfo()` usage consistentPavel Šimerda2015-06-181-36/+23
* use better names for socket variablesNikos Mavrogiannopoulos2015-06-111-33/+33
* This patch allows running ping and ping6 without root privileges onNikos Mavrogiannopoulos2015-06-111-34/+43
* combine sock and errno into a single structureNikos Mavrogiannopoulos2015-06-111-27/+27
* ping: in usage print the 'ping -6' options as wellNikos Mavrogiannopoulos2015-06-111-8/+13
* Allow ping to use IPv6 addressesNikos Mavrogiannopoulos2015-06-111-14/+16
* made ping functions protocol independentNikos Mavrogiannopoulos2015-06-111-0/+1856