| Commit message (Expand) | Author | Age | Files | Lines |
* | At least on Suse, the linking flags are obtained via krb5-config --libs, | Jörg Mayer | 2004-09-30 | 1 | -1/+2 |
* | Use the right name in the Checking... messages. | Guy Harris | 2004-09-29 | 1 | -2/+2 |
* | Put back the $KRB4_CONFIG call to set KRB5_LIBS. | Guy Harris | 2004-09-29 | 1 | -1/+2 |
* | When testing whether the Heimdal library has krb5_kt_resolve (and | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | If, when checking whether the Kerberos library is Heimdal or not, we | Guy Harris | 2004-09-28 | 1 | -1/+1 |
* | If the user specified --with-krb5 but we don't have a usable Kerberos | Guy Harris | 2004-09-28 | 1 | -10/+38 |
* | Explicitly indicate when we're doing tests to see if UCD SNMP contains | Guy Harris | 2004-09-26 | 1 | -0/+8 |
* | In the SNMP tests, we're using AC_TRY_LINK to avoid caching the results | Guy Harris | 2004-09-26 | 1 | -46/+77 |
* | Clean up a bunch of cruft in --with-ssl; make it more resemble other | Guy Harris | 2004-09-26 | 1 | -73/+37 |
* | Explicitly test whether we need -lresolv in order to link with -lkrb5. | Guy Harris | 2004-09-26 | 1 | -53/+57 |
* | For annoying licensing reasons, we don't want to use -lcrypto unless the | Guy Harris | 2004-09-25 | 1 | -7/+22 |
* | Don't just add "-lresolv" to KRB5_LIBS if it's missing - on some | Guy Harris | 2004-09-25 | 1 | -10/+20 |
* | From Marten Svantesson: according to Tomas Anders, all versions of Heimdal | Guy Harris | 2004-09-06 | 1 | -2/+2 |
* | Fix a typo. | Guy Harris | 2004-08-16 | 1 | -1/+1 |
* | For "pcap_findalldevs()", don't assume that just because it's in -lpcap | Guy Harris | 2004-08-16 | 1 | -3/+51 |
* | Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t, | Guy Harris | 2004-07-25 | 1 | -1/+2 |
* | Remove set -/+x - they were added for debugging and not intended for commit | Jörg Mayer | 2004-07-23 | 1 | -2/+0 |
* | Fix the fix to krb5 | Jörg Mayer | 2004-07-21 | 1 | -1/+4 |
* | Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ... | Jörg Mayer | 2004-07-21 | 1 | -1/+1 |
* | As Joerg Mayer noted, the value of LIBS should be saved outside the | Guy Harris | 2004-07-20 | 1 | -1/+1 |
* | When checking whether we can get "sprint_realloc_objid()" from the SNMP | Guy Harris | 2004-07-19 | 1 | -1/+3 |
* | - Require --with-ssl=... to be explicitly set to work | Jörg Mayer | 2004-07-18 | 1 | -24/+49 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | If we can't find the krb5 header or the krb5 code isn't Heimdal, clear | Guy Harris | 2004-06-29 | 1 | -2/+3 |
* | Get rid of a warning with newer auto... tools by proper quoting. | Jörg Mayer | 2004-06-25 | 1 | -2/+2 |
* | 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 |