aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the keyboxd for a fresh installWerner Koch2023-04-042-3/+36
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-1/+4
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-092-1/+3
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-083-3/+108
* doc: Minor comment fixes.Werner Koch2023-02-231-1/+2
* gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-242-6/+11
* gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-201-0/+4
* doc: Update copyright notices.Werner Koch2023-01-201-1/+1
* common: Detect PNG and JPEG file formats.Werner Koch2023-01-191-6/+24
* gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-194-51/+134
* common: Replace all assert by log_assert.Werner Koch2023-01-181-31/+31