aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/certcache.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Make HKP kyeserver engine work again.Werner Koch1-3/+2
We had some debug code here which prevented it from working. The host selection code still needs a review! * ks-engine-http.c (ks_http_help): Do not print help for hkp. * ks-engine-hkp.c (ks_hkp_help): Print help only for hkp. (send_request): Remove test code. (map_host): Use xtrymalloc. * certcache.c (classify_pattern): Remove unused variable and make explicit substring search work.
2011-11-24Make HKP keyserver engine work again.Werner Koch1-3/+2
We had some debug code here which prevented it from working. The host selection code still needs a review! * ks-engine-http.c (ks_http_help): Do not print help for hkp. * ks-engine-hkp.c (ks_hkp_help): Print help only for hkp. (send_request): Remove test code. (map_host): Use xtrymalloc. * certcache.c (classify_pattern): Remove unused variable and make explicit substring search work.
2011-11-24Make HKP kyeserver engine work again.Werner Koch1-3/+2
We had some debug code here which prevented it from working. The host selection code still needs a review! * ks-engine-http.c (ks_http_help): Do not print help for hkp. * ks-engine-hkp.c (ks_hkp_help): Print help only for hkp. (send_request): Remove test code. (map_host): Use xtrymalloc. * certcache.c (classify_pattern): Remove unused variable and make explicit substring search work.
2011-10-13Initial port to Npth.Marcus Brinkmann1-13/+25
2011-02-23Fix dirmngr crash (bug#1300)Werner Koch1-1/+4
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-45/+44
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-5/+2
tests show that it works on W32.
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-4/+4
Ported gpgtar to W32.
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+1384
A few code changes to support dirmngr.