aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-1591/+0
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-11-24Make HKP keyserver engine work again.Werner Koch1-0/+10
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-0/+10
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-06-01ddMarcus Brinkmann1-0/+5
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-0/+6
Since 2009-12-08 gpg was not able to find email addresses indicated by a leading '<'. This happened when I merged the user id classification code of gpgsm and gpg.
2011-04-12Add code for explicit selection of pooled A records.Werner Koch1-0/+10
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.
2011-02-23Fix dirmngr crash (bug#1300)Werner Koch1-0/+5
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch1-1/+1
The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent.
2011-02-09Add framework to print keyserver engine informationWerner Koch1-0/+10
2011-02-09Support key fetching using HTTP.Werner Koch1-0/+8
A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc
2011-02-08Add finger support to dirmngr.Werner Koch1-0/+6
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 ;-)
2011-02-03Fix test for gcry_pk_get_curve.Werner Koch1-0/+4
Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line.
2011-01-25Fix setting of default homedir for WinceWerner Koch1-0/+2
Accidentally used == for assignment. Not a problem in our test environment because we use /gnupg as home directory anyway.
2011-01-25Make dirmngr more battery friendly.Werner Koch1-0/+8
Similar to gpg-agent, dirmngr's wait timeouts are now synced to the full second. Increased ldap helper thread timeout to 2 seconds. Nuked some white spaces.
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-6/+2
2011-01-19Use estream for dirmngr's --gpgconf-list.Werner Koch1-0/+4
Change insalled name of gpg2 for Wince.
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-1/+19
2010-12-14Tweaks for gpgconf.Werner Koch1-0/+7
Fixed dirmngr bug 1010.
2010-12-14Change --dameon home directory to /gnupg under WinceWerner Koch1-0/+4
2010-12-09Change dirmngr timer under W32CE.Werner Koch1-0/+4
Fix trustdb open problem under W32CE.
2010-11-23Change stack size for Wince.Werner Koch1-0/+5
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-10-21Translate dirmngr stringsWerner Koch1-0/+4
2010-10-15Tweaks to make make distcheck work.Werner Koch1-0/+4
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+4
A couple of forward ported changes. Doc updates.
2010-08-13Minor Makefile fixes to let it build on all platformsWerner Koch1-0/+2
2010-08-13Fixed LDAP access on CEWerner Koch1-0/+8
2010-08-12Fix dirmngr problems on CE.Werner Koch1-1/+10
Add new dirmngr commands. Minor other fixes.
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-0/+21
tests show that it works on W32.
2010-08-03Fix regressions on POSIXWerner Koch1-0/+5
-This line, and those below, will be ignored-- M dirmngr/dirmngr_ldap.c M dirmngr/ChangeLog
2010-08-02Add code for a threaded LDAP access to replace the wrapper process.Werner Koch1-0/+5
Currently used for W32 and W32CE.
2010-07-26Some work on the dirmngrWerner Koch1-0/+13
2010-07-24Add new set_binary feature to estreamWerner Koch1-0/+5
2010-07-23Some work on the dirmngrWerner Koch1-0/+20
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-0/+23
Ported gpgtar to W32.
2010-06-28Make it build on W32 again.Werner Koch1-0/+11
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+1345
A few code changes to support dirmngr.