2 * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
3 * 2007 Free Software Foundation, Inc.
5 * This file is part of GnuPG.
7 * GnuPG is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
10 * (at your option) any later version.
12 * GnuPG is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <http://www.gnu.org/licenses/>.
23 #include <sys/types.h>
27 #include "../common/session-env.h"
29 #ifndef EXTERN_UNLESS_MAIN_MODULE
30 /* Norcraft can't cope with common symbols */
31 #if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE)
32 #define EXTERN_UNLESS_MAIN_MODULE extern
34 #define EXTERN_UNLESS_MAIN_MODULE
38 EXTERN_UNLESS_MAIN_MODULE
46 FILE *outfp
; /* Hack, sometimes used in place of outfile. */
52 const char *def_sig_expire
;
54 const char *def_cert_expire
;
56 int batch
; /* run in batch mode */
57 int answer_yes
; /* answer yes on most questions */
58 int answer_no
; /* answer no on most questions */
59 int check_sigs
; /* check key signatures */
62 int with_fingerprint
; /* opt --with-fingerprint active */
63 int fingerprint
; /* list fingerprints */
64 int list_sigs
; /* list signatures */
66 int list_packets
; /* list-packets mode: 1=normal, 2=invoked by command*/
76 int bz2_compress_level
;
77 int bz2_decompress_lowmem
;
78 const char *def_secret_key
;
80 int def_recipient_self
;
89 const char *agent_program
;
91 /* Options to be passed to the gpg-agent */
92 session_env_t session_env
;
97 int skip_hidden_recipients
;
100 /* TM_CLASSIC must be zero to accomodate trustdbs generated before
101 we started storing the trust model inside the trustdb. */
104 TM_CLASSIC
=0, TM_PGP
=1, TM_EXTERNAL
=2, TM_ALWAYS
, TM_DIRECT
, TM_AUTO
106 int force_ownertrust
;
109 CO_GNUPG
, CO_RFC4880
, CO_RFC2440
, CO_RFC1991
, CO_PGP2
,
110 CO_PGP6
, CO_PGP7
, CO_PGP8
114 KF_SHORT
, KF_LONG
, KF_0xSHORT
, KF_0xLONG
116 int pgp2_workarounds
;
118 const char *set_filename
;
121 const char *photo_viewer
;
125 unsigned char s2k_count
; /* This is the encoded form, not the raw
127 int simple_sk_checksum
; /* create the deprecated rfc2440 secret key
129 int not_dash_escaped
;
132 struct keyserver_spec
144 unsigned int direct_uri
:1;
146 struct keyserver_spec
*next
;
150 unsigned int options
;
151 unsigned int import_options
;
152 unsigned int export_options
;
157 unsigned int import_options
;
158 unsigned int export_options
;
159 unsigned int list_options
;
160 unsigned int verify_options
;
161 const char *def_preference_list
;
162 const char *def_keyserver_url
;
163 prefitem_t
*personal_cipher_prefs
;
164 prefitem_t
*personal_digest_prefs
;
165 prefitem_t
*personal_compress_prefs
;
171 struct notation
*sig_notations
;
172 struct notation
*cert_notations
;
173 strlist_t sig_policy_url
;
174 strlist_t cert_policy_url
;
175 strlist_t sig_keyserver_url
;
176 strlist_t cert_subpackets
;
177 strlist_t sig_subpackets
;
178 int allow_non_selfsigned_uid
;
179 int allow_freeform_uid
;
183 int ignore_time_conflict
;
184 int ignore_valid_from
;
185 int ignore_crc_error
;
186 int ignore_mdc_error
;
188 const char *override_session_key
;
189 int show_session_key
;
191 const char *gpg_agent_info
;
193 int no_expensive_trust_checks
;
195 int no_sig_create_check
;
196 int no_auto_check_trustdb
;
197 int preserve_permissions
;
198 int no_homedir_creation
;
199 struct groupitem
*grouplist
;
200 int mangle_dos_filenames
;
201 int enable_progress_filter
;
202 unsigned int screen_columns
;
203 unsigned int screen_lines
;
204 byte
*show_subpackets
;
207 /* If true, let write failures on the status-fd exit the process. */
208 int exit_on_status_write_error
;
210 /* If > 0, limit the number of card insertion prompts to this
212 int limit_card_insert_tries
;
214 #ifdef ENABLE_CARD_SUPPORT
215 /* FIXME: We don't needs this here as it is done in scdaemon. */
216 const char *ctapi_driver
; /* Library to access the ctAPI. */
217 const char *pcsc_driver
; /* Library to access the PC/SC system. */
218 int disable_ccid
; /* Disable the use of the internal CCID driver. */
219 #endif /*ENABLE_CARD_SUPPORT*/
223 /* If set, require an 0x19 backsig to be present on signatures
224 made by signing subkeys. If not set, a missing backsig is not
225 an error (but an invalid backsig still is). */
226 unsigned int require_cross_cert
:1;
228 unsigned int use_embedded_filename
:1;
229 unsigned int utf8_filename
:1;
231 unsigned int allow_multiple_messages
:1;
234 /* Linked list of ways to find a key if the key isn't on the local
247 struct keyserver_spec
*spec
;
254 /* CTRL is used to keep some global variables we currently can't
255 avoid. Future concurrent versions of gpg will put it into a per
256 request structure CTRL. */
257 EXTERN_UNLESS_MAIN_MODULE
259 int in_auto_key_retrieve
; /* True if we are doing an
260 auto_key_retrieve. */
261 /* Hack to store the last error. We currently need it because the
262 proc_packet machinery is not able to reliabale return error
263 codes. Thus for the --server purposes we store some of the error
264 codes here. FIXME! */
268 #define DBG_PACKET_VALUE 1 /* debug packet reading/writing */
269 #define DBG_MPI_VALUE 2 /* debug mpi details */
270 #define DBG_CIPHER_VALUE 4 /* debug cipher handling */
271 /* (may reveal sensitive data) */
272 #define DBG_FILTER_VALUE 8 /* debug internal filter handling */
273 #define DBG_IOBUF_VALUE 16 /* debug iobuf stuff */
274 #define DBG_MEMORY_VALUE 32 /* debug memory allocation stuff */
275 #define DBG_CACHE_VALUE 64 /* debug the cacheing */
276 #define DBG_MEMSTAT_VALUE 128 /* show memory statistics */
277 #define DBG_TRUST_VALUE 256 /* debug the trustdb */
278 #define DBG_HASHING_VALUE 512 /* debug hashing operations */
279 #define DBG_EXTPROG_VALUE 1024 /* debug external program calls */
280 #define DBG_CARD_IO_VALUE 2048 /* debug smart card I/O. */
282 /* Fixme: For now alias this value. */
283 #define DBG_ASSUAN_VALUE DBG_EXTPROG_VALUE
286 /* Tests for the debugging flags. */
287 #define DBG_PACKET (opt.debug & DBG_PACKET_VALUE)
288 #define DBG_CIPHER (opt.debug & DBG_CIPHER_VALUE)
289 #define DBG_FILTER (opt.debug & DBG_FILTER_VALUE)
290 #define DBG_CACHE (opt.debug & DBG_CACHE_VALUE)
291 #define DBG_TRUST (opt.debug & DBG_TRUST_VALUE)
292 #define DBG_HASHING (opt.debug & DBG_HASHING_VALUE)
293 #define DBG_EXTPROG (opt.debug & DBG_EXTPROG_VALUE)
294 #define DBG_CARD_IO (opt.debug & DBG_CARD_IO_VALUE)
295 #define DBG_ASSUAN (opt.debug & DBG_ASSUAN_VALUE)
297 /* FIXME: We need to check whey we did not put this into opt. */
298 #define DBG_MEMORY memory_debug_mode
299 #define DBG_MEMSTAT memory_stat_debug_mode
301 EXTERN_UNLESS_MAIN_MODULE
int memory_debug_mode
;
302 EXTERN_UNLESS_MAIN_MODULE
int memory_stat_debug_mode
;
306 #define GNUPG (opt.compliance==CO_GNUPG)
307 #define RFC1991 (opt.compliance==CO_RFC1991 || opt.compliance==CO_PGP2)
308 #define RFC2440 (opt.compliance==CO_RFC2440)
309 #define RFC4880 (opt.compliance==CO_RFC4880)
310 #define PGP2 (opt.compliance==CO_PGP2)
311 #define PGP6 (opt.compliance==CO_PGP6)
312 #define PGP7 (opt.compliance==CO_PGP7)
313 #define PGP8 (opt.compliance==CO_PGP8)
314 #define PGPX (PGP2 || PGP6 || PGP7 || PGP8)
316 /* Various option flags. Note that there should be no common string
317 names between the IMPORT_ and EXPORT_ flags as they can be mixed in
318 the keyserver-options option. */
320 #define IMPORT_LOCAL_SIGS (1<<0)
321 #define IMPORT_REPAIR_PKS_SUBKEY_BUG (1<<1)
322 #define IMPORT_FAST (1<<2)
323 #define IMPORT_SK2PK (1<<3)
324 #define IMPORT_MERGE_ONLY (1<<4)
325 #define IMPORT_MINIMAL (1<<5)
326 #define IMPORT_CLEAN (1<<6)
328 #define EXPORT_LOCAL_SIGS (1<<0)
329 #define EXPORT_ATTRIBUTES (1<<1)
330 #define EXPORT_SENSITIVE_REVKEYS (1<<2)
331 #define EXPORT_RESET_SUBKEY_PASSWD (1<<3)
332 #define EXPORT_MINIMAL (1<<4)
333 #define EXPORT_CLEAN (1<<5)
334 #define EXPORT_SEXP_FORMAT (1<<6)
336 #define LIST_SHOW_PHOTOS (1<<0)
337 #define LIST_SHOW_POLICY_URLS (1<<1)
338 #define LIST_SHOW_STD_NOTATIONS (1<<2)
339 #define LIST_SHOW_USER_NOTATIONS (1<<3)
340 #define LIST_SHOW_NOTATIONS (LIST_SHOW_STD_NOTATIONS|LIST_SHOW_USER_NOTATIONS)
341 #define LIST_SHOW_KEYSERVER_URLS (1<<4)
342 #define LIST_SHOW_UID_VALIDITY (1<<5)
343 #define LIST_SHOW_UNUSABLE_UIDS (1<<6)
344 #define LIST_SHOW_UNUSABLE_SUBKEYS (1<<7)
345 #define LIST_SHOW_KEYRING (1<<8)
346 #define LIST_SHOW_SIG_EXPIRE (1<<9)
347 #define LIST_SHOW_SIG_SUBPACKETS (1<<10)
349 #define VERIFY_SHOW_PHOTOS (1<<0)
350 #define VERIFY_SHOW_POLICY_URLS (1<<1)
351 #define VERIFY_SHOW_STD_NOTATIONS (1<<2)
352 #define VERIFY_SHOW_USER_NOTATIONS (1<<3)
353 #define VERIFY_SHOW_NOTATIONS (VERIFY_SHOW_STD_NOTATIONS|VERIFY_SHOW_USER_NOTATIONS)
354 #define VERIFY_SHOW_KEYSERVER_URLS (1<<4)
355 #define VERIFY_SHOW_UID_VALIDITY (1<<5)
356 #define VERIFY_SHOW_UNUSABLE_UIDS (1<<6)
357 #define VERIFY_PKA_LOOKUPS (1<<7)
358 #define VERIFY_PKA_TRUST_INCREASE (1<<8)
359 #define VERIFY_SHOW_PRIMARY_UID_ONLY (1<<9)
361 #define KEYSERVER_USE_TEMP_FILES (1<<0)
362 #define KEYSERVER_KEEP_TEMP_FILES (1<<1)
363 #define KEYSERVER_ADD_FAKE_V3 (1<<2)
364 #define KEYSERVER_AUTO_KEY_RETRIEVE (1<<3)
365 #define KEYSERVER_HONOR_KEYSERVER_URL (1<<4)
366 #define KEYSERVER_HONOR_PKA_RECORD (1<<5)
368 #endif /*G10_OPTIONS_H*/