summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: iputils-s20190515s20190515Sami Kerola2019-05-151-1/+1
* Revert "build-sys: update ninja version in .travis.yml"Sami Kerola2019-04-191-1/+1
* build-sys: update ninja version in .travis.ymlSami Kerola2019-04-191-1/+1
* ping: option -N help should output to stdout, and exit with 0Sami Kerola2019-04-151-3/+4
* Use the value of sbindir to install rinfod, rarpd & ninfodHeiko Becker2019-04-152-3/+3
* build-sys/doc: make xsltproc requiredJan Synacek2019-04-022-5/+15
* build-sys: make setcap-setuid.sh respect ${DESTDIR}Arfrever Frehtes Taifersar Arahesis2019-04-021-0/+4
* build-sys: allow disabling setcap-setuid.sh at installSami Kerola2019-04-013-1/+10
* ping: fix use-after-freeMikhail Efremov2019-03-311-5/+6
* ping6_common.c: include stddef.hMikhail Efremov2019-03-311-0/+1
* arping: fix packets countMikhail Efremov2019-03-311-9/+4
* build-sys: make rdisc.service a regular unitJan Synacek2019-03-311-1/+1
* tracepath: fix warning: '/*' within block comment [-Wcomment]Sami Kerola2019-03-251-1/+1
* doc: Use namespace correctlyJan Tojnar2019-03-2512-12/+12
* tracepath: fix musl build, againSami Kerola2019-03-251-4/+9
* release: iputils-s20190324s20190324Sami Kerola2019-03-242-1/+5099
* arping, ninfod, ping: tidy cppcheck warningsSami Kerola2019-03-244-24/+23
* rdisc: use router solicit definitions from system headerSami Kerola2019-03-231-7/+4
* common: use single ARRAY_SIZE definition across filesSami Kerola2019-03-234-7/+11
* arping, ping: fix struct member access within null pointerSami Kerola2019-03-232-4/+4
* ping, ninfod: merge network information constantsSami Kerola2019-03-238-164/+130
* ninfod: remove suptypes and ttl codeSami Kerola2019-03-234-104/+2
* tracepath, tftpd: fix uninitialized when used warningsSami Kerola2019-03-232-2/+2
* common: add Linux kernel Crypto API support to iputils_md5digSami Kerola2019-03-225-13/+73
* documentation: add Description Of A Project fileSami Kerola2019-03-181-0/+46
* ping: reindent source filesSami Kerola2019-03-094-274/+307
* clockdiff: remove current machine name determinationVadim Rumyantsev2019-03-091-11/+0
* documentation: fix various spelling typosSami Kerola2019-03-097-10/+8
* documentation: fix minor typo: correspindingChris2019-03-091-1/+1
* build-sys: add missing ninfod checksSami Kerola2019-02-161-0/+11
* clockdiff, rdisc, ninfod: get rid of vla'sSami Kerola2019-02-033-6/+13
* build-sys: check error.h when ninfod is not buildSami Kerola2019-02-031-1/+9
* various: be careful with numeric inputsSami Kerola2019-02-034-54/+23
* libcommon: add string to a number conversion functionSami Kerola2019-02-032-0/+23
* clang scan-build: fix various build warningSami Kerola2019-02-028-10/+9
* ping: fix standard deviation for small, consistent ping timesDavid Buckley2019-02-021-4/+12
* tftpd: use getopt_long() to parse options, and add usageSami Kerola2019-02-021-6/+31
* tftpd: use appropriate data typesSami Kerola2019-02-021-17/+18
* tftpd: remove unnecessary nestingSami Kerola2019-02-021-21/+18
* tftpd: make nak() data handling conciseSami Kerola2019-02-021-5/+4
* tftpd: reindent filesSami Kerola2019-02-023-191/+190
* tftpd: move inetd functionality away from main()Sami Kerola2019-02-021-34/+40
* tftpd: remove global variables by using a run state structSami Kerola2019-02-021-237/+242
* arping: remove unnecessary header inclusionsSami Kerola2019-01-011-6/+0
* arping: rename functions for greater claritySami Kerola2019-01-011-7/+7
* arping: move raw socket open after option parsingSami Kerola2019-01-011-8/+6
* arping: stop printing usage() output when -I is neededSami Kerola2019-01-011-1/+0
* arping: add guess_device() to aviod -I option most of the timeSami Kerola2019-01-011-10/+144
* arping: remove sysfs and ioctl() from find_device()Sami Kerola2019-01-013-369/+19
* rdisc: use libc function to run in the backgroundSami Kerola2019-01-011-18/+2