aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix iteration over signaturesIngo Klöcker2020-10-301-1/+1
* agent: Fix secret key import for Ed25519.NIIBE Yutaka2020-10-301-1/+1
* gpg: New command --quick-revoke-sigWerner Koch2020-10-287-8/+334
* scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka2020-10-261-6/+14
* scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka2020-10-261-1/+1
* g10,sm: Use gnupg_access at two more places.Werner Koch2020-10-262-2/+2
* common: Fix gnupg_access for older libgpg-error.Werner Koch2020-10-261-1/+3
* common: New functions gnupg_opendir et al.Werner Koch2020-10-238-37/+210
* w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch2020-10-231-3/+33
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-2320-28/+77
* Replace most calls to open by a new wrapper.Werner Koch2020-10-238-26/+79
* w32: Allow Unicode filenames for dotlockWerner Koch2020-10-212-27/+192
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-2120-197/+208
* Replace all calls to access by gnupg_accessWerner Koch2020-10-2128-115/+163
* scd: Add a workaround for Yubikey.NIIBE Yutaka2020-10-061-0/+6
* scd: Silence compiler warning.NIIBE Yutaka2020-10-061-3/+3
* scd: Report any error for LEARN command.NIIBE Yutaka2020-10-061-28/+63
* scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka2020-10-061-4/+4
* scd: Internal CCID driver fix.NIIBE Yutaka2020-10-061-2/+5
* scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka2020-10-061-3/+1
* scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka2020-10-061-0/+1
* scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka2020-10-061-1/+2
* scd: Change handling of SPR532 card reader.NIIBE Yutaka2020-10-061-4/+17
* scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka2020-10-061-14/+13
* scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka2020-10-061-3/+36
* scd: Better handling of timeout and time extension.NIIBE Yutaka2020-10-061-7/+4
* scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka2020-10-061-41/+54
* scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka2020-10-061-18/+39
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2020-10-063-18/+23
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-10-065-12/+57
* scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka2020-10-061-8/+6
* scd: Internal CCID driver: Spelling cleanup.NIIBE Yutaka2020-10-061-2/+2
* scd: Internal CCID driver: Clean up backport from master.NIIBE Yutaka2020-10-061-1/+1
* dirmngr: Minor cleanup for better readability.Werner Koch2020-10-053-29/+29
* build: Fix SENDMAIL define for a PATH with spaces.Werner Koch2020-10-041-1/+1
* w32: Add manifest files to most binariesWerner Koch2020-10-0226-31/+512
* common,w32: Change copyright holder notice.Werner Koch2020-10-021-0/+14
* gpgconf,w32: Add manifest so we get the correct windows version.Werner Koch2020-10-026-10/+86
* gpgconf: New option --show-versions.Werner Koch2020-10-022-1/+236
* doc: Typo fixesWerner Koch2020-10-022-2/+2
* doc: Remove enable-extended-key-format in vsnfdAndre Heinecke2020-10-011-1/+0
* kbx: Add bounds check to detect corrupt keyboxes.Werner Koch2020-09-221-13/+118
* scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka2020-09-161-16/+20
* gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch2020-09-102-1/+2
* dirmngr: Fix the pool keyserver case for a single host in the pool.Werner Koch2020-09-101-1/+20
* dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch2020-09-103-10/+18
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-102-27/+55
* build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch2020-09-091-2/+2
* tests: New test run envvar to run gpg under valgrind.Werner Koch2020-09-042-1/+14
* gpg: Initialize a parameter to silence valgrind.Werner Koch2020-09-042-2/+3