mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Remove -I option to common.
* dirmngr/Makefile.am (AM_CPPFLAGS): Remove -I$(top_srcdir)/common. * g10/Makefile.am (AM_CPPFLAGS): Ditto. * g13/Makefile.am (AM_CPPFLAGS): Ditto. * kbx/Makefile.am (AM_CPPFLAGS): Ditto. * scd/Makefile.am (AM_CPPFLAGS): Ditto. * sm/Makefile.am (AM_CPPFLAGS): Ditto. * tools/Makefile.am (AM_CPPFLAGS): Ditto. * Throughout: Follow the change. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
de3838372a
commit
70aca95d68
@ -31,7 +31,7 @@ endif
|
|||||||
noinst_PROGRAMS = $(module_tests) $(module_net_tests) $(module_maint_tests)
|
noinst_PROGRAMS = $(module_tests) $(module_net_tests) $(module_maint_tests)
|
||||||
TESTS = $(module_tests) $(module_net_tests)
|
TESTS = $(module_tests) $(module_net_tests)
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common
|
AM_CPPFLAGS =
|
||||||
|
|
||||||
include $(top_srcdir)/am/cmacros.am
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
|
||||||
|
@ -38,9 +38,9 @@
|
|||||||
#include "../common/strlist.h"
|
#include "../common/strlist.h"
|
||||||
#include "../common/asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "init.h"
|
#include "../common/init.h"
|
||||||
|
|
||||||
|
|
||||||
/* Constants for the options. */
|
/* Constants for the options. */
|
||||||
|
@ -65,12 +65,12 @@
|
|||||||
#if USE_LDAP
|
#if USE_LDAP
|
||||||
# include "ldapserver.h"
|
# include "ldapserver.h"
|
||||||
#endif
|
#endif
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#if USE_LDAP
|
#if USE_LDAP
|
||||||
# include "ldap-wrapper.h"
|
# include "ldap-wrapper.h"
|
||||||
#endif
|
#endif
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
#include "gc-opt-flags.h"
|
#include "../common/gc-opt-flags.h"
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
#include "http-common.h"
|
#include "http-common.h"
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@
|
|||||||
#include "../common/mischelp.h"
|
#include "../common/mischelp.h"
|
||||||
#include "../common/strlist.h"
|
#include "../common/strlist.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
|
|
||||||
/* With the ldap wrapper, there is no need for the npth_unprotect and leave
|
/* With the ldap wrapper, there is no need for the npth_unprotect and leave
|
||||||
|
@ -68,8 +68,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "./dirmngr-err.h"
|
#include "./dirmngr-err.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
|
|
||||||
#ifdef USE_NPTH
|
#ifdef USE_NPTH
|
||||||
|
@ -96,8 +96,8 @@
|
|||||||
|
|
||||||
#include <assuan.h> /* We need the socket wrapper. */
|
#include <assuan.h> /* We need the socket wrapper. */
|
||||||
|
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "http-common.h"
|
#include "http-common.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "userids.h"
|
#include "../common/userids.h"
|
||||||
#include "ks-engine.h"
|
#include "ks-engine.h"
|
||||||
|
|
||||||
/* Print a help output for the schemata supported by this module. */
|
/* Print a help output for the schemata supported by this module. */
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "userids.h"
|
#include "../common/userids.h"
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
#include "ks-engine.h"
|
#include "ks-engine.h"
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "userids.h"
|
#include "../common/userids.h"
|
||||||
#include "ks-engine.h"
|
#include "ks-engine.h"
|
||||||
|
|
||||||
/* Print a help output for the schemata supported by this module. */
|
/* Print a help output for the schemata supported by this module. */
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "userids.h"
|
#include "../common/userids.h"
|
||||||
#include "ks-engine.h"
|
#include "ks-engine.h"
|
||||||
#include "ldap-parse-uri.h"
|
#include "ldap-parse-uri.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
# include <ldap.h>
|
# include <ldap.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
|
||||||
/* Returns 1 if the string is an LDAP URL (begins with ldap:, ldaps:
|
/* Returns 1 if the string is an LDAP URL (begins with ldap:, ldaps:
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef DIRMNGR_LDAP_PARSE_URI_H
|
#ifndef DIRMNGR_LDAP_PARSE_URI_H
|
||||||
#define DIRMNGR_LDAP_PARSE_URI_H
|
#define DIRMNGR_LDAP_PARSE_URI_H
|
||||||
|
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
|
||||||
extern int ldap_uri_p (const char *url);
|
extern int ldap_uri_p (const char *url);
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
#include <npth.h>
|
#include <npth.h>
|
||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "exechelp.h"
|
#include "../common/exechelp.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "ldap-wrapper.h"
|
#include "ldap-wrapper.h"
|
||||||
|
|
||||||
|
@ -31,12 +31,12 @@
|
|||||||
#include <npth.h>
|
#include <npth.h>
|
||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "exechelp.h"
|
#include "../common/exechelp.h"
|
||||||
#include "crlfetch.h"
|
#include "crlfetch.h"
|
||||||
#include "ldapserver.h"
|
#include "ldapserver.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "ldap-wrapper.h"
|
#include "ldap-wrapper.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
#define UNENCODED_URL_CHARS "abcdefghijklmnopqrstuvwxyz" \
|
#define UNENCODED_URL_CHARS "abcdefghijklmnopqrstuvwxyz" \
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "dirmngr.h"
|
#include "dirmngr.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,9 +51,9 @@
|
|||||||
# include "ldap-parse-uri.h"
|
# include "ldap-parse-uri.h"
|
||||||
#endif
|
#endif
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "zb32.h"
|
#include "../common/zb32.h"
|
||||||
#include "server-help.h"
|
#include "../common/server-help.h"
|
||||||
|
|
||||||
/* To avoid DoS attacks we limit the size of a certificate to
|
/* To avoid DoS attacks we limit the size of a certificate to
|
||||||
something reasonable. The DoS was actually only an issue back when
|
something reasonable. The DoS was actually only an issue back when
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "dns-stuff.h"
|
#include "dns-stuff.h"
|
||||||
|
|
||||||
#define PGM "t-dns-stuff"
|
#define PGM "t-dns-stuff"
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
|
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "logging.h"
|
#include "../common/logging.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
|
||||||
#include <ksba.h>
|
#include <ksba.h>
|
||||||
|
@ -23,7 +23,7 @@ EXTRA_DIST = options.skel dirmngr-conf.skel distsigkey.gpg \
|
|||||||
gpg.w32-manifest.in test.c t-keydb-keyring.kbx \
|
gpg.w32-manifest.in test.c t-keydb-keyring.kbx \
|
||||||
t-keydb-get-keyblock.gpg t-stutter-data.asc
|
t-keydb-get-keyblock.gpg t-stutter-data.asc
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common
|
AM_CPPFLAGS =
|
||||||
|
|
||||||
include $(top_srcdir)/am/cmacros.am
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
|
||||||
|
@ -26,15 +26,14 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/i18n.h"
|
||||||
#include "i18n.h"
|
|
||||||
|
|
||||||
#define MAX_LINELEN 20000
|
#define MAX_LINELEN 20000
|
||||||
|
|
||||||
|
@ -25,13 +25,13 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
static int do_user_id( IOBUF out, int ctb, PKT_user_id *uid );
|
static int do_user_id( IOBUF out, int ctb, PKT_user_id *uid );
|
||||||
static int do_key (iobuf_t out, int ctb, PKT_public_key *pk);
|
static int do_key (iobuf_t out, int ctb, PKT_public_key *pk);
|
||||||
|
@ -31,16 +31,16 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "../common/shareddefs.h"
|
#include "../common/shareddefs.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
#define CONTROL_D ('D' - 'A' + 1)
|
#define CONTROL_D ('D' - 'A' + 1)
|
||||||
|
|
||||||
|
@ -31,13 +31,13 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#include "keyserver.h"
|
#include "../common/keyserver.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "call-dirmngr.h"
|
#include "call-dirmngr.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@
|
|||||||
#if GNUPG_MAJOR_VERSION != 1
|
#if GNUPG_MAJOR_VERSION != 1
|
||||||
# include "gpg.h"
|
# include "gpg.h"
|
||||||
#endif /*GNUPG_MAJOR_VERSION != 1*/
|
#endif /*GNUPG_MAJOR_VERSION != 1*/
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
|
@ -25,14 +25,14 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
|
|
||||||
|
|
||||||
#define MIN_PARTIAL_SIZE 512
|
#define MIN_PARTIAL_SIZE 512
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <bzlib.h>
|
#include <bzlib.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
#define CONTROL_D ('D' - 'A' + 1)
|
#define CONTROL_D ('D' - 'A' + 1)
|
||||||
|
|
||||||
|
@ -24,14 +24,14 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* Take an armor file and write it out without armor
|
* Take an armor file and write it out without armor
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
|
|
||||||
|
|
||||||
static int mdc_decode_filter ( void *opaque, int control, IOBUF a,
|
static int mdc_decode_filter ( void *opaque, int control, IOBUF a,
|
||||||
|
@ -27,13 +27,13 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
/* Assume that the input is an encrypted message and decrypt
|
/* Assume that the input is an encrypted message and decrypt
|
||||||
* (and if signed, verify the signature on) it.
|
* (and if signed, verify the signature on) it.
|
||||||
|
11
g10/delkey.c
11
g10/delkey.c
@ -29,16 +29,15 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/i18n.h"
|
||||||
#include "i18n.h"
|
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
@ -28,15 +28,15 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
|
|
||||||
|
|
||||||
|
10
g10/exec.c
10
g10/exec.c
@ -45,11 +45,11 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
|
|
||||||
#ifdef NO_EXEC
|
#ifdef NO_EXEC
|
||||||
|
18
g10/export.c
18
g10/export.c
@ -28,17 +28,17 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "zb32.h"
|
#include "../common/zb32.h"
|
||||||
#include "recsel.h"
|
#include "../common/recsel.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "init.h"
|
#include "../common/init.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef G10_FILTER_H
|
#ifndef G10_FILTER_H
|
||||||
#define G10_FILTER_H
|
#define G10_FILTER_H
|
||||||
|
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
#include "dek.h"
|
#include "dek.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "../common/iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
12
g10/getkey.c
12
g10/getkey.c
@ -26,19 +26,19 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
|
|
||||||
#define MAX_PK_CACHE_ENTRIES PK_UID_CACHE_SIZE
|
#define MAX_PK_CACHE_ENTRIES PK_UID_CACHE_SIZE
|
||||||
#define MAX_UID_CACHE_ENTRIES PK_UID_CACHE_SIZE
|
#define MAX_UID_CACHE_ENTRIES PK_UID_CACHE_SIZE
|
||||||
|
16
g10/gpg.c
16
g10/gpg.c
@ -41,22 +41,22 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "../common/iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "gc-opt-flags.h"
|
#include "../common/gc-opt-flags.h"
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#include "call-dirmngr.h"
|
#include "call-dirmngr.h"
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "logging.h"
|
#include "../common/logging.h"
|
||||||
|
|
||||||
#include "gpgsql.h"
|
#include "gpgsql.h"
|
||||||
|
|
||||||
|
12
g10/gpgv.c
12
g10/gpgv.c
@ -35,18 +35,18 @@
|
|||||||
|
|
||||||
#define INCLUDED_BY_MAIN_MODULE 1
|
#define INCLUDED_BY_MAIN_MODULE 1
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
11
g10/import.c
11
g10/import.c
@ -27,15 +27,14 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/recsel.h"
|
||||||
#include "recsel.h"
|
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "../common/membuf.h"
|
#include "../common/membuf.h"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
|
@ -28,14 +28,14 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h" /*try_make_homedir ()*/
|
#include "main.h" /*try_make_homedir ()*/
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keyring.h"
|
#include "keyring.h"
|
||||||
#include "../kbx/keybox.h"
|
#include "../kbx/keybox.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
static int active_handles;
|
static int active_handles;
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
#ifndef G10_KEYDB_H
|
#ifndef G10_KEYDB_H
|
||||||
#define G10_KEYDB_H
|
#define G10_KEYDB_H
|
||||||
|
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
|
|
||||||
/* What qualifies as a certification (rather than a signature?) */
|
/* What qualifies as a certification (rather than a signature?) */
|
||||||
|
@ -33,20 +33,20 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
|
||||||
static void show_prefs (PKT_user_id * uid, PKT_signature * selfsig,
|
static void show_prefs (PKT_user_id * uid, PKT_signature * selfsig,
|
||||||
|
12
g10/keygen.c
12
g10/keygen.c
@ -29,21 +29,21 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
#include "../common/shareddefs.h"
|
#include "../common/shareddefs.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
|
|
||||||
|
|
||||||
/* The default algorithms. If you change them remember to change them
|
/* The default algorithms. If you change them remember to change them
|
||||||
|
@ -28,14 +28,14 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "rmd160.h"
|
#include "rmd160.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
#define KEYID_STR_SIZE 19
|
#define KEYID_STR_SIZE 19
|
||||||
|
@ -31,18 +31,18 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "zb32.h"
|
#include "../common/zb32.h"
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,13 +28,13 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "keyring.h"
|
#include "keyring.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h" /*for check_key_signature()*/
|
#include "main.h" /*for check_key_signature()*/
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "../kbx/keybox.h"
|
#include "../kbx/keybox.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "../common/keyserver.h"
|
#include "../common/keyserver.h"
|
||||||
#include "../common/iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
|
|
||||||
int parse_keyserver_options(char *options);
|
int parse_keyserver_options(char *options);
|
||||||
void free_keyserver_spec(struct keyserver_spec *keyserver);
|
void free_keyserver_spec(struct keyserver_spec *keyserver);
|
||||||
|
@ -27,21 +27,21 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "call-dirmngr.h"
|
#include "call-dirmngr.h"
|
||||||
|
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#ifndef G10_MAIN_H
|
#ifndef G10_MAIN_H
|
||||||
#define G10_MAIN_H
|
#define G10_MAIN_H
|
||||||
|
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
|
|
||||||
/* It could be argued that the default cipher should be 3DES rather
|
/* It could be argued that the default cipher should be 3DES rather
|
||||||
than AES128, and the default compression should be 0
|
than AES128, and the default compression should be 0
|
||||||
|
@ -25,19 +25,19 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "keyserver-internal.h"
|
#include "keyserver-internal.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "call-dirmngr.h"
|
#include "call-dirmngr.h"
|
||||||
|
|
||||||
/* Put an upper limit on nested packets. The 32 is an arbitrary
|
/* Put an upper limit on nested packets. The 32 is an arbitrary
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
|
|
||||||
|
@ -59,15 +59,15 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
# include "status.h"
|
# include "../common/status.h"
|
||||||
#endif /*HAVE_W32_SYSTEM*/
|
#endif /*HAVE_W32_SYSTEM*/
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "zb32.h"
|
#include "../common/zb32.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_SELINUX_HACKS
|
#ifdef ENABLE_SELINUX_HACKS
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
#ifdef USE_ONLY_8DOT3
|
#ifdef USE_ONLY_8DOT3
|
||||||
#define SKELEXT ".skl"
|
#define SKELEXT ".skl"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define G10_OPTIONS_H
|
#define G10_OPTIONS_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <types.h>
|
#include "../common/types.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
#ifndef G10_PACKET_H
|
#ifndef G10_PACKET_H
|
||||||
#define G10_PACKET_H
|
#define G10_PACKET_H
|
||||||
|
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
#include "../common/iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "../common/strlist.h"
|
#include "../common/strlist.h"
|
||||||
#include "dek.h"
|
#include "dek.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "../common/openpgpdefs.h"
|
#include "../common/openpgpdefs.h"
|
||||||
#include "../common/userids.h"
|
#include "../common/userids.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
|
|
||||||
#define DEBUG_PARSE_PACKET 1
|
#define DEBUG_PARSE_PACKET 1
|
||||||
|
|
||||||
|
@ -26,15 +26,15 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
/* Maximum length of packets to avoid excessive memory allocation. */
|
/* Maximum length of packets to avoid excessive memory allocation. */
|
||||||
|
@ -33,13 +33,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "../common/shareddefs.h"
|
#include "../common/shareddefs.h"
|
||||||
|
|
||||||
|
@ -32,17 +32,17 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
|
|
||||||
/* Generate a new photo id packet, or return NULL if canceled.
|
/* Generate a new photo id packet, or return NULL if canceled.
|
||||||
|
@ -27,15 +27,15 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "photoid.h"
|
#include "photoid.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
|
||||||
#define CONTROL_D ('D' - 'A' + 1)
|
#define CONTROL_D ('D' - 'A' + 1)
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
@ -29,14 +29,14 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
/* Get the output filename. On success, the actual filename that is
|
/* Get the output filename. On success, the actual filename that is
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
||||||
/* Create a new context for use with the progress filter. We need to
|
/* Create a new context for use with the progress filter. We need to
|
||||||
|
@ -24,17 +24,17 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
static gpg_error_t get_it (PKT_pubkey_enc *k,
|
static gpg_error_t get_it (PKT_pubkey_enc *k,
|
||||||
|
@ -28,13 +28,12 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "status.h"
|
#include "../common/i18n.h"
|
||||||
#include "i18n.h"
|
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
|
|
||||||
struct revocation_reason_info {
|
struct revocation_reason_info {
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "../common/server-help.h"
|
#include "../common/server-help.h"
|
||||||
#include "../common/sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
|
|
||||||
|
|
||||||
#define set_error(e,t) assuan_set_error (ctx, gpg_error (e), (t))
|
#define set_error(e,t) assuan_set_error (ctx, gpg_error (e), (t))
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
/* Generate a new session key in *DEK that is appropriate for the
|
/* Generate a new session key in *DEK that is appropriate for the
|
||||||
|
@ -25,12 +25,12 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
|
|
||||||
|
16
g10/sign.c
16
g10/sign.c
@ -27,20 +27,20 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "pkglue.h"
|
#include "pkglue.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
|
|
||||||
#ifdef HAVE_DOSISH_SYSTEM
|
#ifdef HAVE_DOSISH_SYSTEM
|
||||||
#define LF "\r\n"
|
#define LF "\r\n"
|
||||||
|
@ -27,10 +27,10 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
/* Return true if Libgcrypt's RNG is in faked mode. */
|
/* Return true if Libgcrypt's RNG is in faked mode. */
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "../common/types.h"
|
#include "../common/types.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "dek.h"
|
#include "dek.h"
|
||||||
#include "../common/logging.h"
|
#include "../common/logging.h"
|
||||||
|
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "tdbio.h"
|
#include "tdbio.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "tdbio.h"
|
#include "tdbio.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef G10_TDBIO_H
|
#ifndef G10_TDBIO_H
|
||||||
#define G10_TDBIO_H
|
#define G10_TDBIO_H
|
||||||
|
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
#define TRUST_RECORD_LEN 40
|
#define TRUST_RECORD_LEN 40
|
||||||
#define SIGS_PER_RECORD ((TRUST_RECORD_LEN-10)/5)
|
#define SIGS_PER_RECORD ((TRUST_RECORD_LEN-10)/5)
|
||||||
|
@ -28,18 +28,18 @@
|
|||||||
|
|
||||||
#define INCLUDED_BY_MAIN_MODULE 1
|
#define INCLUDED_BY_MAIN_MODULE 1
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "call-agent.h"
|
#include "call-agent.h"
|
||||||
|
|
||||||
int g10_errors_seen;
|
int g10_errors_seen;
|
||||||
|
@ -24,13 +24,13 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
|
|
||||||
#ifdef HAVE_DOSISH_SYSTEM
|
#ifdef HAVE_DOSISH_SYSTEM
|
||||||
#define LF "\r\n"
|
#define LF "\r\n"
|
||||||
|
16
g10/tofu.c
16
g10/tofu.c
@ -31,17 +31,17 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "types.h"
|
#include "../common/types.h"
|
||||||
#include "logging.h"
|
#include "../common/logging.h"
|
||||||
#include "stringhelp.h"
|
#include "../common/stringhelp.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "mkdir_p.h"
|
#include "../common/mkdir_p.h"
|
||||||
#include "gpgsql.h"
|
#include "gpgsql.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "sqrtu32.h"
|
#include "sqrtu32.h"
|
||||||
|
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
@ -26,13 +26,13 @@
|
|||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
/* Return true if key is disabled. Note that this is usually used via
|
/* Return true if key is disabled. Note that this is usually used via
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
#endif /* !DISABLE_REGEX */
|
#endif /* !DISABLE_REGEX */
|
||||||
|
|
||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "mbox-util.h"
|
#include "../common/mbox-util.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "tdbio.h"
|
#include "tdbio.h"
|
||||||
#include "trustdb.h"
|
#include "trustdb.h"
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
11
g10/verify.c
11
g10/verify.c
@ -27,15 +27,14 @@
|
|||||||
#include "gpg.h"
|
#include "gpg.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "status.h"
|
#include "../common/status.h"
|
||||||
#include "iobuf.h"
|
#include "../common/iobuf.h"
|
||||||
#include "keydb.h"
|
#include "keydb.h"
|
||||||
#include "util.h"
|
#include "../common/util.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "status.h"
|
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "ttyio.h"
|
#include "../common/ttyio.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
|
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
|
@ -26,7 +26,7 @@ sbin_PROGRAMS = g13-syshelp
|
|||||||
noinst_PROGRAMS = $(module_tests)
|
noinst_PROGRAMS = $(module_tests)
|
||||||
TESTS = $(module_tests)
|
TESTS = $(module_tests)
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common
|
AM_CPPFLAGS =
|
||||||
|
|
||||||
include $(top_srcdir)/am/cmacros.am
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "backend.h"
|
#include "backend.h"
|
||||||
#include "be-encfs.h"
|
#include "be-encfs.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "call-syshelp.h"
|
#include "call-syshelp.h"
|
||||||
#include "be-dmcrypt.h"
|
#include "be-dmcrypt.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "be-encfs.h"
|
#include "be-encfs.h"
|
||||||
#include "runner.h"
|
#include "runner.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "be-truecrypt.h"
|
#include "be-truecrypt.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,10 +28,10 @@
|
|||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "g13tuple.h"
|
#include "g13tuple.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "membuf.h"
|
#include "../common/membuf.h"
|
||||||
#include "create.h"
|
#include "create.h"
|
||||||
#include "call-syshelp.h"
|
#include "call-syshelp.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "create.h"
|
#include "create.h"
|
||||||
|
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
#include "g13-common.h"
|
#include "g13-common.h"
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,9 +36,9 @@
|
|||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
|
|
||||||
|
@ -32,10 +32,10 @@
|
|||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
#include <assuan.h>
|
#include <assuan.h>
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "gc-opt-flags.h"
|
#include "../common/gc-opt-flags.h"
|
||||||
#include "asshelp.h"
|
#include "../common/asshelp.h"
|
||||||
#include "../common/init.h"
|
#include "../common/init.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "../common/sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
|
|
||||||
|
|
||||||
/* Parse the header prefix and return the length of the entire header. */
|
/* Parse the header prefix and return the length of the entire header. */
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "mount.h"
|
#include "mount.h"
|
||||||
|
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
@ -35,7 +35,7 @@
|
|||||||
#include "g13tuple.h"
|
#include "g13tuple.h"
|
||||||
#include "mountinfo.h"
|
#include "mountinfo.h"
|
||||||
#include "runner.h"
|
#include "runner.h"
|
||||||
#include "host2net.h"
|
#include "../common/host2net.h"
|
||||||
#include "server.h" /*(g13_keyblob_decrypt)*/
|
#include "server.h" /*(g13_keyblob_decrypt)*/
|
||||||
#include "../common/sysutils.h"
|
#include "../common/sysutils.h"
|
||||||
#include "call-syshelp.h"
|
#include "call-syshelp.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "mountinfo.h"
|
#include "mountinfo.h"
|
||||||
|
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <npth.h>
|
#include <npth.h>
|
||||||
|
|
||||||
#include "g13.h"
|
#include "g13.h"
|
||||||
#include "i18n.h"
|
#include "../common/i18n.h"
|
||||||
#include "keyblob.h"
|
#include "keyblob.h"
|
||||||
#include "runner.h"
|
#include "runner.h"
|
||||||
#include "../common/exechelp.h"
|
#include "../common/exechelp.h"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user