aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_oldhkp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gpgkeys_http.c, gpgkeys_oldhkp.c: Removed.David Shaw2006-04-261-1160/+0
|
* Converted all m_free to xfree etc.Werner Koch2005-07-271-3/+3
|
* * gpgkeys_http.c (get_key), gpgkeys_oldhkp (send_key, get_key,David Shaw2005-06-231-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 Shaw2005-06-221-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 Shaw2005-06-211-1/+7
| | | | | gpgkeys_oldhkp.c (main): Properly handle double slashes in paths.
* * gpgkeys_hkp.c, gpgkeys_oldhkp.c: Add support for HKP servers thatDavid Shaw2005-06-041-9/+19
| | | | | aren't at the root path. Suggested by Jack Bates.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * gpgkeys_hkp.c, gpgkeys_oldhkp.c, ksutil.h: Some minor cleanup andDavid Shaw2005-05-021-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 anyDavid Shaw2005-04-161-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.