aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-261-2/+2
* Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-263-44/+14
* common: Prepare for more flags in start_new_service.Werner Koch2023-08-293-16/+27
* commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-0/+2
* common,w32: Fix FD2INT macro.NIIBE Yutaka2023-07-181-1/+5
* common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-182-4/+7
* gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka2023-07-142-4/+4
* common: Change iobuf_fdopen argument type to gnupg_fd_t.NIIBE Yutaka2023-07-112-4/+3
* common: Add gnupg_check_special_filename.NIIBE Yutaka2023-07-113-36/+47
* common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2023-07-102-0/+20
* common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka2023-07-101-0/+1
* gpg: Add algo constants for PQC.Werner Koch2023-07-071-1/+6
* gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.NIIBE Yutaka2023-07-052-3/+2
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-0410-84/+176
|\
| * common,w32: Add missing GetLastError->errno mapping.Werner Koch2023-07-043-6/+8
| * sm: Remove duplicated code.Werner Koch2023-06-281-3/+6
| * gpgsm: Print PROGRESS status lines.Werner Koch2023-06-152-7/+101
| * gpg: Make progress work for large files on Windows.Werner Koch2023-06-132-57/+12
| * gpg: Print status line and proper diagnostics for write errors.Werner Koch2023-06-091-3/+6
| * w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
| * dirmngr: Extend the AD_QUERY command.Werner Koch2023-06-071-1/+1
| * common: New function substitute_vars.Werner Koch2023-06-062-7/+42
| * common: New function nve_setWerner Koch2023-05-262-0/+27
| * common,w32: Set a proper error code when creating an output file.Werner Koch2023-05-231-2/+10
* | common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit.NIIBE Yutaka2023-06-301-19/+20
* | common: Fix the cast for 64-bit Windows.NIIBE Yutaka2023-06-291-5/+3
* | common: Raise an error correctly in check_special_filename.NIIBE Yutaka2023-06-291-2/+21
* | tools:gpgtar: Clean up the use of --status-fd.NIIBE Yutaka2023-06-282-26/+9
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-272-26/+20
* | tools: Fix use of EXCEPTS when spawning a process.NIIBE Yutaka2023-06-261-1/+1
* | common: Remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-232-20/+1
* | common: Add gnupg_sys2libc_fdstr function.NIIBE Yutaka2023-06-232-19/+75
* | common: Add translate_sys2libc_fdstr.NIIBE Yutaka2023-06-222-0/+51
* | w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
* | common: Update t-exechelp to write/read smaller chunks.NIIBE Yutaka2023-06-091-8/+57
* | common: Add test case for IPC with spawned process.NIIBE Yutaka2023-06-072-4/+103
* | common: New function nve_setWerner Koch2023-05-262-0/+27
* | common,w32: Fix gnupg_process_release.NIIBE Yutaka2023-05-251-0/+1
* | common,w32: Set a proper error code when creating an output file.Werner Koch2023-05-241-2/+10
* | gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka2023-05-244-108/+123
* | w32: Also use _putenv_s for gnupg_unsetenv.NIIBE Yutaka2023-05-161-1/+13
* | w32: Use _putenv_s.NIIBE Yutaka2023-05-161-0/+14
* | common: Fix malloc nit in regression test.Werner Koch2023-05-111-5/+51
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-115-1106/+1378
|/
* common: Fix parsing ECC key.NIIBE Yutaka2023-05-011-1/+1
* Use keyboxd on a fresh install also on Windows.Werner Koch2023-04-191-32/+40
* gpgtar: Read common.conf for the log-file option.Werner Koch2023-04-182-0/+4
* gpg: Curvenames may now compared case insensitive.Werner Koch2023-04-121-9/+12
* gpg: New option --assert-signer.Werner Koch2023-04-051-0/+1
* common: Change allocation of the comopt symbol.Werner Koch2023-04-042-2/+7