Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * gpgkeys_http.c, gpgkeys_oldhkp.c: Removed. | David Shaw | 2006-04-26 | 1 | -1160/+0 |
| | |||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -3/+3 |
| | |||||
* | * gpgkeys_http.c (get_key), gpgkeys_oldhkp (send_key, get_key, | David Shaw | 2005-06-23 | 1 | -3/+3 |
| | | | | | | | search_key): No longer need to pass a proxyauth. * gpgkeys_http.c (get_key): Pass auth outside of the URL. | ||||
* | * gpgkeys_http.c (get_key), gpgkeys_oldhkp.c (send_key, get_key, | David Shaw | 2005-06-22 | 1 | -3/+4 |
| | | | | | | search_key): Fix http_open/http_open_document calls to pass NULL for auth and proxyauth since these programs pass them in the URL. | ||||
* | * gpgkeys_hkp.c (append_path, send_key, get_key, search_key, main), | David Shaw | 2005-06-21 | 1 | -1/+7 |
| | | | | | gpgkeys_oldhkp.c (main): Properly handle double slashes in paths. | ||||
* | * gpgkeys_hkp.c, gpgkeys_oldhkp.c: Add support for HKP servers that | David Shaw | 2005-06-04 | 1 | -9/+19 |
| | | | | | aren't at the root path. Suggested by Jack Bates. | ||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * gpgkeys_hkp.c, gpgkeys_oldhkp.c, ksutil.h: Some minor cleanup and | David Shaw | 2005-05-02 | 1 | -0/+4 |
| | | | | | comments as to the size of MAX_LINE and MAX_URL. | ||||
* | * gpgkeys_curl.c (main): If the http-proxy option is given without any | David Shaw | 2005-04-16 | 1 | -0/+1138 |
arguments, try to get the proxy from the environment. * ksutil.h, ksutil.c (curl_err_to_gpg_err, curl_writer): Copy from gpgkeys_curl.c. * gpgkeys_oldhkp.c: Copy from gpgkeys_hkp.c. |