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-18 | 1 | -0/+9 |
| | | | | | | | | | | | | * 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. | ||||
* | Fixed regression in libcurl.m4 | Werner Koch | 2011-09-12 | 1 | -1/+1 |
| | | | | | Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall. | ||||
* | Fixed some autoconf bit rot. | Werner Koch | 2011-08-04 | 1 | -7/+7 |
| | | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I need to fix some wrong call conventions for AC_LANG_PROGRAM. Also factor out an m4 conditional construct from AC_INIT to avoid the "not a literal" warning. | ||||
* | Missing m4 macros | David Shaw | 2006-08-27 | 1 | -0/+239 |