2004-12-06 18:28:56 +00:00
|
|
|
/* exechelp.h - Definitions for the fork and exec helpers
|
2010-03-24 12:15:30 +00:00
|
|
|
* Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc.
|
2017-11-29 11:32:42 +01:00
|
|
|
* Copyright (C) 2004, 2006-2012, 2014-2017 g10 Code GmbH
|
2004-12-06 18:28:56 +00:00
|
|
|
*
|
|
|
|
* This file is part of GnuPG.
|
|
|
|
*
|
Change license for some files in common to LGPLv3+/GPLv2+.
Having the LGPL on the common GnuPG code helps to share code
between GnuPG and related projects (like GPGME and Libassuan). This
is good for interoperability and to reduces bugs.
* common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c
* common/b64enc.c, common/convert.c, common/dns-cert.c
* common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c
* common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c
* common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c
* common/helpfile.c, common/homedir.c, common/http.c, common/http.h
* common/i18n.c, common/init.c, common/init.h, common/iobuf.c
* common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h
* common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h
* common/percent.c, common/pka.c, common/pka.h, common/session-env.c
* common/session-env.h, common/sexp-parse.h, common/sexputil.c
* common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c
* common/ssh-utils.h, common/sysutils.c, common/sysutils.h
* common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h
* common/userids.c, common/userids.h, common/xasprintf.c: Change
license to LGPLv3+/GPLv2+/
2012-04-20 15:43:06 +02:00
|
|
|
* This file is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of either
|
2004-12-06 18:28:56 +00:00
|
|
|
*
|
Change license for some files in common to LGPLv3+/GPLv2+.
Having the LGPL on the common GnuPG code helps to share code
between GnuPG and related projects (like GPGME and Libassuan). This
is good for interoperability and to reduces bugs.
* common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c
* common/b64enc.c, common/convert.c, common/dns-cert.c
* common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c
* common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c
* common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c
* common/helpfile.c, common/homedir.c, common/http.c, common/http.h
* common/i18n.c, common/init.c, common/init.h, common/iobuf.c
* common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h
* common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h
* common/percent.c, common/pka.c, common/pka.h, common/session-env.c
* common/session-env.h, common/sexp-parse.h, common/sexputil.c
* common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c
* common/ssh-utils.h, common/sysutils.c, common/sysutils.h
* common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h
* common/userids.c, common/userids.h, common/xasprintf.c: Change
license to LGPLv3+/GPLv2+/
2012-04-20 15:43:06 +02:00
|
|
|
* - the GNU Lesser General Public License as published by the Free
|
|
|
|
* Software Foundation; either version 3 of the License, or (at
|
|
|
|
* your option) any later version.
|
|
|
|
*
|
|
|
|
* or
|
|
|
|
*
|
|
|
|
* - the GNU General Public License as published by the Free
|
|
|
|
* Software Foundation; either version 2 of the License, or (at
|
|
|
|
* your option) any later version.
|
|
|
|
*
|
|
|
|
* or both in parallel, as here.
|
|
|
|
*
|
|
|
|
* This file is distributed in the hope that it will be useful,
|
2004-12-06 18:28:56 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2016-11-05 12:02:19 +01:00
|
|
|
* along with this program; if not, see <https://www.gnu.org/licenses/>.
|
2017-11-29 11:32:42 +01:00
|
|
|
* SPDX-License-Identifier: (LGPL-3.0+ OR GPL-2.0+)
|
2004-12-06 18:28:56 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef GNUPG_COMMON_EXECHELP_H
|
|
|
|
#define GNUPG_COMMON_EXECHELP_H
|
|
|
|
|
2010-03-08 12:18:19 +00:00
|
|
|
|
2009-03-19 07:09:31 +00:00
|
|
|
/* Return the maximum number of currently allowed file descriptors.
|
|
|
|
Only useful on POSIX systems. */
|
|
|
|
int get_max_fds (void);
|
|
|
|
|
|
|
|
|
|
|
|
/* Close all file descriptors starting with descriptor FIRST. If
|
|
|
|
EXCEPT is not NULL, it is expected to be a list of file descriptors
|
|
|
|
which are not to close. This list shall be sorted in ascending
|
|
|
|
order with its end marked by -1. */
|
|
|
|
void close_all_fds (int first, int *except);
|
|
|
|
|
|
|
|
|
|
|
|
/* Returns an array with all currently open file descriptors. The end
|
|
|
|
of the array is marked by -1. The caller needs to release this
|
|
|
|
array using the *standard free* and not with xfree. This allow the
|
2015-11-16 12:41:46 +01:00
|
|
|
use of this function right at startup even before libgcrypt has
|
2009-03-19 07:09:31 +00:00
|
|
|
been initialized. Returns NULL on error and sets ERRNO accordingly. */
|
|
|
|
int *get_all_open_fds (void);
|
|
|
|
|
2004-12-06 18:28:56 +00:00
|
|
|
|
2007-08-29 16:59:20 +00:00
|
|
|
/* Portable function to create a pipe. Under Windows the write end is
|
2016-05-27 15:41:55 +02:00
|
|
|
inheritable. If R_FP is not NULL, an estream is created for the
|
|
|
|
write end and stored at R_FP. */
|
|
|
|
gpg_error_t gnupg_create_inbound_pipe (int filedes[2],
|
|
|
|
estream_t *r_fp, int nonblock);
|
2007-08-29 16:59:20 +00:00
|
|
|
|
2009-09-30 15:28:38 +00:00
|
|
|
/* Portable function to create a pipe. Under Windows the read end is
|
2016-05-27 15:41:55 +02:00
|
|
|
inheritable. If R_FP is not NULL, an estream is created for the
|
|
|
|
write end and stored at R_FP. */
|
|
|
|
gpg_error_t gnupg_create_outbound_pipe (int filedes[2],
|
|
|
|
estream_t *r_fp, int nonblock);
|
2009-09-30 15:28:38 +00:00
|
|
|
|
2016-01-14 14:14:25 +01:00
|
|
|
/* Portable function to create a pipe. Under Windows both ends are
|
|
|
|
inheritable. */
|
|
|
|
gpg_error_t gnupg_create_pipe (int filedes[2]);
|
|
|
|
|
2020-09-02 14:49:24 +02:00
|
|
|
/* Close the end of a pipe. */
|
|
|
|
void gnupg_close_pipe (int fd);
|
|
|
|
|
2016-01-14 14:14:25 +01:00
|
|
|
|
2022-11-17 14:12:51 +09:00
|
|
|
/* The opaque type for a subprocess. */
|
|
|
|
typedef struct gnupg_process *gnupg_process_t;
|
2022-11-18 14:29:13 +09:00
|
|
|
#ifdef HAVE_W32_SYSTEM
|
2022-11-25 20:10:31 +09:00
|
|
|
struct spawn_cb_arg;
|
2022-11-18 14:29:13 +09:00
|
|
|
#ifdef NEED_STRUCT_SPAWN_CB_ARG
|
|
|
|
struct spawn_cb_arg {
|
2022-11-30 11:35:41 +09:00
|
|
|
HANDLE hd[3];
|
|
|
|
HANDLE *inherit_hds;
|
2022-11-30 11:05:15 +09:00
|
|
|
BOOL allow_foreground_window;
|
2022-11-18 14:29:13 +09:00
|
|
|
void *arg;
|
|
|
|
};
|
|
|
|
#endif
|
2022-11-25 20:10:31 +09:00
|
|
|
#else
|
|
|
|
struct spawn_cb_arg {
|
|
|
|
int fds[3];
|
2022-11-28 09:43:24 +09:00
|
|
|
int *except_fds;
|
2022-11-25 20:10:31 +09:00
|
|
|
void *arg;
|
|
|
|
};
|
2022-11-18 14:29:13 +09:00
|
|
|
#endif
|
2022-11-17 14:12:51 +09:00
|
|
|
|
|
|
|
#define GNUPG_PROCESS_DETACHED (1 << 1)
|
|
|
|
|
|
|
|
/* Specify how to keep/connect standard fds. */
|
|
|
|
#define GNUPG_PROCESS_STDIN_PIPE (1 << 8)
|
|
|
|
#define GNUPG_PROCESS_STDOUT_PIPE (1 << 9)
|
|
|
|
#define GNUPG_PROCESS_STDERR_PIPE (1 << 10)
|
|
|
|
#define GNUPG_PROCESS_STDINOUT_SOCKETPAIR (1 << 11)
|
2023-04-20 14:36:08 +09:00
|
|
|
#define GNUPG_PROCESS_STDIN_KEEP (1 << 12)
|
|
|
|
#define GNUPG_PROCESS_STDOUT_KEEP (1 << 13)
|
|
|
|
#define GNUPG_PROCESS_STDERR_KEEP (1 << 14)
|
2022-11-17 14:12:51 +09:00
|
|
|
#define GNUPG_PROCESS_STDFDS_SETTING ( GNUPG_PROCESS_STDIN_PIPE \
|
|
|
|
| GNUPG_PROCESS_STDOUT_PIPE | GNUPG_PROCESS_STDERR_PIPE \
|
2023-04-20 14:36:08 +09:00
|
|
|
| GNUPG_PROCESS_STDINOUT_SOCKETPAIR | GNUPG_PROCESS_STDIN_KEEP \
|
|
|
|
| GNUPG_PROCESS_STDOUT_KEEP | GNUPG_PROCESS_STDERR_KEEP)
|
2022-11-17 14:12:51 +09:00
|
|
|
|
|
|
|
#define GNUPG_PROCESS_STREAM_NONBLOCK (1 << 16)
|
|
|
|
|
2023-01-24 15:29:51 +09:00
|
|
|
/* Spawn helper. */
|
|
|
|
void gnupg_spawn_helper (struct spawn_cb_arg *sca);
|
|
|
|
|
2022-11-17 14:12:51 +09:00
|
|
|
/* Spawn PGMNAME. */
|
|
|
|
gpg_err_code_t gnupg_process_spawn (const char *pgmname, const char *argv[],
|
|
|
|
unsigned int flags,
|
2022-11-28 13:10:48 +09:00
|
|
|
void (*spawn_cb) (struct spawn_cb_arg *),
|
2022-11-17 14:12:51 +09:00
|
|
|
void *spawn_cb_arg,
|
|
|
|
gnupg_process_t *r_process);
|
|
|
|
|
|
|
|
/* Get FDs for subprocess I/O. It is the caller which should care
|
|
|
|
FDs (closing FDs). */
|
|
|
|
gpg_err_code_t gnupg_process_get_fds (gnupg_process_t process,
|
|
|
|
unsigned int flags,
|
|
|
|
int *r_fd_in, int *r_fd_out,
|
|
|
|
int *r_fd_err);
|
|
|
|
|
|
|
|
/* Get STREAMs for subprocess I/O. It is the caller which should care
|
|
|
|
STREAMs (closing STREAMs). */
|
|
|
|
gpg_err_code_t gnupg_process_get_streams (gnupg_process_t process,
|
|
|
|
unsigned int flags,
|
|
|
|
gpgrt_stream_t *r_fp_in,
|
|
|
|
gpgrt_stream_t *r_fp_out,
|
|
|
|
gpgrt_stream_t *r_fp_err);
|
|
|
|
|
|
|
|
enum gnupg_process_requests
|
|
|
|
{
|
|
|
|
/* Portable requests */
|
|
|
|
GNUPG_PROCESS_NOP = 0,
|
2023-05-02 14:53:44 +09:00
|
|
|
GNUPG_PROCESS_GET_PROC_ID = 1,
|
2022-11-17 14:12:51 +09:00
|
|
|
GNUPG_PROCESS_GET_EXIT_ID = 2,
|
|
|
|
|
|
|
|
/* POSIX only */
|
|
|
|
GNUPG_PROCESS_GET_PID = 16,
|
|
|
|
GNUPG_PROCESS_GET_WSTATUS = 17,
|
|
|
|
GNUPG_PROCESS_KILL = 18,
|
|
|
|
|
|
|
|
/* Windows only */
|
|
|
|
GNUPG_PROCESS_GET_P_HANDLE = 32,
|
|
|
|
GNUPG_PROCESS_GET_HANDLES = 33,
|
|
|
|
GNUPG_PROCESS_GET_EXIT_CODE = 34,
|
|
|
|
GNUPG_PROCESS_KILL_WITH_EC = 35
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Control of a process. */
|
|
|
|
gpg_err_code_t gnupg_process_ctl (gnupg_process_t process,
|
|
|
|
unsigned int request, ...);
|
|
|
|
|
|
|
|
/* Wait for a single PROCESS. */
|
|
|
|
gpg_err_code_t gnupg_process_wait (gnupg_process_t process, int hang);
|
|
|
|
|
|
|
|
/* Terminate a PROCESS. */
|
|
|
|
gpg_err_code_t gnupg_process_terminate (gnupg_process_t process);
|
|
|
|
|
|
|
|
/* Release PROCESS resources. */
|
|
|
|
void gnupg_process_release (gnupg_process_t process);
|
|
|
|
|
|
|
|
/* Wait for a multiple processes. */
|
|
|
|
gpg_err_code_t gnupg_process_wait_list (gnupg_process_t *process_list,
|
|
|
|
int count, int hang);
|
2006-09-07 15:13:33 +00:00
|
|
|
|
|
|
|
|
2004-12-06 18:28:56 +00:00
|
|
|
#endif /*GNUPG_COMMON_EXECHELP_H*/
|