| Commit message (Expand) | Author | Age | Files | Lines |
* | Recent checkins lost a change to make the liblualib check succeed on | Jörg Mayer | 2006-02-19 | 1 | -0/+5 |
* | Prepare for lua 5.1 | Luis Ontanon | 2006-02-18 | 1 | -28/+50 |
* | lua autofoo: | Jörg Mayer | 2006-02-07 | 1 | -1/+11 |
* | Paolo Abeni | Jörg Mayer | 2006-02-04 | 1 | -0/+157 |
* | It was hard.. but at the end I won (or at least i believe so...). | Luis Ontanon | 2006-01-31 | 1 | -0/+143 |
* | Add PRIX64, as we now use it. | Guy Harris | 2005-09-15 | 1 | -1/+2 |
* | Use "pcap_get_selectable_fd()" if we have it, and if it returns -1, | Guy Harris | 2005-05-12 | 1 | -0/+1 |
* | If we have "pcap_freecode()", use it to free the instructions for a BPF | Guy Harris | 2005-03-23 | 1 | -1/+1 |
* | Don't try to run net-snmp-config if we don't find it. | Guy Harris | 2005-03-20 | 1 | -40/+68 |
* | Fix the display of help information for various --with arguments (for | Guy Harris | 2005-03-17 | 1 | -22/+11 |
* | Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it. | Guy Harris | 2005-03-16 | 1 | -1/+70 |
* | we dont need to link with gssapi.a any more | Ronnie Sahlberg | 2005-03-08 | 1 | -5/+1 |
* | when HEIMDAL is linked with : | Ronnie Sahlberg | 2005-03-08 | 1 | -1/+5 |
* | Dectect MIT-Kerberos as well | Jörg Mayer | 2004-10-15 | 1 | -18/+34 |
* | From Albert Chin: in a test program, include <glibconfig.h> rather than | Guy Harris | 2004-10-12 | 1 | -1/+1 |
* | 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 |