aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add code for explicit selection of pooled A records.Werner Koch2011-04-121-0/+1
| | | | | | | | | | | To better cope with round robin pooled A records like keys.gnupg.net we need to keep some information on unresponsive hosts etc. What we do now is to resolve the hostnames, remember them and select a random one. If a host is dead it will be marked and a different one selected. This is intended to solve the problem of long timeouts due to unresponsive hosts. The code is not yet finished but selection works.
* Add framework to print keyserver engine informationWerner Koch2011-02-091-0/+10
|
* Support key fetching using HTTP.Werner Koch2011-02-091-1/+5
| | | | | | A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc
* Add finger support to dirmngr.Werner Koch2011-02-081-0/+3
| | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-)
* All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-0/+2
|
* Keyserver search and get basically works again.Werner Koch2011-01-181-0/+2
|
* Initial code checking for backup - not yet working.Werner Koch2011-01-101-0/+32