1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-19 14:41:41 +02:00
gnupg/dirmngr
NIIBE Yutaka 953dd67368
Use gpgrt_process_spawn API from libgpg-error.
* agent/genkey.c (do_check_passphrase_pattern): Use the gpgrt API.
* common/asshelp.c (start_new_service): Ditto.
* common/exechelp.h: Remove gnupg_process_spawn API.
* common/exechelp-posix.c: Remove gnupg_process_spawn implementation.
* common/exechelp-w32.c: Likewise.
* common/exectool.c (gnupg_exec_tool_stream): Use the gpgrt API.
* common/t-exechelp.c (test_pipe_stream): Remove.
* dirmngr/ldap-wrapper.c (destroy_wrapper, ldap_reaper_thread): Use
the gpgrt API.
(ldap_wrapper_connection_cleanup, ldap_wrapper): Ditto.
* dirmngr/ldap.c, g10/call-keyboxd.c: No need to include exechelp.h.
* g10/photoid.c (run_with_pipe, show_photo): Use the gpgrt API.
* g13/be-encfs.c (run_umount_helper, run_encfs_tool): Ditto.
* g13/g13.c, g13/mount.c, g13/runner.c: No need to include exechelp.h.
* scd/apdu.c: No need to include exechelp.h.
* scd/app.c (report_change): Use the gpgrt API.
* sm/export.c, sm/import.c: No need to include exechelp.h.
* tests/gpgscm/ffi.c (proc_object_finalize, proc_wrap)
(do_process_spawn_io, do_process_spawn_fd, do_process_wait): Use the
gpgrt API.
* tools/gpg-auth.c: No need to include exechelp.h.
* tools/gpg-card.c (cmd_gpg): Use the gpgrt API.
* tools/gpg-connect-agent.c: No need to include exechelp.h.
* tools/gpg-mail-tube.c (mail_tube_encrypt, prepare_for_appimage)
(start_gpg_encrypt): Use the gpgrt API.
* tools/gpgconf-comp.c (gpg_agent_runtime_change)
(scdaemon_runtime_change, tpm2daemon_runtime_change)
(dirmngr_runtime_change, keyboxd_runtime_change)
(gc_component_launch, gc_component_check_options)
(retrieve_options_from_program): Ditto.
* tools/gpgconf.c (show_versions_via_dirmngr): Ditto.
* tools/gpgtar-create.c (gpgtar_create): Ditto.
* tools/gpgtar-extract.c (gpgtar_extract): Ditto.
* tools/gpgtar-list.c (gpgtar_list): Ditto.

--

GnuPG-bug-id: 7192
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2024-07-09 10:04:16 +09:00
..
cdb.h headers: fix spelling 2018-10-25 16:53:05 -04:00
cdblib.c dirmngr: Clean up for not supporting WindowsCE. 2022-03-29 13:41:04 +09:00
certcache.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
certcache.h dirmngr: Add command "GETINFO stats". 2023-03-10 11:24:48 +01:00
ChangeLog-2011 delete redundant characters 2023-06-20 09:08:29 +09:00
ChangeLog-2011-ks Remove the obsolete keyserver directory from the repo. 2015-04-20 18:20:45 +02:00
crlcache.c dirmngr: For CRL issuer verification trust the system's root CA. 2024-01-26 13:14:35 +01:00
crlcache.h dirmngr: Fix API of functions wrt their error type. 2023-05-01 11:39:24 +09:00
crlfetch.c Use gpgrt_b64* API of libgpg-error. 2023-09-26 13:34:50 +09:00
crlfetch.h dirmngr: Rewrite the LDAP wrapper tool 2021-06-16 12:58:32 +02:00
dirmngr_ldap-w32info.rc w32: Add missing manifests and set a requestedExecutionLevel. 2023-05-24 12:14:06 +02:00
dirmngr_ldap.c doc: Fix spelling errors found by lintian. 2024-01-29 09:16:21 +01:00
dirmngr_ldap.w32-manifest.in w32: Add missing supportedOS Ids for Windows-10 2023-05-24 14:17:06 +02:00
dirmngr-client-w32info.rc w32: Add missing manifests and set a requestedExecutionLevel. 2023-05-24 12:14:06 +02:00
dirmngr-client.c Use gpgrt_b64* API of libgpg-error. 2023-09-26 13:34:50 +09:00
dirmngr-client.w32-manifest.in w32: Add missing supportedOS Ids for Windows-10 2023-05-24 14:17:06 +02:00
dirmngr-err.h Some work on porting dirmngr (unfinished) 2010-07-16 13:19:45 +00:00
dirmngr-status.h dirmngr: Print a WARNING status for DNS config problems. 2018-07-25 14:35:04 +02:00
dirmngr-w32info.rc w32: Add missing manifests and set a requestedExecutionLevel. 2023-05-24 12:14:06 +02:00
dirmngr.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
dirmngr.h indent: Fix spelling 2024-05-31 12:28:32 +02:00
dirmngr.w32-manifest.in w32: Add missing manifests and set a requestedExecutionLevel. 2023-05-24 12:14:06 +02:00
dns-stuff.c common,dirmngr:w32: Add include files. 2024-02-15 14:40:33 +09:00
dns-stuff.h dirmngr: Use IPv4 or IPv6 interface only if available. 2019-11-12 20:35:12 +01:00
dns.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
dns.h dirmngr: dns: Fix allocation of string buffer in stack. 2020-05-20 19:44:38 +09:00
domaininfo.c dirmngr: Add command "GETINFO stats". 2023-03-10 11:24:48 +01:00
fakecrl.c dirmngr: Add framework to implement a fake CRL feature. 2023-03-16 14:52:28 +01:00
http-common.c dirmngr: Fix commit de6d8313 2017-03-03 17:17:26 +01:00
http-common.h dirmngr: Implement automatic proxy detection on Windows. 2023-09-26 14:10:13 +02:00
http-ntbtls.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
http.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
http.h dirmngr: Extended the http_get_header function. 2023-10-02 13:05:49 +02:00
ks-action.c dirmngr: Silence compiler when it's without LDAP. 2023-07-21 14:27:57 +09:00
ks-action.h dirmngr: Return modifyTimestamp and add server option --newer. 2023-04-04 08:49:55 +02:00
ks-engine-finger.c dirmngr: Print a WARNING status for DNS config problems. 2018-07-25 14:35:04 +02:00
ks-engine-hkp.c dirmngr: Extended the http_get_header function. 2023-10-02 13:05:49 +02:00
ks-engine-http.c dirmngr: Extended the http_get_header function. 2023-10-02 13:05:49 +02:00
ks-engine-kdns.c Remove -I option to common. 2017-03-07 20:25:54 +09:00
ks-engine-ldap.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
ks-engine.h dirmngr: Extend the AD_QUERY command. 2023-06-07 10:03:48 +02:00
ldap-misc.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
ldap-misc.h dirmngr: Return modifyTimestamp and add server option --newer. 2023-04-04 08:49:55 +02:00
ldap-parse-uri.c dirmngr: Fix a call of calloc. 2024-05-14 15:48:45 +09:00
ldap-parse-uri.h Remove -I option to common. 2017-03-07 20:25:54 +09:00
ldap-url.c dirmngr: Fix ldap-url.c. 2021-12-17 13:33:40 +09:00
ldap-url.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
ldap-wrapper.c Use gpgrt_process_spawn API from libgpg-error. 2024-07-09 10:04:16 +09:00
ldap-wrapper.h dirmngr: Remove cruft from dirmngr_ldap 2019-11-11 20:49:04 +01:00
ldap.c Use gpgrt_process_spawn API from libgpg-error. 2024-07-09 10:04:16 +09:00
ldapserver.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
ldapserver.h dirmngr: Fix lost flags during LDAP upload 2022-09-28 15:43:48 +02:00
loadswdb.c common,agent,dirmngr,g10,tools: Fix split_fields API. 2020-09-18 10:20:23 +09:00
Makefile.am dirmngr: Add code to support the negotiation auth method. 2023-10-02 13:10:13 +02:00
misc.c Use gpgrt_b64* API of libgpg-error. 2023-09-26 13:34:50 +09:00
misc.h dirmngr: Rearrange files to fix de6d831. 2017-03-02 18:35:03 +01:00
OAUTHORS Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ocsp.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
ocsp.h gpgsm: Print revocation date and reason in cert listings. 2022-12-05 16:42:08 +01:00
ONEWS indent: Fix spelling 2024-05-31 12:28:32 +02:00
server.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
sks-keyservers.netCA.pem dirmngr: Add support for hkps keyservers. 2014-05-05 16:23:37 +02:00
t-dns-stuff.c dirmngr: Print a WARNING status for DNS config problems. 2018-07-25 14:35:04 +02:00
t-http-basic.c dirmngr: Disable the HTTP redirect rewriting. 2023-06-15 15:06:21 +02:00
t-http.c dirmngr: Extended the http_get_header function. 2023-10-02 13:05:49 +02:00
t-ldap-misc.c dirmngr: Rewrite the LDAP wrapper tool 2021-06-16 12:58:32 +02:00
t-ldap-parse-uri.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
t-support.c dirmngr: Print a WARNING status for DNS config problems. 2018-07-25 14:35:04 +02:00
t-support.h dirmngr: Rewrite the LDAP wrapper tool 2021-06-16 12:58:32 +02:00
tls-ca.pem Move http module from common/ to dirmngr/. 2015-10-18 20:08:26 +02:00
validate.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
validate.h dirmngr: Support ECDSA for OCSP. 2022-02-27 12:26:38 +01:00
workqueue.c dirmngr: Add command "GETINFO stats". 2023-03-10 11:24:48 +01:00