1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-18 14:31:42 +02:00
gnupg/tpm2d
NIIBE Yutaka 2b19474aab
common: On Windows, we care about how PIPE handles are inherited.
* agent/gpg-agent.c (handle_connections): It's for POSIX.
* kbx/keyboxd.c (handle_connections): Ditto.
* scd/app.c (handle_connections): Ditto.
* scd/scdaemon.c (handle_connections): Ditto.
tpm2d/tpm2daemon.c (handle_connections): Ditto.
* tests/gpgscm/ffi.c (do_pipe): Use GNUPG_PIPE_BOTH.
(do_inbound_pipe): Use GNUPG_PIPE_INBOUND.
(do_outbound_pipe): Use GNUPG_PIPE_OUTBOUND.
* common/call-gpg.c (_gpg_encrypt): Specify outbound and inbound.
(_gpg_decrypt): Likewise.
* common/exechelp-posix.c (gnupg_create_pipe): Add an argument.
* common/exechelp-w32.c (create_pipe_and_estream): Care about
how PIPE handles are inherited to child process.
(gnupg_create_pipe): Add an argument.
* common/exechelp.h: Add enum values.

--

Fixes-commit: af6c47b291
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2024-07-09 15:15:13 +09:00
..
command.c tpm: Improve error handling and check returned lengths. 2024-05-28 12:57:44 +02:00
ibm-tss.h tpmd2: Add copyright blurbs. 2021-03-11 08:33:44 +01:00
intel-tss.h tpm: Improve error handling and check returned lengths. 2024-05-28 12:57:44 +02:00
Makefile.am indent: Fix spelling 2024-05-31 12:28:32 +02:00
tpm2.c tpm2d: Fix key import. 2024-07-05 14:21:22 +09:00
tpm2.h tpmd2: Add Support for the Intel TSS 2021-03-11 08:49:45 +01:00
tpm2daemon.c common: On Windows, we care about how PIPE handles are inherited. 2024-07-09 15:15:13 +09:00
tpm2daemon.h scd,tpm2d: Fix for consistent use of socket FD. 2022-03-31 21:03:13 +09:00