]> The Tcpdump Group git mirrors - tcpdump/history - configure
Don't check for libcrypto if we don't have openssl/crypto.h.
[tcpdump] / configure
2017-05-14  Guy HarrisDon't check for libcrypto if we don't have openssl... tcpdump-4.7
2015-03-09  Michael RichardsonMerge remote-tracking branch 'origin/tcpdump_4_7_cve...
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-03-02  Guy HarrisC compilers can, and some do, optimize away pointer...
2015-02-15  Francois-Xavier... configure: add support for cap-ng package
2015-02-12  Guy HarrisMerge pull request #429 from mkirkhart/inverse-arp...
2015-02-10  Guy HarrisUse immediate mode if available.
2015-02-10  Guy HarrisMove pcap function checks to configure.in.
2014-12-19  Guy HarrisAssume non-buggy getaddrinfo() when cross-compiling.
2014-12-19  Guy HarrisRegenerate configure script.
2014-11-11  Guy HarrisMerge pull request #411 from jessegross/geneve
2014-11-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-11-06  Guy HarrisRegenerate configure script.
2014-10-01  Guy HarrisLeave it up to ip6_print() to handle non-IPv6-capable...
2014-09-06  Denis OvsienkoMerge pull request #404 from qnet-herwin/print_radius_tag
2014-09-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-09-03  Michael Richardsonthese changes to aclocal let tcpdump, when build out...
2014-08-31  Guy HarrisDocument --with-sandbox-capsicum.
2014-08-31  Guy HarrisClean up configure check for libsmi.
2014-07-19  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-07-10  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-07-10  Loganaden VelvindronAdd support for FreeBSD capsicum sandboxing.
2014-06-25  Guy HarrisAllow builds if libpcap doesn't have pcap_set_tstamp_pr...
2014-06-25  Guy HarrisMerge pull request #377 from msekletar/master
2014-05-19  Guy HarrisCheck for pcap_free_datalinks().
2014-05-03  Guy HarrisDon't care about the Linux kernel version number.
2014-04-30  Guy HarrisUse getopt_long().
2014-04-23  Guy HarrisWe still need u_intN_t.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-02-03  Guy HarrisUse the new libpcap <pcap/nflog.h> for NFLOG definition...
2014-01-17  Guy HarrisCheck for compiling for IPv6; don't check whether we...
2014-01-17  Guy HarrisWe're not using struct sockaddr_storage any more, so...
2014-01-16  Guy HarrisUse AC_CHECK_TOOL to find ar.
2013-10-21  Guy HarrisAdd -g3 on some platforms even if .devel isn't present.
2013-10-18  Guy HarrisExplain why we set -xansi -signed for MIPS C.
2013-10-18  Guy HarrisWe no longer use the GCC version, so don't fetch it.
2013-10-18  Guy HarrisWith .devel, add -g3 for MIPS C and DEC C.
2013-10-17  Guy HarrisClean up handling of -g and -O flags.
2013-07-02  Michael RichardsonMerge pull request #324 from lykkja/geonet_and_calmfast
2013-06-23  Guy HarrisFix build issues with the OpenFlow printer on some...
2013-06-22  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2013-06-22  Guy HarrisAvoid some warnings from Sun C.
2013-05-31  Michael RichardsonMerge remote-tracking branch 'mcrhub/master'
2013-05-13  Guy HarrisMerge remote-tracking branch 'tcpdump/master'
2013-05-12  Guy HarrisAC_SUBST doesn't take a list of macros to substitute.
2013-05-12  Guy HarrisUpdate a comment.
2013-05-12  Guy HarrisGet rid of acconfig.h.
2013-05-12  Guy HarrisGit produces no useful revision information; don't...
2013-05-12  Guy HarrisRequire autoconf 2.61 as a minimum, and eliminate stuff...
2013-05-12  Guy HarrisHP C isn't the only compiler on which we must avoid...
2013-05-10  Denis OvsienkoMerge pull request #310 from ffatghub/master
2013-05-08  Guy HarrisSupport dependency generation with some non-GCC compilers.
2013-05-08  Guy HarrisGet rid of extra blank line.
2013-05-08  Guy HarrisDon't try -W flags with HP's C compiler.
2013-05-07  Guy HarrisWith .devel, use -W flags iff the compiler supports...
2013-04-06  Guy HarrisCheck for extra networking libraries before checking...
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2013-02-07  Ajith AdapaMerge remote branch 'upstream/master'
2012-10-14  Michael RichardsonMerge pull request #28 from wxsBSD/master
2012-10-14  Michael RichardsonMerge pull request #32 from msabramo/travis
2012-10-14  Michael RichardsonMerge pull request #35 from msabramo/configure_libcrypto
2012-10-13  Marc AbramowitzSimplify the detection of OpenSSL libcrypto by using...
2012-03-06  Bill FennerMerge remote-tracking branch 'upstream/master'
2012-03-05  Guy HarrisFix the other typo, so setting CPPFLAGS in the environm...
2012-03-04  Guy HarrisAsk for the libpcap Makefile while we're at it.
2012-03-03  Guy HarrisFix typo, so setting CPPFLAGS in the environment works...
2012-03-03  Guy HarrisAsk for more information if we don't find pcap_loop.
2012-03-01  Guy HarrisBack out DLT_PFSYNC support.
2012-02-29  Guy HarrisAdd DLT_PFSYNC support.
2011-09-13  Michael RichardsonMerge pull request #1 from jhsmt/master
2011-09-03  Guy HarrisHandle systems with getrpcbynumber() but no header...
2011-08-27  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-08-14  Guy HarrisDon't compile print-babel.c if we don't have IPv6 support.
2011-04-27  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-04-04  Guy HarrisInclude <tcpdump-stdinc.h> when checking for headers.
2011-04-04  Guy HarrisExpand srcdir in V_INCLS at configure time, not make...
2011-04-04  Guy HarrisFix one place where we didn't save and restore CPPFLAGS...
2011-04-04  Guy HarrisCheck for uudecode at make time by uudecoding a uuencod...
2011-04-03  Guy HarrisDon't assume uudecode supports a --help option; not...
2011-02-01  Guy HarrisAnd another quoting of AC_LANG_SOURCE.
2011-02-01  Guy HarrisPut the call to AC_LANG_SOURCE in AC_C___ATTRIBUTE__...
2011-02-01  Guy HarrisGet rid of unnecessary configure script tests and missi...
2011-01-27  Guy HarrisFix e-mail address for tcpdump-workers.
2011-01-23  Guy HarrisPoint people to the autoconf documentation on shell...
2011-01-23  Guy HarrisHandle POSIX quoting rules.
2010-12-31  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-12-01  Guy HarrisAdd support for nommu systems.
2010-12-01  Mike FrysingerUse AC_PATH_TOOL, not AC_PATH_PROG, to find pcap-config.
2010-11-14  Guy HarrisMake sure we can link with libpcap.
2010-08-23  Guy HarrisAdd support for setting the time stamp type for a capture.
2010-05-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-04-16  Guy HarrisAdd a comment to the AC_DEFINE for _SUN, matching what...
2010-04-06  Guy HarrisBuild fat appropriately for Leopard.
2010-04-04  Guy HarrisDon't define any of the SIZEOF_ values.
2010-04-04  Guy HarrisFix check for Snow Leopard.
2010-04-04  Guy HarrisBuild universal on OS X by default; add an option to...
2010-04-02  Guy HarrisRe-generate configure script.
2010-04-02  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-04-01  Guy HarrisAdd a --with-arch-flags configuration option to specify...
next