| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | dirmngr: Extend the AD_QUERY command. | Werner Koch | 2023-06-07 | 4 | -9/+252 |
| * | common: New function substitute_vars. | Werner Koch | 2023-06-06 | 2 | -7/+42 |
| * | gpg: Set default expiration date to 3 years. | Werner Koch | 2023-06-05 | 1 | -1/+1 |
| * | po: Update Czech translation | Petr Pisar | 2023-06-05 | 1 | -52/+112 |
| * | doc: Replace remaining "gpg2" by "gpg". | Werner Koch | 2023-06-01 | 3 | -11/+10 |
| * | build: Always build the wixlib with a release | Werner Koch | 2023-05-30 | 2 | -6/+4 |
| * | Post release updates | Werner Koch | 2023-05-30 | 2 | -1/+7 |
| * | Release 2.4.2gnupg-2.4.2 | Werner Koch | 2023-05-30 | 1 | -2/+3 |
| * | po: msgmerge done | Werner Koch | 2023-05-30 | 25 | -162/+256 |
| * | po: Translated one new string to German. | Werner Koch | 2023-05-30 | 1 | -5/+9 |
| * | Prepare the NEWS for the next release | Werner Koch | 2023-05-26 | 1 | -0/+22 |
| * | agent: Do not overwrite a key file by a shadow key file. | Werner Koch | 2023-05-26 | 1 | -90/+64 |
| * | agent: Update key files by first writing to a temp file. | Werner Koch | 2023-05-26 | 1 | -66/+97 |
| * | agent: Create and use Token entries to track the display s/n. | Werner Koch | 2023-05-26 | 10 | -29/+102 |
| * | common: New function nve_set | Werner Koch | 2023-05-26 | 2 | -0/+27 |
| * | gpg: Skip keys found via ADSKs. | Werner Koch | 2023-05-25 | 2 | -15/+28 |
| * | gpg: Fix searching for the ADSK key when adding an ADSK. | Werner Koch | 2023-05-25 | 2 | -0/+12 |
| * | po: Update Japanese Translation. | NIIBE Yutaka | 2023-05-25 | 1 | -5/+9 |
| * | agent,w32: Fix resource leak for a process. | NIIBE Yutaka | 2023-05-25 | 1 | -2/+2 |
| * | gpg: Return ERROR status for --quick-sign-key. | Werner Koch | 2023-05-24 | 1 | -3/+6 |
| * | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 8 | -2/+8 |
| * | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 31 | -22/+534 |
| * | common,w32: Set a proper error code when creating an output file. | Werner Koch | 2023-05-23 | 1 | -2/+10 |
| * | sm: Emit STATUS_FAILURE for non-implemented commands. | Werner Koch | 2023-05-22 | 2 | -5/+13 |
| * | gpgtar: Emit FAILURE status line. | Werner Koch | 2023-05-19 | 1 | -0/+10 |
| * | kbx,w32: Disable the fd-passing. | Werner Koch | 2023-05-17 | 1 | -1/+7 |
* | | agent: Fix formatting thread ID of nPth. | NIIBE Yutaka | 2023-07-03 | 1 | -2/+3 |
* | | tools:gpg-connect-agent: Fix use of HANDLE on Windows. | NIIBE Yutaka | 2023-07-03 | 1 | -4/+24 |
* | | common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit. | NIIBE Yutaka | 2023-06-30 | 1 | -19/+20 |
* | | common: Fix the cast for 64-bit Windows. | NIIBE Yutaka | 2023-06-29 | 1 | -5/+3 |
* | | common: Raise an error correctly in check_special_filename. | NIIBE Yutaka | 2023-06-29 | 1 | -2/+21 |
* | | tools:gpgtar: Clean up the use of --status-fd. | NIIBE Yutaka | 2023-06-28 | 3 | -51/+15 |
* | | scd:piv: Fix authentication with Administration Key. | NIIBE Yutaka | 2023-06-27 | 1 | -2/+2 |
* | | gpgtar: Use FD on POSIX. | NIIBE Yutaka | 2023-06-27 | 1 | -1/+1 |
* | | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-27 | 10 | -58/+52 |
* | | agent: Fix cast mistake for Windows. | NIIBE Yutaka | 2023-06-26 | 1 | -2/+2 |
* | | tests:gpgscm: Add annotation for unreachable code for GCC. | NIIBE Yutaka | 2023-06-26 | 1 | -0/+4 |
* | | gpg,w32: Add comment about debug output of ShellExecuteEx. | NIIBE Yutaka | 2023-06-26 | 1 | -2/+9 |
* | | tools: Fix use of EXCEPTS when spawning a process. | NIIBE Yutaka | 2023-06-26 | 4 | -1/+13 |
* | | common: Remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-23 | 2 | -20/+1 |
* | | gpg,sm,tools: Use string for option --*-fd. | NIIBE Yutaka | 2023-06-23 | 13 | -50/+88 |
* | | common: Add gnupg_sys2libc_fdstr function. | NIIBE Yutaka | 2023-06-23 | 2 | -19/+75 |
* | | common: Add translate_sys2libc_fdstr. | NIIBE Yutaka | 2023-06-22 | 2 | -0/+51 |
* | | kbx: Close file handle when return. | zhangguangzhi | 2023-06-20 | 1 | -0/+4 |
* | | delete redundant characters | zhangguangzhi | 2023-06-20 | 4 | -4/+4 |
* | | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 2023-06-09 | 1 | -0/+3 |
* | | speedo,w32: Call gpgconf --kill all | Andre Heinecke | 2023-06-09 | 1 | -3/+1 |
* | | common: Update t-exechelp to write/read smaller chunks. | NIIBE Yutaka | 2023-06-09 | 1 | -8/+57 |
* | | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 2023-06-08 | 2 | -46/+299 |
* | | kbx: Fix datastream_thread and use the data pipe. | NIIBE Yutaka | 2023-06-07 | 3 | -26/+32 |