aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-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.
* Make HKP keyserver engine work again.Werner Koch2011-11-241-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.
* ddMarcus Brinkmann2011-06-011-0/+5
|
* Fix regression in gpg's mail address parsing.Werner Koch2011-04-251-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.
* Add code for explicit selection of pooled A records.Werner Koch2011-04-121-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.
* Fix dirmngr crash (bug#1300)Werner Koch2011-02-231-0/+5
|
* Add ECC import regression tests and fixed a regression.Werner Koch2011-02-101-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.
* Add framework to print keyserver engine informationWerner Koch2011-02-091-0/+10
|
* Support key fetching using HTTP.Werner Koch2011-02-091-0/+8
| | | | | | A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc
* Add finger support to dirmngr.Werner Koch2011-02-081-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 ;-)
* Fix test for gcry_pk_get_curve.Werner Koch2011-02-031-0/+4
| | | | | Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line.
* Fix setting of default homedir for WinceWerner Koch2011-01-251-0/+2
| | | | | Accidentally used == for assignment. Not a problem in our test environment because we use /gnupg as home directory anyway.
* Make dirmngr more battery friendly.Werner Koch2011-01-251-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.
* Merge branch 'master' into keyserver-via-dirmngrWerner Koch2011-01-201-0/+4
|\
| * Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-191-0/+4
| | | | | | | | Change insalled name of gpg2 for Wince.
* | All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-6/+2
| |
* | Initial code checking for backup - not yet working.Werner Koch2011-01-101-1/+19
|/
* Tweaks for gpgconf.Werner Koch2010-12-141-0/+7
| | | | | Fixed dirmngr bug 1010.
* Change --dameon home directory to /gnupg under WinceWerner Koch2010-12-141-0/+4
|
* Change dirmngr timer under W32CE.Werner Koch2010-12-091-0/+4
| | | | | Fix trustdb open problem under W32CE.
* Change stack size for Wince.Werner Koch2010-11-231-0/+5
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* Translate dirmngr stringsWerner Koch2010-10-211-0/+4
|
* Tweaks to make make distcheck work.Werner Koch2010-10-151-0/+4
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+4
| | | | | | A couple of forward ported changes. Doc updates.
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-131-0/+2
|
* Fixed LDAP access on CEWerner Koch2010-08-131-0/+8
|
* Fix dirmngr problems on CE.Werner Koch2010-08-121-1/+10
| | | | | | Add new dirmngr commands. Minor other fixes.
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-061-0/+21
| | | | | tests show that it works on W32.
* Fix regressions on POSIXWerner Koch2010-08-031-0/+5
| | | | | | | | -This line, and those below, will be ignored-- M dirmngr/dirmngr_ldap.c M dirmngr/ChangeLog
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-021-0/+5
| | | | | Currently used for W32 and W32CE.
* Some work on the dirmngrWerner Koch2010-07-261-0/+13
|
* Add new set_binary feature to estreamWerner Koch2010-07-241-0/+5
|
* Some work on the dirmngrWerner Koch2010-07-231-0/+20
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-0/+23
| | | | | Ported gpgtar to W32.
* Make it build on W32 again.Werner Koch2010-06-281-0/+11
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-0/+1345
A few code changes to support dirmngr.