summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up version to 2.20arping-2.20Thomas Habets2019-08-181-1/+1
* Fix typo in error messageThomas Habets2019-07-311-1/+1
* Silence bad const warningThomas Habets2019-07-311-2/+2
* Remove all read permissions with unveil(2)Thomas Habets2019-07-311-2/+2
* Use unveil(2) and pledge(2) to drop more privileges, where availableThomas Habets2019-07-312-1/+41
* Increase shell compat of configure.acThomas Habets2019-07-311-1/+1
* Fix false duplicates in edge conditionThomas Habets2019-04-192-4/+38
* _BSD_SOURCE->_DEFAULT_SOURCE as the former is deprecatedThomas Habets2019-01-061-1/+1
* Compile without any warning hardened and with C99Thomas Habets2019-01-067-21/+72
* Document bootstrap.shThomas Habets2018-03-301-1/+1
* Make slightly prettier error message for failing on WindowsThomas Habets2017-10-261-1/+2
* Further simplify CLOCK_MONOTONIC checkThomas Habets2017-10-031-5/+3
* Further improvement for cross-compilingThomas Habets2017-10-021-32/+14
* Provide configure-time fallback for cross-compile checksThomas Habets2017-10-011-3/+6
* Fall back to gettimeofday() if clock_gettime() failsThomas Habets2017-10-011-6/+8
* Fix typo.Thomas Habets2017-08-022-2/+2
* Add subunit dep for travisThomas Habets2017-07-091-1/+1
* Up version to 2.19arping-2.19Thomas Habets2017-07-091-1/+1
* fuzz: Add some includesThomas Habets2017-07-091-2/+4
* Add -lsubunit to unit testsThomas Habets2017-07-091-1/+1
* Add support for -g to work with numbers directly.Thomas Habets2017-06-231-18/+45
* Still chroot/drop caps if getpwnam() failsThomas Habets2017-06-201-1/+0
* Better error message for dropping privs to unknown userThomas Habets2017-06-201-3/+7
* Add option -g to specify group to drop privs toThomas Habets2017-06-203-9/+42
* Improve (unlikely) pcap error messagesThomas Habets2017-05-081-5/+11
* clarify error messagesThomas Habets2017-05-081-2/+2
* Check clock_getres() for errorsThomas Habets2017-05-081-3/+8
* Merge pull request #23 from ThomDietrich/patch-1Thomas Habets2017-03-151-1/+1
|\
| * Update READMEThomas Dietrich2017-03-141-1/+1
|/
* Up version to 2.18arping-2.18Thomas Habets2017-01-171-1/+1
* Fix Makefile.am typo breaking testsThomas Habets2016-11-231-1/+1
* Make `arping` -w/-W behave like `ping` and `iputils-arping`Thomas Habets2016-11-233-16/+53
* Add fuzzing codeThomas Habets2016-11-235-2/+143
* Merge pull request #21 from tklauser/arping-2.x-clangThomas Habets2016-11-021-3/+3
|\
| * Fix clang [-Wlogical-op-parentheses] warningTobias Klauser2016-11-021-1/+1
| * Fix clang [-Wpointer-sign] warningsTobias Klauser2016-11-021-2/+2
|/
* Up version to 2.17arping-2.17Thomas Habets2016-06-271-1/+1
* test: Check return value of asprintf()Thomas Habets2016-06-271-1/+3
* Add 2016 to copyright year rangeThomas Habets2016-06-271-1/+1
* Add padding to IP and MAC pingsThomas Habets2016-05-081-4/+18
* Check setvbuf() for errorsThomas Habets2015-12-231-1/+5
* Add end of line to some verbose strings.Thomas Habets2015-12-211-3/+3
* Up version to 2.16.arping-2.16Thomas Habets2015-12-071-1/+1
* Added release docs to HACKING.mdThomas Habets2015-12-071-0/+14
* Correct packet testing script comment.Thomas Habets2015-12-071-1/+1
* Fix packet testing script.Thomas Habets2015-12-071-22/+27
* Fix libnet CONST check. Mental note: C is not C++Thomas Habets2015-12-071-2/+2
* Add extra/packets.exp to test generated packets.Thomas Habets2015-11-271-0/+110
* Test exit code correctnessThomas Habets2015-11-271-0/+55
* Detect too many args and bail.Thomas Habets2015-11-271-0/+7