| Commit message (Expand) | Author | Age | Files | Lines |
* | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 2023-07-10 | 1 | -0/+1 |
* | common,w32: Add missing GetLastError->errno mapping. | Werner Koch | 2023-07-04 | 3 | -6/+8 |
* | sm: Remove duplicated code. | Werner Koch | 2023-06-28 | 1 | -3/+6 |
* | gpgsm: Print PROGRESS status lines. | Werner Koch | 2023-06-15 | 2 | -7/+101 |
* | gpg: Make progress work for large files on Windows. | Werner Koch | 2023-06-13 | 2 | -57/+12 |
* | gpg: Print status line and proper diagnostics for write errors. | Werner Koch | 2023-06-09 | 1 | -3/+6 |
* | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 2023-06-09 | 1 | -0/+3 |
* | dirmngr: Extend the AD_QUERY command. | Werner Koch | 2023-06-07 | 1 | -1/+1 |
* | common: New function substitute_vars. | Werner Koch | 2023-06-06 | 2 | -7/+42 |
* | common: New function nve_set | Werner Koch | 2023-05-26 | 2 | -0/+27 |
* | common,w32: Set a proper error code when creating an output file. | Werner Koch | 2023-05-23 | 1 | -2/+10 |
* | common: Fix parsing ECC key. | NIIBE Yutaka | 2023-05-01 | 1 | -1/+1 |
* | Use keyboxd on a fresh install also on Windows. | Werner Koch | 2023-04-19 | 1 | -32/+40 |
* | gpgtar: Read common.conf for the log-file option. | Werner Koch | 2023-04-18 | 2 | -0/+4 |
* | gpg: Curvenames may now compared case insensitive. | Werner Koch | 2023-04-12 | 1 | -9/+12 |
* | gpg: New option --assert-signer. | Werner Koch | 2023-04-05 | 1 | -0/+1 |
* | common: Change allocation of the comopt symbol. | Werner Koch | 2023-04-04 | 2 | -2/+7 |
* | Use the keyboxd for a fresh install | Werner Koch | 2023-04-04 | 2 | -3/+36 |
* | scd,openpgp: Switch key attributes between RSA and ECC in writekey. | Werner Koch | 2023-03-15 | 1 | -1/+4 |
* | dirmngr: Distinguish between "no crl" and "crl not trusted". | Werner Koch | 2023-03-09 | 2 | -1/+3 |
* | gpgsm: Strip trailing zeroes from detached signatures. | Werner Koch | 2023-03-08 | 3 | -3/+108 |
* | doc: Minor comment fixes. | Werner Koch | 2023-02-23 | 1 | -1/+2 |
* | gpg: Prepare to accept shorter OIDs for ed25519 and cv25519. | Werner Koch | 2023-02-21 | 1 | -6/+20 |
* | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 2023-01-24 | 2 | -6/+11 |
* | gpg: Replace --override-compliance-check by a real fix. | Werner Koch | 2023-01-20 | 1 | -0/+4 |
* | doc: Update copyright notices. | Werner Koch | 2023-01-20 | 1 | -1/+1 |
* | common: Detect PNG and JPEG file formats. | Werner Koch | 2023-01-19 | 1 | -6/+24 |
* | gpg: Detect already compressed data also when using a pipe. | Werner Koch | 2023-01-19 | 4 | -51/+134 |
* | common: Replace all assert by log_assert. | Werner Koch | 2023-01-18 | 1 | -31/+31 |
* | sm: Fix compliance checking for ECC signature verification. | Werner Koch | 2023-01-12 | 2 | -3/+15 |
* | w32: Make sure DEP is enabled. | Werner Koch | 2023-01-11 | 1 | -1/+18 |
* | common: Fix translations in --help for gpgrt < 1.47 | Werner Koch | 2022-12-16 | 1 | -0/+8 |
* | tests: More fix for semihosted environment. | NIIBE Yutaka | 2022-12-01 | 1 | -21/+24 |
* | tests: Support semihosted environment. | NIIBE Yutaka | 2022-12-01 | 1 | -3/+4 |
* | w32: Fix gnupg_unsetenv. | NIIBE Yutaka | 2022-11-30 | 1 | -2/+11 |
* | w32: Fix gnupg_tmpfile for possible failure. | NIIBE Yutaka | 2022-11-18 | 1 | -6/+3 |
* | common: Remove Windows CE support in common. | NIIBE Yutaka | 2022-11-16 | 8 | -920/+5 |
* | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 2022-10-20 | 4 | -14/+8 |
* | common,w32: Fix struct stat on Windows. | NIIBE Yutaka | 2022-10-14 | 1 | -1/+11 |
* | common: Don't use FD2INT for POSIX-only code. | NIIBE Yutaka | 2022-10-14 | 1 | -1/+1 |
* | common: Protect against a theoretical integer overflow in tlv.c | Werner Koch | 2022-10-07 | 1 | -0/+5 |
* | gpg: Fix assertion failure due to errors in encrypt_filter. | Werner Koch | 2022-09-29 | 1 | -4/+4 |
* | tests: Restrict the use of gpgconf.ctl to make check. | Werner Koch | 2022-09-14 | 1 | -1/+29 |
* | common: Fix for GPG_ERR_SOURCE_DEFAULT check. | NIIBE Yutaka | 2022-09-14 | 1 | -2/+0 |
* | common: Fix t-recsel. | NIIBE Yutaka | 2022-09-14 | 1 | -2/+0 |
* | gpg,common,scd,sm: Function prototype fixes for modern compiler. | NIIBE Yutaka | 2022-09-13 | 3 | -4/+4 |
* | Revert "common: Add a default OpenPGP ECC mapping." | Ingo Klöcker | 2022-09-09 | 1 | -1/+0 |
* | common: Fix to determine ECC curve for SSH. | NIIBE Yutaka | 2022-09-06 | 1 | -3/+3 |
* | common: Make nvc_lookup more robust. | Werner Koch | 2022-09-01 | 1 | -1/+12 |
* | common: New common option no-autostart. | Werner Koch | 2022-08-22 | 4 | -1/+12 |