summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion warnings for -CThomas Habets2022-10-301-1/+1
* Add -Wconversion to --enable-warningsThomas Habets2022-10-301-1/+1
* configure: Make --disable-seccomp actually workThomas Habets2022-05-251-3/+7
* Up version to 2.23arping-2.23Thomas Habets2022-03-061-1/+1
* configure: error out if default seccomp requested but not presentThomas Habets2021-12-261-0/+3
* Add seccomp to drop syscall access before receiving any packetsThomas Habets2021-12-091-1/+8
* Up version to 2.22arping-2.22Thomas Habets2021-06-271-1/+1
* Up version to 2.21arping-2.21Thomas Habets2020-03-081-1/+1
* Add timestamp and magic suffix as payload to mac ping (ICMP PING)Thomas Habets2019-12-201-1/+2
* Clarify that libnet 1.1 and newer is OK, not just 1.1.xThomas Habets2019-11-231-1/+1
* Use pcap_findalldevs() when available instead of pcap_lookupdev()Thomas Habets2019-11-071-1/+1
* Up version to 2.20arping-2.20Thomas Habets2019-08-181-1/+1
* Use unveil(2) and pledge(2) to drop more privileges, where availableThomas Habets2019-07-311-1/+2
* Increase shell compat of configure.acThomas Habets2019-07-311-1/+1
* _BSD_SOURCE->_DEFAULT_SOURCE as the former is deprecatedThomas Habets2019-01-061-1/+1
* Compile without any warning hardened and with C99Thomas Habets2019-01-061-0/+17
* 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
* Up version to 2.19arping-2.19Thomas Habets2017-07-091-1/+1
* Up version to 2.18arping-2.18Thomas Habets2017-01-171-1/+1
* Up version to 2.17arping-2.17Thomas Habets2016-06-271-1/+1
* Up version to 2.16.arping-2.16Thomas Habets2015-12-071-1/+1
* Fix libnet CONST check. Mental note: C is not C++Thomas Habets2015-12-071-2/+2
* Detect if libnet_addr2name4 takes const char* addrThomas Habets2015-11-261-0/+15
* Check if `libnet_init()` takes const for device.Thomas Habets2015-11-251-0/+14
* Conditionally include grp.h and sys/param.h.Thomas Habets2015-04-221-0/+2
* Up version to 2.15.arping-2.15Thomas Habets2015-01-101-1/+1
* Add option -m to allow setting timestamp type.Thomas Habets2014-12-051-1/+1
* Use pcap_set_immediate_mode() to remove buffering delay.Thomas Habets2014-12-051-1/+1
* Use pcap_create() instead of pcap_open_live(), when available.Thomas Habets2014-12-051-1/+1
* Up version to 2.14.arping-2.14Thomas Habets2014-06-291-1/+1
* Drop privileges, where possible.Thomas Habets2014-06-171-1/+4
* Up version to 2.13arping-2.13Thomas Habets2012-12-291-1/+1
* Upped version to 2.12arping-2.12Thomas Habets2012-07-011-1/+1
* Link with libm (math) if needed for sqrt.Thomas Habets2012-03-121-0/+1
* Upped version to 2.11Thomas Habets2012-03-121-1/+1
* Upped version to 2.10arping-2.10Thomas Habets2012-02-261-1/+1
* Updated contact email thomas@habets.pp.se -> thomas@habets.seThomas Habets2011-11-031-1/+1
* Added getifaddrs() and native BSD versions of findif.Thomas Habets2011-11-011-12/+20
* Find CLOCK_MONOTONIC on OpenBSDThomas Habets2011-11-011-0/+1
* Merge from mainlineThomas Habets2011-11-011-1/+26
|\
| * used bsd interface-finding code on MacOSX tooThomas Habets2010-09-061-1/+1
| * Use monotonic clock to time out waiting for a replyThomas Habets2010-09-051-0/+25
* | changed ping_recv_unix to use clock_gettime() instead of gettimeofday()Thomas Habets2010-04-021-0/+1
|/
* upped version to 2.09Thomas Habets2010-03-311-1/+1
* libnet.h is not optional. error out if ENOEXISTThomas Habets2009-10-061-0/+5
* Solaris has route get like BSDThomas Habets2009-09-301-1/+1
* Compile fix for FreeBSDThomas Habets2009-09-301-2/+4
* Turns out config.guess and config.sub are needed after allThomas Habets2009-09-301-1/+1