aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka2019-06-041-2/+5
* scd: Remove unsupported --card-timeout option.NIIBE Yutaka2019-06-042-19/+0
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-043-3/+102
* doc: Add a section for gpg-check-pattern.NIIBE Yutaka2019-06-032-1/+49
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-033-6/+6
* agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka2019-05-291-4/+29
* Add changes from 2.2 to NEWS.Werner Koch2019-05-281-0/+84
* dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch2019-05-281-25/+80
* dirmngr: Improve finding OCSP cert.Werner Koch2019-05-281-1/+35
* agent: Make an MD encoding function more robust.Werner Koch2019-05-281-7/+12
* agent: Remove unused agent_show_message.NIIBE Yutaka2019-05-282-72/+6
* sm: Avoid confusing diagnostic for the default key.Werner Koch2019-05-273-24/+29
* gpg: Fixed i18n markup of some strings.Werner Koch2019-05-271-20/+12
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-275-14/+113
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-233-0/+13
* g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka2019-05-231-1/+5
* gpg: Do not bail on an invalid packet in the local keyring.Werner Koch2019-05-211-0/+7
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-214-22/+32
* gpg: Unify the the use of the print_pubkey_info functions.Werner Koch2019-05-217-59/+70
* scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka2019-05-211-0/+5
* agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka2019-05-211-2/+2
* gpg: Do not delete any keys if --dry-run is passed.Werner Koch2019-05-201-3/+3
* gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch2019-05-174-5/+10
* gpg: Improve the photo image viewer selection.Werner Koch2019-05-173-36/+113
* kbx: Fix an endless loop under Windows due to an incomplete fix.Werner Koch2019-05-161-2/+2
* gpgconf: Before --launch check that the config file is fine.Werner Koch2019-05-162-4/+15
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-164-78/+14
* agent,scd: Scan and load all public keys for availability.NIIBE Yutaka2019-05-162-7/+18
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-155-34/+215
* scd: Don't put newline at the end of status.NIIBE Yutaka2019-05-151-1/+1
* doc: Do not mention gpg's deprecated --keyserver option.Werner Koch2019-05-151-19/+15
* gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor2019-05-151-1/+4
* gpgconf: Support --homedir for --launch.Werner Koch2019-05-152-16/+11
* sm: Add a couple of debug calls to the keydb module.Werner Koch2019-05-155-42/+226
* scd: Fix return value for KEYINFO command.NIIBE Yutaka2019-05-151-1/+4
* kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch2019-05-143-14/+42
* sm: Change keydb code to use the keybox locking.Werner Koch2019-05-146-50/+54
* agent: Replace most assert by log_assert.Werner Koch2019-05-1417-60/+42
* agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor2019-05-141-2/+5
* doc: Minor edit for a gpg option.Werner Koch2019-05-141-2/+2
* gpg: Do not print a hint to use the deprecated --keyserver option.Werner Koch2019-05-141-3/+1
* g10: Fix possible null dereference.NIIBE Yutaka2019-05-141-2/+2
* gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch2019-05-131-0/+11
* gpg: Cleanup use of make_keysig_packet.Werner Koch2019-05-137-44/+48
* build: Update m4/iconv.m4.NIIBE Yutaka2019-05-131-57/+165
* doc: correct documentation for gpgconf --killDaniel Kahn Gillmor2019-05-101-5/+6
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-092-3/+4
* agent: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-072-25/+82
* common: New functions nvc_delete_named and nvc_get_string.Werner Koch2019-05-073-0/+65