| Commit message (Expand) | Author | Files | Lines |
2023-06-29 | common: Fix the cast for 64-bit Windows. | NIIBE Yutaka | 1 | -5/+3 |
2023-06-29 | common: Raise an error correctly in check_special_filename. | NIIBE Yutaka | 1 | -2/+21 |
2023-06-28 | sm: Remove duplicated code. | Werner Koch | 1 | -3/+6 |
2023-06-28 | tools:gpgtar: Clean up the use of --status-fd. | NIIBE Yutaka | 2 | -26/+9 |
2023-06-27 | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2 | -26/+20 |
2023-06-26 | tools: Fix use of EXCEPTS when spawning a process. | NIIBE Yutaka | 1 | -1/+1 |
2023-06-23 | common: Remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2 | -20/+1 |
2023-06-23 | common: Add gnupg_sys2libc_fdstr function. | NIIBE Yutaka | 2 | -19/+75 |
2023-06-22 | common: Add translate_sys2libc_fdstr. | NIIBE Yutaka | 2 | -0/+51 |
2023-06-15 | gpgsm: Print PROGRESS status lines. | Werner Koch | 2 | -7/+101 |
2023-06-13 | gpg: Make progress work for large files on Windows. | Werner Koch | 2 | -57/+12 |
2023-06-09 | gpg: Print status line and proper diagnostics for write errors. | Werner Koch | 1 | -3/+6 |
2023-06-09 | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 1 | -0/+3 |
2023-06-09 | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 1 | -0/+3 |
2023-06-09 | common: Update t-exechelp to write/read smaller chunks. | NIIBE Yutaka | 1 | -8/+57 |
2023-06-07 | dirmngr: Extend the AD_QUERY command. | Werner Koch | 1 | -1/+1 |
2023-06-07 | common: Add test case for IPC with spawned process. | NIIBE Yutaka | 2 | -4/+103 |
2023-06-06 | common: New function substitute_vars. | Werner Koch | 2 | -7/+42 |
2023-05-26 | common: New function nve_set | Werner Koch | 2 | -0/+27 |
2023-05-26 | common: New function nve_set | Werner Koch | 2 | -0/+27 |
2023-05-25 | common,w32: Fix gnupg_process_release. | NIIBE Yutaka | 1 | -0/+1 |
2023-05-24 | common,w32: Set a proper error code when creating an output file. | Werner Koch | 1 | -2/+10 |
2023-05-24 | gpg: Report BEGIN_* status before examining the input. | NIIBE Yutaka | 4 | -108/+123 |
2023-05-23 | common,w32: Set a proper error code when creating an output file. | Werner Koch | 1 | -2/+10 |
2023-05-16 | w32: Also use _putenv_s for gnupg_unsetenv. | NIIBE Yutaka | 1 | -1/+13 |
2023-05-16 | w32: Use _putenv_s. | NIIBE Yutaka | 1 | -0/+14 |
2023-05-11 | common: Fix malloc nit in regression test. | Werner Koch | 1 | -5/+51 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 5 | -1106/+1378 |
2023-05-01 | common: Fix parsing ECC key. | NIIBE Yutaka | 1 | -1/+1 |
2023-04-19 | Use keyboxd on a fresh install also on Windows. | Werner Koch | 1 | -32/+40 |
2023-04-18 | gpgtar: Read common.conf for the log-file option. | Werner Koch | 2 | -0/+4 |
2023-04-12 | gpg: Curvenames may now compared case insensitive. | Werner Koch | 1 | -9/+12 |
2023-04-05 | gpg: New option --assert-signer. | Werner Koch | 1 | -0/+1 |
2023-04-04 | common: Change allocation of the comopt symbol. | Werner Koch | 2 | -2/+7 |
2023-04-04 | Use the keyboxd for a fresh install | Werner Koch | 2 | -3/+36 |
2023-03-15 | scd,openpgp: Switch key attributes between RSA and ECC in writekey. | Werner Koch | 1 | -1/+4 |
2023-03-09 | dirmngr: Distinguish between "no crl" and "crl not trusted". | Werner Koch | 2 | -1/+3 |
2023-03-08 | gpgsm: Strip trailing zeroes from detached signatures. | Werner Koch | 3 | -3/+108 |
2023-02-23 | doc: Minor comment fixes. | Werner Koch | 1 | -1/+2 |
2023-02-21 | gpg: Prepare to accept shorter OIDs for ed25519 and cv25519. | Werner Koch | 1 | -6/+20 |
2023-01-24 | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 2 | -6/+11 |
2023-01-20 | gpg: Replace --override-compliance-check by a real fix. | Werner Koch | 1 | -0/+4 |
2023-01-20 | doc: Update copyright notices. | Werner Koch | 1 | -1/+1 |
2023-01-19 | common: Detect PNG and JPEG file formats. | Werner Koch | 1 | -6/+24 |
2023-01-19 | gpg: Detect already compressed data also when using a pipe. | Werner Koch | 4 | -51/+134 |
2023-01-18 | common: Replace all assert by log_assert. | Werner Koch | 1 | -31/+31 |
2023-01-12 | sm: Fix compliance checking for ECC signature verification. | Werner Koch | 2 | -3/+15 |
2023-01-11 | w32: Make sure DEP is enabled. | Werner Koch | 1 | -1/+18 |
2022-12-16 | common: Fix translations in --help for gpgrt < 1.47 | Werner Koch | 1 | -0/+8 |
2022-12-01 | tests: More fix for semihosted environment. | NIIBE Yutaka | 1 | -21/+24 |