| Commit message (Expand) | Author | Age | Files | Lines |
* | Pick up the stuff I did for tcpdump to figure out the right strings to | Guy Harris | 2004-06-19 | 1 | -1/+43 |
* | Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATH | Jörg Mayer | 2004-05-18 | 1 | -5/+5 |
* | Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/path | Jörg Mayer | 2004-05-14 | 1 | -1/+2 |
* | Fix --with-krb5 when given a directory | Jörg Mayer | 2004-05-13 | 1 | -3/+2 |
* | Thomas Anders: Don't add library paths twice | Jörg Mayer | 2004-05-13 | 1 | -7/+9 |
* | More correct implementation of the --disable-usr-local option. | Olivier Biot | 2004-04-22 | 1 | -2/+6 |
* | Some aclocal warning fixes during autogen.sh | Jörg Mayer | 2004-03-27 | 1 | -14/+14 |
* | Workaround for (at least) some RedHat platforms: | Jörg Mayer | 2004-03-20 | 1 | -1/+11 |
* | Experimental Heimdal Kerberos detection. | Jörg Mayer | 2004-03-17 | 1 | -1/+118 |
* | From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to do | Guy Harris | 2004-02-26 | 1 | -3/+23 |
* | The GNU ADNS library requires whatever libraries are needed for socket | Guy Harris | 2003-12-19 | 1 | -2/+2 |
* | "pcap_compile_nopcap()" has a different signature in recent NetBSD | Guy Harris | 2003-12-18 | 1 | -2/+2 |
* | From Albert Chin: fix for the following: | Guy Harris | 2003-12-17 | 1 | -7/+11 |
* | Fix some typoes in variable names. | Guy Harris | 2003-12-16 | 1 | -5/+5 |
* | From Olivier Biot | Gilbert Ramirez | 2003-12-06 | 1 | -1/+103 |
* | Based on a patch from Brian Fundakowski Feldman, add support for setting | Guy Harris | 2003-11-01 | 1 | -1/+3 |
* | Do the tests for various extra "-L" and "-l" flags that might be needed | Guy Harris | 2003-10-14 | 1 | -35/+30 |
* | Not all versions of libpcap have "pcap_compile_nopcap()"; use it only if | Guy Harris | 2003-10-10 | 1 | -2/+2 |
* | From Brad Hards: fix two problems: | Guy Harris | 2003-10-10 | 1 | -1/+2 |
* | Get the version number of the libpcap/WinPcap with which we're running | Guy Harris | 2003-10-10 | 1 | -2/+2 |
* | Use "pcap_findalldevs()" if present. | Guy Harris | 2003-10-10 | 1 | -11/+8 |
* | Add support for building with ucd-snmp on RH9.0. We need to link with | Richard Sharpe | 2003-08-31 | 1 | -21/+25 |
* | Note that the "=DIR" argument to "--with-ssl" and "--with-adns" is | Guy Harris | 2003-08-21 | 1 | -3/+9 |
* | Add support for asynchronous DNS updates using the GNU ADNS library. | Gerald Combs | 2003-05-04 | 1 | -1/+40 |
* | Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don't | Guy Harris | 2003-02-28 | 1 | -4/+4 |
* | From Pavel Roskin: | Guy Harris | 2003-02-26 | 1 | -7/+8 |
* | Future releases of libpcap probably won't install <net/bpf.h>, so we | Guy Harris | 2003-02-11 | 1 | -6/+4 |
* | Check "$prefix/include/pcap" before checking "$prefix/include" for | Guy Harris | 2003-01-27 | 1 | -3/+5 |
* | cjs 2895: Fix configure check to compile with IBM Visual Age C compiler | Jörg Mayer | 2003-01-21 | 1 | -9/+7 |
* | Check for pcap in before /usr/local and stop on first hit | Jörg Mayer | 2003-01-21 | 1 | -3/+8 |
* | Mention binary developer's packages, as well as "make install-incl", in | Guy Harris | 2002-12-28 | 1 | -2/+5 |
* | The versions of UCD SNMP that we now support all install | Guy Harris | 2002-10-25 | 1 | -8/+1 |
* | From Nix: | Guy Harris | 2002-07-06 | 1 | -3/+5 |
* | Replace "--enable-zlib" with "--with-zlib", and have it take an optional | Guy Harris | 2002-04-08 | 1 | -5/+86 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -36/+86 |
* | zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", | Guy Harris | 2002-02-06 | 1 | -14/+25 |
* | From Heikki Vatiainen: | Guy Harris | 2002-02-02 | 1 | -1/+17 |
* | IPv6 name resolution support on Solaris 8, from Heikki Vatiainen. | Guy Harris | 2002-01-30 | 1 | -2/+9 |
* | XFree86 installed with its own zlib isn't the only reason why an old | Guy Harris | 2002-01-30 | 1 | -2/+2 |
* | Revamp the RPM building process. For versions of rpm that support | Gerald Combs | 2002-01-20 | 1 | -1/+21 |
* | Put back the check for gzseek() when building with the GTK+ build flags | Guy Harris | 2002-01-18 | 1 | -4/+38 |
* | From Albert Chin: simplify some autoconf code - AC_CHECK_FUNC can, by | Guy Harris | 2002-01-03 | 1 | -9/+5 |
* | We have our own internal versions of "gzgets()" and "gzgetc()", so we | Guy Harris | 2001-09-28 | 1 | -6/+5 |
* | Removed the dependency on gzgetc and gzgets by implementing internal | Ashok Narayanan | 2001-09-20 | 1 | -32/+1 |
* | Fix from Andy Hood, to remove a bogus extra line. | Guy Harris | 2001-09-17 | 1 | -2/+1 |
* | The zlib that comes with XFree86 isn't a "mini-zlib", it's an older | Guy Harris | 2001-08-21 | 1 | -7/+11 |
* | If there's no "zlib.h" header, we won't be using zlib, so don't bother | Guy Harris | 2001-08-18 | 1 | -10/+47 |
* | Link with $SOCKET_LIBS and $NSL_LIBS, as well as with $PCAP_LIBS, when | Guy Harris | 2001-07-27 | 1 | -2/+2 |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -5/+38 |
* | Autoconf support for glibc IPv6 support, from Pekka Savola. | Guy Harris | 2001-07-09 | 1 | -2/+12 |