New protocol: PKCS#1 (rfc2313 pplus some extra oid's)
[obnox/wireshark/wip.git] / acinclude.m4
2004-07-25 guyUse the GLib gint64 and guint64 types instead of u_int6...
2004-07-23 jmayerRemove set -/+x - they were added for debugging and...
2004-07-21 jmayerFix the fix to krb5
2004-07-21 jmayerForgotten case: Make krb5 fail if it requires -lcrypto...
2004-07-20 guyAs Joerg Mayer noted, the value of LIBS should be saved...
2004-07-19 guyWhen checking whether we can get "sprint_realloc_objid...
2004-07-18 jmayer- Require --with-ssl=... to be explicitly set to work
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-29 guyIf we can't find the krb5 header or the krb5 code isn...
2004-06-25 jmayerGet rid of a warning with newer auto... tools by proper...
2004-06-19 guyPick up the stuff I did for tcpdump to figure out the...
2004-05-18 jmayerThomas Anders: Pathnames might contain Spaces, krb5...
2004-05-14 jmayerThomas Anders: Add the actual libs to link in case...
2004-05-13 jmayerFix --with-krb5 when given a directory
2004-05-13 jmayerThomas Anders: Don't add library paths twice
2004-04-22 obiotMore correct implementation of the --disable-usr-local...
2004-03-27 jmayerSome aclocal warning fixes during autogen.sh
2004-03-20 jmayerWorkaround for (at least) some RedHat platforms:
2004-03-17 jmayerExperimental Heimdal Kerberos detection.
2004-02-26 guyFrom Albert Chin: libpcap 0.8.1 loads the BPF driver...
2003-12-19 guyThe GNU ADNS library requires whatever libraries are...
2003-12-18 guy"pcap_compile_nopcap()" has a different signature in...
2003-12-17 guyFrom Albert Chin: fix for the following:
2003-12-16 guyFix some typoes in variable names.
2003-12-06 gramFrom Olivier Biot
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-10-14 guyDo the tests for various extra "-L" and "-l" flags...
2003-10-10 guyNot all versions of libpcap have "pcap_compile_nopcap...
2003-10-10 guyFrom Brad Hards: fix two problems:
2003-10-10 guyGet the version number of the libpcap/WinPcap with...
2003-10-10 guyUse "pcap_findalldevs()" if present.
2003-08-31 sharpeAdd support for building with ucd-snmp on RH9.0. We...
2003-08-21 guyNote that the "=DIR" argument to "--with-ssl" and ...
2003-05-04 geraldAdd support for asynchronous DNS updates using the...
2003-02-28 guyCheck for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp...
2003-02-26 guyFrom Pavel Roskin:
2003-02-11 guyFuture releases of libpcap probably won't install ...
2003-01-27 guyCheck "$prefix/include/pcap" before checking "$prefix...
2003-01-21 jmayercjs 2895: Fix configure check to compile with IBM Visua...
2003-01-21 jmayerCheck for pcap in before /usr/local and stop on first hit
2002-12-28 guyMention binary developer's packages, as well as "make...
2002-10-25 guyThe versions of UCD SNMP that we now support all install
2002-07-06 guyFrom Nix:
2002-04-08 guyReplace "--enable-zlib" with "--with-zlib", and have...
2002-03-12 guyGet rid of the "--enable-snmp" option; instead, use...
2002-02-06 guyzlib 1.0.8 - the version that comes with X11 - does...
2002-02-02 guyFrom Heikki Vatiainen:
2002-01-30 guyIPv6 name resolution support on Solaris 8, from Heikki...
2002-01-30 guyXFree86 installed with its own zlib isn't the only...
2002-01-20 geraldRevamp the RPM building process. For versions of rpm...
2002-01-18 guyPut back the check for gzseek() when building with...
2002-01-03 guyFrom Albert Chin: simplify some autoconf code - AC_CHEC...
2001-09-28 guyWe have our own internal versions of "gzgets()" and...
2001-09-20 ashoknRemoved the dependency on gzgetc and gzgets by implemen...
2001-09-17 guyFix from Andy Hood, to remove a bogus extra line.
2001-08-21 guyThe zlib that comes with XFree86 isn't a "mini-zlib...
2001-08-18 guyIf there's no "zlib.h" header, we won't be using zlib...
2001-07-27 guyLink with $SOCKET_LIBS and $NSL_LIBS, as well as with...
2001-07-27 guyFix AC_ETHEREAL_PCAP_CHECK so that, if a directory...
2001-07-09 guyAutoconf support for glibc IPv6 support, from Pekka...
2001-06-27 guyReplace "--enable-pcap" with "--with-pcap", and if...
2001-05-23 guyUpdated SSL tests, from Andy Hood.
2001-05-22 guyAccording to the autoconf documentation, you're not...
2001-05-22 guyCleanups to the "--with-ssl" configuration option,...
2001-05-11 guyUpdates for the current CVS version of autoconf, from...
2001-04-19 guyFix up the messages printed for the SSL checks - AC_MSG...
2001-01-18 guyChanges to look for SSL library for those who have...
2000-01-21 guyAdd "-L" flags to LDFLAGS, not LIBS, and get rid of...
2000-01-15 guyRename "save_LIBS" to "ethereal_save_LIBS", to reduce...
2000-01-15 guyAs we're not using the default action for AC_CHECK_LIB in
2000-01-15 guyArrange that, on Solaris, we link with "-lkstat" if...
2000-01-15 guyTethereal needs the same set of additional objects...
1999-11-30 gramFixed output in AC_ETHEREAL_UCDSNMP_CHECK. AC_MSG_CHECK...
1999-11-29 guyDuh. If you say you're going to check for "gzgets...
1999-11-29 guyOf the "zlib" functions we use that aren't in all versi...
1999-11-29 guyDon't add compressed-file-reading support unless "gzope...
1999-11-11 guyChange my e-mail address to the forwarding address...
1999-10-21 gramAdded Nathan's UCD SNMP patch.
1999-10-12 guyJun-ichiro itojun Hagino's changes for IPv6 extension...
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-20 guyLine up the "configure --help" message for "--with...
1999-09-09 guyExpand the message printed if "configure" can't find...
1999-09-01 guyBert Driehuis' patch to add a "--with-ucdsnmp" option...
1999-08-31 guyBert Driehuis' patch to handle "libpcap" stuff being...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1998-11-17 guyAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...