aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_http.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key,David Shaw2004-08-231-4/+0
| | | | | | search_key), gpgkeys_http.c (get_key): Do not give informational logs since this is now done inside gpg.
* * gpgkeys_http.c: General polish and removal of leftover stuff fromDavid Shaw2004-05-261-31/+21
| | | | | gpgkeys_hkp.c.
* * gpgkeys_http.c (get_key): Cosmetic fix - make sure that URLs with noDavid Shaw2004-05-221-4/+4
| | | | | path use a path of "/".
* * gpgkeys_http.c: New program to do a simple HTTP file fetch using theDavid Shaw2004-05-201-0/+381
keyserver interface. * Makefile.am: Build it.