summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fixing with the build systemThomas Habets2009-09-301-1/+0
* Moved build system around a bitThomas Habets2009-09-301-0/+12
* autoconf: check for uintX_tThomas Habets2009-09-301-0/+4
* Build stuff, and added --help for extended helpThomas Habets2009-09-201-0/+5
* Check for -lsocket and -lnsl before -lnet. (Solaris compile fix)Thomas Habets2009-09-201-7/+2
* autoconf: make sure libpcap existsThomas Habets2009-09-201-6/+5
* Make sure libnet exists and is 1.1.xThomas Habets2009-09-201-2/+14
* Actual working autotools build systemThomas Habets2009-09-201-7/+7
* Added AM_ macros to configure.acThomas Habets2009-09-201-0/+3
* Start of autoconf build systemThomas Habets2009-09-201-0/+48