| Commit message (Expand) | Author | Age | Files | Lines |
* | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 2023-09-26 | 1 | -2/+2 |
* | Use gpgrt_b64* API of libgpg-error. | NIIBE Yutaka | 2023-09-26 | 3 | -44/+14 |
* | common: Prepare for more flags in start_new_service. | Werner Koch | 2023-08-29 | 3 | -16/+27 |
* | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 1 | -0/+2 |
* | common,w32: Fix FD2INT macro. | NIIBE Yutaka | 2023-07-18 | 1 | -1/+5 |
* | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 2 | -4/+7 |
* | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file. | NIIBE Yutaka | 2023-07-14 | 2 | -4/+4 |
* | common: Change iobuf_fdopen argument type to gnupg_fd_t. | NIIBE Yutaka | 2023-07-11 | 2 | -4/+3 |
* | common: Add gnupg_check_special_filename. | NIIBE Yutaka | 2023-07-11 | 3 | -36/+47 |
* | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 2023-07-10 | 2 | -0/+20 |
* | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 2023-07-10 | 1 | -0/+1 |
* | gpg: Add algo constants for PQC. | Werner Koch | 2023-07-07 | 1 | -1/+6 |
* | gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify. | NIIBE Yutaka | 2023-07-05 | 2 | -3/+2 |
* | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2023-07-04 | 10 | -84/+176 |
|\ |
|
| * | 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: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 | 2 | -26/+9 |
* | | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-27 | 2 | -26/+20 |
* | | tools: Fix use of EXCEPTS when spawning a process. | NIIBE Yutaka | 2023-06-26 | 1 | -1/+1 |
* | | common: Remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-23 | 2 | -20/+1 |
* | | 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 |
* | | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 2023-06-09 | 1 | -0/+3 |
* | | common: Update t-exechelp to write/read smaller chunks. | NIIBE Yutaka | 2023-06-09 | 1 | -8/+57 |
* | | common: Add test case for IPC with spawned process. | NIIBE Yutaka | 2023-06-07 | 2 | -4/+103 |
* | | common: New function nve_set | Werner Koch | 2023-05-26 | 2 | -0/+27 |
* | | common,w32: Fix gnupg_process_release. | NIIBE Yutaka | 2023-05-25 | 1 | -0/+1 |
* | | common,w32: Set a proper error code when creating an output file. | Werner Koch | 2023-05-24 | 1 | -2/+10 |
* | | gpg: Report BEGIN_* status before examining the input. | NIIBE Yutaka | 2023-05-24 | 4 | -108/+123 |
* | | w32: Also use _putenv_s for gnupg_unsetenv. | NIIBE Yutaka | 2023-05-16 | 1 | -1/+13 |
* | | w32: Use _putenv_s. | NIIBE Yutaka | 2023-05-16 | 1 | -0/+14 |
* | | common: Fix malloc nit in regression test. | Werner Koch | 2023-05-11 | 1 | -5/+51 |
* | | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 5 | -1106/+1378 |
|/ |
|
* | 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 |