summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ping: do not bind to device when destination IP is on deviceissue-104Sami Kerola2018-10-241-0/+6
* ping: check getifaddrs(3) ifa_name data before useSami Kerola2018-10-222-2/+4
* arping: support -i interval optionIhar Hrachyshka2018-10-222-2/+13
* Merge pull request #154 from kerolasa/pull-84Sami Kerola2018-10-221-4/+4
|\
| * arping: honor setting source to 0.0.0.0Jens Låås2018-10-221-4/+4
|/
* Merge pull request #153 from kerolasa/pull-122Sami Kerola2018-10-221-20/+48
|\
| * ping: add support for sub-second timeoutsClaudius Zingerli2018-10-211-20/+48
| * ping: zorbid zero timeoutClaudius Zingerli2018-10-211-1/+1
* | Merge pull request #140 from kanehuange/ping-duration-timeSami Kerola2018-10-211-1/+1
|\ \ | |/ |/|
| * fix ping duration time errorKane Huang2018-07-301-1/+1
* | tracepath: remove references to tracepath6Sami Kerola2018-10-193-5/+10
* | Merge pull request #151 from kerolasa/more-build-sys-fixesSami Kerola2018-10-183-6/+59
|\ \
| * | build-sys: add rdisc systemd fileSami Kerola2018-10-162-0/+38
| * | build-sys: add cap_net_raw to arping, clockdiff and rarpdSami Kerola2018-10-162-6/+21
|/ /
* | build-sys: Check if optional idn2 was foundVictor Toso2018-10-161-2/+4
* | ping: Fallback raw protocol for EPROTONOSUPPORT also on IPv4Petr Vorel2018-10-151-4/+6
* | Merge pull request #149 from kerolasa/unit-filesSami Kerola2018-10-156-7/+92
|\ \
| * | ninfod: add systemd service unit fileSami Kerola2018-10-152-5/+43
| * | rarpd: integrate systemd service file with build-systemSami Kerola2018-10-154-14/+47
| * | rarpd: provide example of systemd unit file for rarpdMartin Pluskal2018-10-151-0/+14
| * | build-sys: start building ninfod by defaultSami Kerola2018-10-152-2/+2
* | | Merge pull request #147 from primeos/fix-ninfod-manpageSami Kerola2018-10-151-1/+1
|\ \ \ | |/ / |/| |
| * | doc/ninfod: Fix the debug mode option (-a -> -d)Michael Weiss2018-10-011-1/+1
* | | Merge pull request #120 from kerolasa/2017wk52Sami Kerola2018-10-1554-8968/+1497
|\ \ \ | |/ / |/| |
| * | build-sys: fix musl compilationSami Kerola2018-10-092-4/+28
| * | build-sys: update project versionSami Kerola2018-10-031-1/+1
| * | ping: stop using pointer size as strncmp() size argumentSami Kerola2018-10-032-2/+2
| * | ping: balance number of curly braces when #ifdef __linux__ is falseSami Kerola2018-10-031-0/+2
| * | build-sys: add setcap or setuid to ping when installingSami Kerola2018-10-032-0/+37
| * | tftp: remove definitions that can be included from system headerSami Kerola2018-10-031-46/+1
| * | ping: remove local stub header in favour of system include fileSami Kerola2018-10-032-41/+1
| * | build-sys: change cryto lib default to opensslSami Kerola2018-10-031-1/+1
| * | build-sys: use disabler rather than empty listSami Kerola2018-10-031-3/+3
| * | ping: remove global variable that is not usedSami Kerola2018-10-031-9/+0
| * | warnings: fix multiple errno printing format specifier issuesSami Kerola2018-10-033-24/+24
| * | rdisc: ensure pr_name() buffer is big enoughSami Kerola2018-10-031-1/+1
| * | warnings: fix minor issuesSami Kerola2018-10-033-5/+5
| * | warnings: fix initializersSami Kerola2018-10-033-4/+4
| * | ping: make command to use glibc error printing facilitySami Kerola2018-10-034-399/+217
| * | ping: fix minor compiler warningsSami Kerola2018-10-033-11/+11
| * | ninfod: remove syslog based malloc debuggingSami Kerola2018-10-035-41/+27
| * | ninfod: remove function like declarationSami Kerola2018-10-034-55/+30
| * | rdisc: remove function like declarationSami Kerola2018-10-031-42/+49
| * | build-sys: avoid typos in header checkSami Kerola2018-10-031-26/+24
| * | build-sys: use config.h rather than compiler option -DdefinesSami Kerola2018-10-031-3/+5
| * | build-sys: use HAVE_LIBCAP to determine libcap code should be compiledSami Kerola2018-10-036-18/+19
| * | ninfod: remove incomplete iputils_md5dig.h fileSami Kerola2018-10-036-60/+12
| * | docs: make html manuals work againSami Kerola2018-10-033-7/+34
| * | docs: remove INSTALL.md and update README.md command listSami Kerola2018-10-032-28/+1
| * | add version print out to remaining commandsSami Kerola2018-10-0310-4/+54