Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 1447: Pass proper Host header and SNI when SRV is used with curl. | David Shaw | 2012-12-19 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | * configure.ac: Check for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. * keyserver/gpgkeys_hkp.c (main, srv_replace): Call getaddrinfo() on each target. Once we find one that resolves to an address (whether IPv4 or IPv6), pass it into libcurl via CURLOPT_RESOLVE using the SRV name as the "host". Force the HTTP Host header to be the same. Backported from 6b1f71055ebab36989e2089cfde319d2ba40ada7 * keyserver/gpgkeys_hkp.c (main): Only default try-dns-srv to on if we have SRV support in the first place. Backported from 732f3d1d4786239db5f31f82cc04ec79326cc13c | ||||
* | Fixed some autoconf bit rot. | Werner Koch | 2011-08-09 | 1 | -6/+6 |
| | | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning. | ||||
* | * libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape(). | David Shaw | 2007-01-16 | 1 | -7/+29 |
| | | | | | | Replace with curl_escape() and curl_unescape() if libcurl doesn't have it. | ||||
* | * libcurl.m4: Fix mistaken AC_SUBST when curl is not found. | David Shaw | 2006-05-10 | 1 | -1/+4 |
| | |||||
* | * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines. | David Shaw | 2006-01-17 | 1 | -6/+9 |
| | |||||
* | * libcurl.m4: Remove GOPHER, as that is not supported in libcurl any | David Shaw | 2006-01-16 | 1 | -4/+3 |
| | | | | | longer. | ||||
* | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 2005-08-05 | 1 | -8/+10 |
| | | | | | | | | | | | | search towards the given path for includes and libraries. Noted by Jason Harris. * Makefile.am: Distribute tar-ustar.m4. * libcurl.m4: If a PATH is given to --with-libcurl, look for curl-config in that path. Bias directory search towards the given path for includes and libraries. | ||||
* | CURLINFO_NOW -> CURLVERSION_NOW | David Shaw | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | Typo. | David Shaw | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). | David Shaw | 2005-07-20 | 1 | -2/+4 |
| | |||||
* | * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has a | David Shaw | 2005-06-22 | 1 | -3/+4 |
| | | | | | clean curl-config. | ||||
* | * libcurl.m4: Add a check for curl_free() since older versions of | David Shaw | 2005-04-24 | 1 | -1/+19 |
| | | | | | libcurl don't have it. Substitute free() as an alternative. | ||||
* | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build | David Shaw | 2005-03-01 | 1 | -4/+4 |
| | | | | | problems on Mingw32. | ||||
* | * libcurl.m4: More comments. | David Shaw | 2005-02-04 | 1 | -7/+1 |
| | |||||
* | * libcurl.m4: All versions of curl-config support --feature. | David Shaw | 2005-01-25 | 1 | -4/+5 |
| | |||||
* | * libcurl.m4: Note that FTPS existed, but wasn't fully | David Shaw | 2005-01-22 | 1 | -14/+33 |
| | | | | | standards-compliant until version 7.11.0. | ||||
* | * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to match | David Shaw | 2005-01-18 | 1 | -5/+5 |
| | | | | | automake syntax. | ||||
* | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 2004-12-24 | 1 | -67/+171 |
| | | | | | | | libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4. | ||||
* | * libcurl.m4: OSX has a problem with their curl-config script. | David Shaw | 2004-12-23 | 1 | -0/+9 |
| | |||||
* | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 2004-12-23 | 1 | -8/+20 |
| | | | | | | | | | rl_catch_signals. * libcurl.m4: Don't require curl-config to be present since it seems some binary packages don't include it. Allow users to specify LIBCURL and LIBCURL_INCLUDES for us. | ||||
* | * libcurl.m4: Be much more strict with libcurl by trying to compile and | David Shaw | 2004-12-22 | 1 | -1/+32 |
| | | | | | link a test program that uses the features that we need. | ||||
* | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 2004-12-21 | 1 | -0/+41 |