aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* common: Add simple dynamic array function.Werner Koch2016-05-244-1/+294
* common,w32: Silence an unused arg warning message.Werner Koch2016-05-241-0/+2
* gpg, w32: Fix build regression.Werner Koch2016-05-241-0/+2
* tests: Test the pinentry interactions when exporting keys.Justus Winter2016-05-231-5/+67
* tests: Add support for a passphrase queue to fake pinentry.Justus Winter2016-05-231-2/+94
* tests: Add logging to fake pinentry.Justus Winter2016-05-231-14/+108
* tests: Add export test.Justus Winter2016-05-232-0/+69
* g10: Fix typo in comment.Daniel Kahn Gillmor2016-05-231-1/+1
* gpg: Speed up key listing in Tofu mode.Werner Koch2016-05-211-50/+18
* gpg: Avoid name spaces clash with future sqlite versions.Werner Koch2016-05-215-97/+96
* gpg: Explicitly close a combined Tofu DB.Werner Koch2016-05-211-3/+8
* gpg: Remove debug output accidently introduced with 027c4e5.Werner Koch2016-05-211-3/+0
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-219-47/+70
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-2116-152/+180
* gpg: Fix the TOFU_STATS_LONG status.Werner Koch2016-05-212-7/+10
* gpg: Print "[ never ]" instead of err for validity.Werner Koch2016-05-191-0/+1
* gpg: Add --weak-digest to gpgv's help screen.Werner Koch2016-05-181-1/+2
* dirmngr: Adjust the WKD lookup to specs version -01.Werner Koch2016-05-181-2/+0
* gpg: Emit new status line KEY_CONSIDERED.Werner Koch2016-05-173-83/+151
* g10: Fix signature checking.NIIBE Yutaka2016-05-111-4/+9
* gpg: Allow unattended deletion of secret keys.Werner Koch2016-05-106-10/+45
* gpg: Fix buglet in the check_all_keysigs function.Werner Koch2016-05-091-2/+3
* gpg: Request a "save" after cmd "check" fixed something.Werner Koch2016-05-091-2/+3
* po: Update Japanese translation.NIIBE Yutaka2016-05-091-245/+165
* Post release updates.Werner Koch2016-05-042-1/+5
* Release 2.1.12gnupg-2.1.12Werner Koch2016-05-041-1/+50
* speedo,w32: Remove the installation directory page.Werner Koch2016-05-041-8/+8
* gpg: Fix const char pointer mismatch with gettext.Werner Koch2016-05-041-3/+4
* speedo: Build sqlite with static-libgcc.Werner Koch2016-05-042-1/+44
* speedo: Also try patch files w/o version number.Werner Koch2016-05-041-0/+4
* speedo,w32: Install sqliteAndre Heinecke2016-05-041-0/+9
* speedo,w32: Fix uninstallationAndre Heinecke2016-05-041-0/+2
* speedo,w32: Install localisationAndre Heinecke2016-05-041-0/+239
* po: Auto-updateWerner Koch2016-05-0425-1893/+3871
* tests: Disable the migrations testsWerner Koch2016-05-042-2/+1
* po: Update Russian translationIneiev2016-05-041-253/+220
* po: Update German translation.Werner Koch2016-05-041-105/+196
* Some minor string changes and fixed a printf format.Werner Koch2016-05-043-9/+16
* build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30.Werner Koch2016-05-042-69/+110
* agent: Make --allow-loopback-pinentry the default.Werner Koch2016-05-043-10/+16
* common: Print https URLs in help messages.Werner Koch2016-05-031-4/+4
* tests: Silence output of some tests.Werner Koch2016-05-037-18/+40
* gpg: Emit status lines TOFU_STATS and TOFU_STATS_LONG.Werner Koch2016-05-032-8/+105
* gpg: Extend TRUST_foo status lines with the trust model.Werner Koch2016-05-024-24/+58
* gpg: Improve line wrapping for a tofu message.Werner Koch2016-05-021-8/+14
* gpg: Re-format some tofu messages.Werner Koch2016-05-022-107/+156
* doc: Add a comment about the goals of the agent.Werner Koch2016-05-021-0/+26
* scd: More fix of error return path.NIIBE Yutaka2016-05-021-2/+2
* common: Extend log_string to indent lines.Werner Koch2016-04-291-3/+18
* gpg: Factor some code code out of tofu.cWerner Koch2016-04-291-82/+82