aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka2016-06-071-2/+6
* gpg: Use --keyid-format=none by default.Werner Koch2016-06-062-3/+3
* gpg: Add option --with-subkey-fingerprint.Werner Koch2016-06-065-5/+37
* gpg: Implement --keyid-format=none.Werner Koch2016-06-069-143/+153
* indent: Wrap strings in debug messages.Werner Koch2016-06-061-3/+5
* w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.Werner Koch2016-06-042-4/+7
* gpg: Add the fingerprint to KEY_CREATED for subkeys.Werner Koch2016-06-021-9/+12
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-025-52/+157
* gpg: Extend the --quick-gen-key command.Werner Koch2016-06-024-22/+92
* gpg: Improve the new parse_subkey_algostr_usagestr fucntion.Werner Koch2016-06-021-28/+34
* gpg: New command --quick-addkey.Werner Koch2016-06-025-155/+512
* gpg: Do not abort on certain invalid packets.Werner Koch2016-06-022-3/+8
* common: New function openpgp_is_curve_supported.Werner Koch2016-06-022-4/+31
* common: Add comments on how to enable backtrace().Werner Koch2016-06-021-1/+14
* g10: Allow User ID length >= 256.NIIBE Yutaka2016-06-011-1/+1
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-315-8/+23
* build: Fix URL.Justus Winter2016-05-311-1/+1
* common: Add a status callback to gnupg_exec_tool_stream.Werner Koch2016-05-275-17/+97
* common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch2016-05-2710-36/+124
* common: Simplify the fd closing patch 512c56a.Werner Koch2016-05-271-3/+1
* common: Speedup closing fds before an exec.Werner Koch2016-05-271-0/+44
* tools: Improve debug output of rfc822parse.Werner Koch2016-05-271-1/+6
* build: Remove obsolete tests for funopen and fopencookie.Werner Koch2016-05-272-29/+1
* common: Extend gnupg_create_inbound_pipe et al.Werner Koch2016-05-277-28/+54
* common: Make use of default_errsource in exechelp.Werner Koch2016-05-276-49/+59
* gpg: Keep current and total of PROGESS status lines small enough.Werner Koch2016-05-271-15/+45
* configure: Detection of libusb on FreeBSD.NIIBE Yutaka2016-05-261-6/+10
* build: Switch to new URL for swdb.lstWerner Koch2016-05-251-3/+1
* gpgtar: Simplify code by using ccparray.Werner Koch2016-05-243-48/+44
* 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