summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try lo0 if lo doesn't workmacfixThomas Habets2021-05-081-1/+11
* Add more verbosity to lookupdevThomas Habets2021-04-281-0/+26
* Initialize libnet later, and less 'wildly'Thomas Habets2021-04-281-16/+30
* unit tests: Remove test registry code in favour of code duplication.Thomas Habets2021-01-201-47/+41
* Add stuff to .gitignoreThomas Habets2020-09-101-0/+25
* Include header files that should be thereThomas Habets2020-09-101-0/+2
* Add LSP build stuffThomas Habets2020-09-101-0/+5
* Up version to 2.21arping-2.21Thomas Habets2020-03-081-1/+1
* Fix some format strings for ssize_tThomas Habets2020-01-031-5/+5
* Remove use of random() where possibleThomas Habets2019-12-201-1/+21
* Add timestamp and magic suffix as payload to mac ping (ICMP PING)Thomas Habets2019-12-202-5/+77
* More verbosity in pingmac, and check icmp codeThomas Habets2019-12-191-1/+35
* Set length in IPv4 header to include paddingThomas Habets2019-12-191-1/+2
* Clarify that libnet 1.1 and newer is OK, not just 1.1.xThomas Habets2019-11-233-18/+10
* Check signal() return codeThomas Habets2019-11-121-1/+5
* Add some ifdefs for portabilityThomas Habets2019-11-071-0/+12
* Fix libnet paths in build-test.shThomas Habets2019-11-071-1/+8
* Add extra/build-test.shThomas Habets2019-11-071-0/+13
* Error on deprecated codeThomas Habets2019-11-071-0/+2
* Allow EXTRA_CFLAGSThomas Habets2019-11-071-0/+1
* Use pcap_findalldevs() when available instead of pcap_lookupdev()Thomas Habets2019-11-072-1/+48
* Switch from rand() to random()Thomas Habets2019-11-011-1/+1
* Suppress linter warning about loss of fractionThomas Habets2019-11-011-1/+1
* Alloc a whole libnet_t in mockThomas Habets2019-11-011-2/+2
* Explicit cast to satisfy coverityThomas Habets2019-11-011-1/+1
* Clarify logic of 'is parm given', hopefully satisfying coverityThomas Habets2019-11-011-1/+1
* Alloc a whole libnet_t in mockThomas Habets2019-11-011-1/+1
* chdir('/') after chroot()Thomas Habets2019-11-011-0/+6
* Add notes on coding styleThomas Habets2019-10-241-0/+12
* Quiet pedantic compiler warningsThomas Habets2019-10-181-1/+4
* Update list of tested systemsThomas Habets2019-09-221-6/+6
* 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