aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* w32: Allow building again.Werner Koch2015-10-201-1/+1
* build: Allow building without SQLlite support.Werner Koch2015-10-208-9/+80
* gpg: Don't die immediately if the TOFU DB is locked.Neal H. Walfield2015-10-201-0/+4
* gpg: Improve output.Neal H. Walfield2015-10-201-4/+4
* gpg: Synchronize translation template.Neal H. Walfield2015-10-201-1/+1
* gpg: When showing conflicts, also show bindings with no recorded sigs.Neal H. Walfield2015-10-201-20/+34
* gpg: Improve text.Neal H. Walfield2015-10-201-7/+9
* gpg: Use the right variable to display the information.Neal H. Walfield2015-10-201-3/+4
* gpg: Make failing to create a directory a soft error.Neal H. Walfield2015-10-201-1/+1
* common: Make sure tilde expansion works for the mkdir functions.Neal H. Walfield2015-10-201-1/+1
* gpg: Remove unused prototype digest_algo_from_sig.Neal H. Walfield2015-10-201-1/+0
* dirmngr: Allow building with libassuan < 2.3.Werner Koch2015-10-192-0/+4
* gpg: Fix --desig-revoke.Neal H. Walfield2015-10-193-11/+14
* gpg: Improve function documentation and some comments.Neal H. Walfield2015-10-193-48/+223
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-193-31/+41
* gpg: Mark local function as static.Neal H. Walfield2015-10-191-1/+1
* gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor2015-10-193-5/+11
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-10-198-10/+96
* dirmngr: Make --use-tor work - still leaks DNS.Werner Koch2015-10-193-9/+36
* dirmngr: Use Assuan socket wrappers for http.cWerner Koch2015-10-192-56/+74
* gpg: Fix formatting.Neal H. Walfield2015-10-191-6/+6
* gpg: Don't forget to free some memory.Neal H. Walfield2015-10-191-0/+1
* gpg: If a conflict occurs in batch mode, record that.Neal H. Walfield2015-10-191-6/+20
* gpg: Silence two more warnings.Werner Koch2015-10-182-3/+3
* gpg: Fix harmless compiler warnings.Werner Koch2015-10-183-67/+74
* common: Avoid warning about const char ** assignment.Werner Koch2015-10-181-6/+11
* Move http module from common/ to dirmngr/.Werner Koch2015-10-189-33/+30
* g10: Fix assert.Neal H. Walfield2015-10-181-1/+1
* g10: Add TOFU support.Neal H. Walfield2015-10-1826-77/+3505
* common: Prefix the mkdir functions with gnupg_. Make args const.Neal H. Walfield2015-10-162-5/+5
* cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.NIIBE Yutaka2015-10-142-2/+2
* po: Update Japanese translation.NIIBE Yutaka2015-10-131-14/+8
* gpg: Try hard to use MDC also for sign+symenc.Werner Koch2015-10-124-10/+19
* Post release updates.Werner Koch2015-10-102-1/+5
* Release 2.1.9gnupg-2.1.9Werner Koch2015-10-092-3/+28
* po: Auto-update.Werner Koch2015-10-0926-475/+927
* po: Fix two fuzzy strings in the Spansih translationWerner Koch2015-10-091-7/+3
* agent: simplify agent_get_passphrase.NIIBE Yutaka2015-10-091-8/+2
* agent: fix agent_askpin.NIIBE Yutaka2015-10-091-1/+1
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-096-21/+23
* dirmngr: Default to http protocol for http-proxyAndre Heinecke2015-10-081-1/+1
* speedo: Add a w32-release target.Werner Koch2015-10-081-1/+20
* common: Allow building of mkdir_p.c for Windows.Werner Koch2015-10-083-65/+95
* gpg: Add option --print-dane-records.Werner Koch2015-10-087-23/+141
* Fix two unused/possible-uninitialized var warnings.Werner Koch2015-10-082-2/+1
* gpg: Pass CTRL parameter to all key listing functions.Werner Koch2015-10-084-34/+39
* gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2015-10-072-175/+10
* gpg: Add new --auto-key-locate mechanism "dane".Werner Koch2015-10-066-15/+36
* dirmngr: Addlow fetching keys using OpenPGP DANEWerner Koch2015-10-061-17/+54
* dirmngr: Improve DNS code to retrieve arbitrary records.Werner Koch2015-10-062-4/+55