aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-03w32: Fix spawn functions to support Windows Xp.NIIBE Yutaka1-36/+67
2023-05-02w32: Fix inheriting HANDLEs.NIIBE Yutaka2-42/+75
2023-05-02Rename the enum constant to GNUPG_PROCESS_GET_PROC_ID.NIIBE Yutaka3-4/+4
2023-05-01common: Fix parsing ECC key.NIIBE Yutaka1-1/+1
2023-04-20spawn: Introduce *_KEEP, removing *_NULL.NIIBE Yutaka5-37/+34
2023-04-20exechelp: Clean up macros.NIIBE Yutaka1-10/+0
2023-04-19Use keyboxd on a fresh install also on Windows.Werner Koch1-32/+40
2023-04-18gpgtar: Read common.conf for the log-file option.Werner Koch2-0/+4
2023-04-17Remove old API implementation for spawn functions.NIIBE Yutaka3-1323/+0
2023-04-17Fix use of GNUPG_PROCESS_DETACHED.NIIBE Yutaka3-54/+42
2023-04-17w32: Fix asshelp.c for Windows use case.NIIBE Yutaka1-2/+6
2023-04-13Fix requirement for _WIN32_WINNT to use process related functions.NIIBE Yutaka1-1/+1
2023-04-12gpg: Curvenames may now compared case insensitive.Werner Koch1-9/+12
2023-04-05gpg: New option --assert-signer.Werner Koch1-0/+1
2023-04-04common: Change allocation of the comopt symbol.Werner Koch2-2/+7
2023-04-04Use the keyboxd for a fresh installWerner Koch2-3/+36
2023-03-15scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch1-1/+4
2023-03-09dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2-1/+3
2023-03-08gpgsm: Strip trailing zeroes from detached signatures.Werner Koch3-3/+108
2023-02-23doc: Minor comment fixes.Werner Koch1-1/+2
2023-02-21gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch1-6/+20
2023-01-27Put gnupg_spawn_helper function to W32, too.NIIBE Yutaka2-7/+11
2023-01-24common: Slight redefinition of nvc_get_boolean.Werner Koch2-6/+11
2023-01-20gpg: Replace --override-compliance-check by a real fix.Werner Koch1-0/+4
2023-01-20doc: Update copyright notices.Werner Koch1-1/+1
2023-01-19common: Detect PNG and JPEG file formats.Werner Koch1-6/+24
2023-01-19gpg: Detect already compressed data also when using a pipe.Werner Koch4-51/+134
2023-01-18common: Replace all assert by log_assert.Werner Koch1-31/+31
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch2-3/+15
2023-01-11w32: Make sure DEP is enabled.Werner Koch1-1/+18
2022-12-16common: Fix translations in --help for gpgrt < 1.47Werner Koch1-0/+8
2022-12-08w32,debug: Don't emit debug output any more.NIIBE Yutaka1-11/+9
2022-12-06Fix exechelp-w32.c.NIIBE Yutaka1-29/+37
2022-12-01tests: More fix for semihosted environment.NIIBE Yutaka1-21/+24
2022-12-01tests: Support semihosted environment.NIIBE Yutaka1-3/+4
2022-11-30w32: Fix gnupg_unsetenv.NIIBE Yutaka1-2/+11
2022-11-30w32: Fix spawn functions for Windows for _fd use case.NIIBE Yutaka2-15/+41
2022-11-30w32: Use call back when ASFW is needed.NIIBE Yutaka2-11/+11
2022-11-30posix: factor out call_spawn_cb.NIIBE Yutaka1-21/+31
2022-11-29common: Support new spawn functions for Windows.NIIBE Yutaka3-11/+25
2022-11-28Tweak the spawn API, again for POSIX.NIIBE Yutaka3-14/+14
2022-11-28posix: Fix for spawn_cb.NIIBE Yutaka3-8/+11
2022-11-25Change spawn_cb semantics.NIIBE Yutaka2-12/+20
2022-11-25Replace other use cases of gnupg_spawn_process_fd.NIIBE Yutaka1-7/+5
2022-11-25Support gnupg_process_spawn with R_PROC=NULL.NIIBE Yutaka2-3/+18
2022-11-25Fix gnupg_process_release.NIIBE Yutaka2-2/+14
2022-11-18w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka1-6/+3
2022-11-18try to control inherited HANDLE for new Windows.NIIBE Yutaka2-36/+100
2022-11-17change the semantics of spawn_cb routine.NIIBE Yutaka4-75/+19
2022-11-17common,tools,dirmngr: Introduce gnupg_process_spawn.NIIBE Yutaka4-13/+1458