Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -1/+1 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | * curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt, | David Shaw | 2006-02-22 | 1 | -1/+1 |
| | | | | | curl_easy_perform): Mingw has 'stderr' as a macro? | ||||
* | * curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt, | David Shaw | 2006-02-21 | 1 | -1/+3 |
| | | | | | | curl_easy_perform): Add CURLOPT_VERBOSE and CURLOPT_STDERR for easier debugging. | ||||
* | * gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show | David Shaw | 2005-08-04 | 1 | -0/+1 |
| | | | | | version of curl (or curl-shim) when debug is set. | ||||
* | * gpgkeys_curl.c (get_key, main): Don't try and be smart about what | David Shaw | 2005-07-20 | 1 | -0/+1 |
| | | | | | | | | | | | protocols we handle. Directly pass them to curl or fake-curl and see if an error comes back. * curl-shim.h, curl-shim.c (handle_error), ksutil.c (curl_err_to_gpg_err): Add support for CURLE_UNSUPPORTED_PROTOCOL in fake curl. * Makefile.am: Don't need -DFAKE_CURL any longer since it's in config.h. | ||||
* | * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add | David Shaw | 2005-06-23 | 1 | -0/+2 |
| | | | | | CURLOPT_USERPWD option for HTTP auth. | ||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt, | David Shaw | 2005-04-17 | 1 | -4/+15 |
| | | | | | curl_easy_perform): Add POST functionality to the curl shim. | ||||
* | * curl-shim.h, curl-shim.c (curl_escape, curl_free): Emulate | David Shaw | 2005-04-17 | 1 | -0/+2 |
| | | | | | curl_escape and curl_free. | ||||
* | * curl-shim.c (curl_easy_perform): Fix compile warning. | David Shaw | 2005-02-12 | 1 | -1/+2 |
| | | | | | | * curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert. | ||||
* | * curl-shim.h, curl-shim.c: New. This is code to fake the curl API in | David Shaw | 2005-02-11 | 1 | -0/+71 |
terms of the current HTTP iobuf API. * gpgkeys_curl.c [FAKE_CURL], Makefile.am: If FAKE_CURL is set, link with the iobuf code rather than libcurl. |