aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/certcache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make HKP kyeserver engine work again.Werner Koch2011-12-021-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.
* Initial port to Npth.Marcus Brinkmann2011-10-131-13/+25
|
* Fix dirmngr crash (bug#1300)Werner Koch2011-02-231-1/+4
|
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-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.
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-061-5/+2
| | | | | tests show that it works on W32.
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-4/+4
| | | | | Ported gpgtar to W32.
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-0/+1384
A few code changes to support dirmngr.