Imported Upstream version 2.1.0
[platform/upstream/gpg2.git] / doc / tools.texi
1 @c Copyright (C) 2004, 2008 Free Software Foundation, Inc.
2 @c This is part of the GnuPG manual.
3 @c For copying conditions, see the file GnuPG.texi.
4
5 @node Helper Tools
6 @chapter Helper Tools
7
8 GnuPG comes with a couple of smaller tools:
9
10 @menu
11 * watchgnupg::            Read logs from a socket.
12 * gpgv::                  Verify OpenPGP signatures.
13 * addgnupghome::          Create .gnupg home directories.
14 * gpgconf::               Modify .gnupg home directories.
15 * applygnupgdefaults::    Run gpgconf for all users.
16 * gpgsm-gencert.sh::      Generate an X.509 certificate request.
17 * gpg-preset-passphrase:: Put a passphrase into the cache.
18 * gpg-connect-agent::     Communicate with a running agent.
19 @ifset gpgtwoone
20 * dirmngr-client::        How to use the Dirmngr client tool.
21 @end ifset
22 * gpgparsemail::          Parse a mail message into an annotated format
23 * symcryptrun::           Call a simple symmetric encryption tool.
24 * gpg-zip::               Encrypt or sign files into an archive.
25 @end menu
26
27 @c
28 @c  WATCHGNUPG
29 @c
30 @manpage watchgnupg.1
31 @node watchgnupg
32 @section Read logs from a socket
33 @ifset manverb
34 .B watchgnupg
35 \- Read and print logs from a socket
36 @end ifset
37
38 @mansect synopsis
39 @ifset manverb
40 .B  watchgnupg
41 .RB [ \-\-force ]
42 .RB [ \-\-verbose ]
43 .I socketname
44 @end ifset
45
46 @mansect description
47 Most of the main utilities are able to write their log files to a Unix
48 Domain socket if configured that way.  @command{watchgnupg} is a simple
49 listener for such a socket.  It ameliorates the output with a time stamp
50 and makes sure that long lines are not interspersed with log output from
51 other utilities.  This tool is not available for Windows.
52
53
54 @noindent
55 @command{watchgnupg} is commonly invoked as
56
57 @example
58 watchgnupg --force ~/.gnupg/S.log
59 @end example
60 @manpause
61
62 @noindent
63 This starts it on the current terminal for listening on the socket
64 @file{~/.gnupg/S.log}.
65
66 @mansect options
67 @noindent
68 @command{watchgnupg} understands these options:
69
70 @table @gnupgtabopt
71
72 @item --force
73 @opindex force
74 Delete an already existing socket file.
75
76 @anchor{option watchgnupg --tcp}
77 @item --tcp @var{n}
78 Instead of reading from a local socket, listen for connects on TCP port
79 @var{n}.
80
81 @item --verbose
82 @opindex verbose
83 Enable extra informational output.
84
85 @item --version
86 @opindex version
87 Print version of the program and exit.
88
89 @item --help
90 @opindex help
91 Display a brief help page and exit.
92
93 @end table
94
95 @noindent
96 @mansect examples
97 @chapheading Examples
98
99 @example
100 $ watchgnupg --force /home/foo/.gnupg/S.log
101 @end example
102
103 This waits for connections on the local socket
104 @file{/home/foo/.gnupg/S.log} and shows all log entries.  To make this
105 work the option @option{log-file} needs to be used with all modules
106 which logs are to be shown.  The value for that option must be given
107 with a special prefix (e.g. in the conf file):
108
109 @example
110 log-file socket:///home/foo/.gnupg/S.log
111 @end example
112
113 For debugging purposes it is also possible to do remote logging.  Take
114 care if you use this feature because the information is send in the
115 clear over the network.  Use this syntax in the conf files:
116
117 @example
118 log-file tcp://192.168.1.1:4711
119 @end example
120
121 You may use any port and not just 4711 as shown above; only IP addresses
122 are supported (v4 and v6) and no host names.  You need to start
123 @command{watchgnupg} with the @option{tcp} option.  Note that under
124 Windows the registry entry @var{HKCU\Software\GNU\GnuPG:DefaultLogFile}
125 can be used to change the default log output from @code{stderr} to
126 whatever is given by that entry.  However the only useful entry is a TCP
127 name for remote debugging.
128
129
130 @mansect see also
131 @ifset isman
132 @command{gpg}(1),
133 @command{gpgsm}(1),
134 @command{gpg-agent}(1),
135 @command{scdaemon}(1)
136 @end ifset
137 @include see-also-note.texi
138
139
140 @c
141 @c  GPGV
142 @c
143 @include gpgv.texi
144
145
146 @c
147 @c    ADDGNUPGHOME
148 @c
149 @manpage addgnupghome.8
150 @node addgnupghome
151 @section Create .gnupg home directories.
152 @ifset manverb
153 .B addgnupghome
154 \- Create .gnupg home directories
155 @end ifset
156
157 @mansect synopsis
158 @ifset manverb
159 .B  addgnupghome
160 .I account_1
161 .IR account_2 ... account_n
162 @end ifset
163
164 @mansect description
165 If GnuPG is installed on a system with existing user accounts, it is
166 sometimes required to populate the GnuPG home directory with existing
167 files.  Especially a @file{trustlist.txt} and a keybox with some
168 initial certificates are often desired.  This scripts help to do this
169 by copying all files from @file{/etc/skel/.gnupg} to the home
170 directories of the accounts given on the command line.  It takes care
171 not to overwrite existing GnuPG home directories.
172
173 @noindent
174 @command{addgnupghome} is invoked by root as:
175
176 @example
177 addgnupghome account1 account2 ... accountn
178 @end example
179
180
181 @c
182 @c   GPGCONF
183 @c
184 @manpage gpgconf.1
185 @node gpgconf
186 @section Modify .gnupg home directories.
187 @ifset manverb
188 .B gpgconf
189 \- Modify .gnupg home directories
190 @end ifset
191
192 @mansect synopsis
193 @ifset manverb
194 .B gpgconf
195 .RI [ options ]
196 .B \-\-list-components
197 .br
198 .B gpgconf
199 .RI [ options ]
200 .B \-\-list-options
201 .I component
202 .br
203 .B gpgconf
204 .RI [ options ]
205 .B \-\-change-options
206 .I component
207 @end ifset
208
209
210 @mansect description
211 The @command{gpgconf} is a utility to automatically and reasonable
212 safely query and modify configuration files in the @file{.gnupg} home
213 directory.  It is designed not to be invoked manually by the user, but
214 automatically by graphical user interfaces (GUI).@footnote{Please note
215 that currently no locking is done, so concurrent access should be
216 avoided.  There are some precautions to avoid corruption with
217 concurrent usage, but results may be inconsistent and some changes may
218 get lost.  The stateless design makes it difficult to provide more
219 guarantees.}
220
221 @command{gpgconf} provides access to the configuration of one or more
222 components of the GnuPG system.  These components correspond more or
223 less to the programs that exist in the GnuPG framework, like GnuPG,
224 GPGSM, DirMngr, etc.  But this is not a strict one-to-one
225 relationship.  Not all configuration options are available through
226 @command{gpgconf}.  @command{gpgconf} provides a generic and abstract
227 method to access the most important configuration options that can
228 feasibly be controlled via such a mechanism.
229
230 @command{gpgconf} can be used to gather and change the options
231 available in each component, and can also provide their default
232 values.  @command{gpgconf} will give detailed type information that
233 can be used to restrict the user's input without making an attempt to
234 commit the changes.
235
236 @command{gpgconf} provides the backend of a configuration editor.  The
237 configuration editor would usually be a graphical user interface
238 program, that allows to display the current options, their default
239 values, and allows the user to make changes to the options.  These
240 changes can then be made active with @command{gpgconf} again.  Such a
241 program that uses @command{gpgconf} in this way will be called GUI
242 throughout this section.
243
244 @menu
245 * Invoking gpgconf::       List of all commands and options.
246 * Format conventions::     Formatting conventions relevant for all commands.
247 * Listing components::     List all gpgconf components.
248 * Checking programs::      Check all programs know to gpgconf.
249 * Listing options::        List all options of a component.
250 * Changing options::       Changing options of a component.
251 * Listing global options:: List all global options.
252 * Files used by gpgconf::  What files are used by gpgconf.
253 @end menu
254
255 @manpause
256 @node Invoking gpgconf
257 @subsection Invoking gpgconf
258
259 @mansect commands
260 One of the following commands must be given:
261
262 @table @gnupgtabopt
263
264 @item --list-components
265 List all components.  This is the default command used if none is
266 specified.
267
268 @item --check-programs
269 List all available backend programs and test whether they are runnable.
270
271 @item --list-options @var{component}
272 List all options of the component @var{component}.
273
274 @item --change-options @var{component}
275 Change the options of the component @var{component}.
276
277 @item --check-options @var{component}
278 Check the options for the component @var{component}.
279
280 @item --apply-defaults
281 Update all configuration files with values taken from the global
282 configuration file (usually @file{/etc/gnupg/gpgconf.conf}).
283
284 @item --list-dirs
285 Lists the directories used by @command{gpgconf}.  One directory is
286 listed per line, and each line consists of a colon-separated list where
287 the first field names the directory type (for example @code{sysconfdir})
288 and the second field contains the percent-escaped directory.  Although
289 they are not directories, the socket file names used by
290 @command{gpg-agent} and @command{dirmngr} are printed as well.  Note
291 that the socket file names and the @code{homedir} lines are the default
292 names and they may be overridden by command line switches.
293
294 @item --list-config [@var{filename}]
295 List the global configuration file in a colon separated format.  If
296 @var{filename} is given, check that file instead.
297
298 @item --check-config [@var{filename}]
299 Run a syntax check on the global configuration file.  If @var{filename}
300 is given, check that file instead.
301
302 @item --reload [@var{component}]
303 @opindex reload
304 Reload all or the given component. This is basically the same as sending
305 a SIGHUP to the component.  Components which don't support reloading are
306 ignored.
307
308 @ifset gpgtwoone
309 @item --launch [@var{component}]
310 @opindex launch
311 If the @var{component} is not already running, start it.
312 @command{component} must be a daemon.  This is in general not required
313 because the system starts these daemons as needed.  However, external
314 software making direct use of @command{gpg-agent} or @command{dirmngr}
315 may use this command to ensure that they are started.
316
317 @item --kill [@var{component}]
318 @opindex kill
319 Kill the given component.  Components which support killing are
320 gpg-agent and scdaemon.  Components which don't support reloading are
321 ignored.  Note that as of now reload and kill have the same effect for
322 scdaemon.
323 @end ifset
324
325 @end table
326
327
328 @mansect options
329
330 The following options may be used:
331
332 @table @gnupgtabopt
333 @c FIXME: Not yet supported.
334 @c @item -o @var{file}
335 @c @itemx --output @var{file}
336 @c Use @var{file} as output file.
337
338 @item -v
339 @itemx --verbose
340 Outputs additional information while running.  Specifically, this
341 extends numerical field values by human-readable descriptions.
342
343 @item -n
344 @itemx --dry-run
345 Do not actually change anything.  This is currently only implemented
346 for @code{--change-options} and can be used for testing purposes.
347
348 @item -r
349 @itemx --runtime
350 Only used together with @code{--change-options}.  If one of the
351 modified options can be changed in a running daemon process, signal
352 the running daemon to ask it to reparse its configuration file after
353 changing.
354
355 This means that the changes will take effect at run-time, as far as
356 this is possible.  Otherwise, they will take effect at the next start
357 of the respective backend programs.
358 @manpause
359 @end table
360
361
362 @node Format conventions
363 @subsection Format conventions
364
365 Some lines in the output of @command{gpgconf} contain a list of
366 colon-separated fields.  The following conventions apply:
367
368 @itemize @bullet
369 @item
370 The GUI program is required to strip off trailing newline and/or
371 carriage return characters from the output.
372
373 @item
374 @command{gpgconf} will never leave out fields.  If a certain version
375 provides a certain field, this field will always be present in all
376 @command{gpgconf} versions from that time on.
377
378 @item
379 Future versions of @command{gpgconf} might append fields to the list.
380 New fields will always be separated from the previously last field by
381 a colon separator.  The GUI should be prepared to parse the last field
382 it knows about up until a colon or end of line.
383
384 @item
385 Not all fields are defined under all conditions.  You are required to
386 ignore the content of undefined fields.
387 @end itemize
388
389 There are several standard types for the content of a field:
390
391 @table @asis
392 @item verbatim
393 Some fields contain strings that are not escaped in any way.  Such
394 fields are described to be used @emph{verbatim}.  These fields will
395 never contain a colon character (for obvious reasons).  No de-escaping
396 or other formatting is required to use the field content.  This is for
397 easy parsing of the output, when it is known that the content can
398 never contain any special characters.
399
400 @item percent-escaped
401 Some fields contain strings that are described to be
402 @emph{percent-escaped}.  Such strings need to be de-escaped before
403 their content can be presented to the user.  A percent-escaped string
404 is de-escaped by replacing all occurrences of @code{%XY} by the byte
405 that has the hexadecimal value @code{XY}.  @code{X} and @code{Y} are
406 from the set @code{0-9a-f}.
407
408 @item localised
409 Some fields contain strings that are described to be @emph{localised}.
410 Such strings are translated to the active language and formatted in
411 the active character set.
412
413 @item @w{unsigned number}
414 Some fields contain an @emph{unsigned number}.  This number will
415 always fit into a 32-bit unsigned integer variable.  The number may be
416 followed by a space, followed by a human readable description of that
417 value (if the verbose option is used).  You should ignore everything
418 in the field that follows the number.
419
420 @item @w{signed number}
421 Some fields contain a @emph{signed number}.  This number will always
422 fit into a 32-bit signed integer variable.  The number may be followed
423 by a space, followed by a human readable description of that value (if
424 the verbose option is used).  You should ignore everything in the
425 field that follows the number.
426
427 @item @w{boolean value}
428 Some fields contain a @emph{boolean value}.  This is a number with
429 either the value 0 or 1.  The number may be followed by a space,
430 followed by a human readable description of that value (if the verbose
431 option is used).  You should ignore everything in the field that follows
432 the number; checking just the first character is sufficient in this
433 case.
434
435 @item option
436 Some fields contain an @emph{option} argument.  The format of an
437 option argument depends on the type of the option and on some flags:
438
439 @table @asis
440 @item no argument
441 The simplest case is that the option does not take an argument at all
442 (@var{type} @code{0}).  Then the option argument is an unsigned number
443 that specifies how often the option occurs.  If the @code{list} flag
444 is not set, then the only valid number is @code{1}.  Options that do
445 not take an argument never have the @code{default} or @code{optional
446 arg} flag set.
447
448 @item number
449 If the option takes a number argument (@var{alt-type} is @code{2} or
450 @code{3}), and it can only occur once (@code{list} flag is not set),
451 then the option argument is either empty (only allowed if the argument
452 is optional), or it is a number.  A number is a string that begins
453 with an optional minus character, followed by one or more digits.  The
454 number must fit into an integer variable (unsigned or signed,
455 depending on @var{alt-type}).
456
457 @item number list
458 If the option takes a number argument and it can occur more than once,
459 then the option argument is either empty, or it is a comma-separated
460 list of numbers as described above.
461
462 @item string
463 If the option takes a string argument (@var{alt-type} is 1), and it
464 can only occur once (@code{list} flag is not set) then the option
465 argument is either empty (only allowed if the argument is optional),
466 or it starts with a double quote character (@code{"}) followed by a
467 percent-escaped string that is the argument value.  Note that there is
468 only a leading double quote character, no trailing one.  The double
469 quote character is only needed to be able to differentiate between no
470 value and the empty string as value.
471
472 @item string list
473 If the option takes a number argument and it can occur more than once,
474 then the option argument is either empty, or it is a comma-separated
475 list of string arguments as described above.
476 @end table
477 @end table
478
479 The active language and character set are currently determined from
480 the locale environment of the @command{gpgconf} program.
481
482 @c FIXME: Document the active language and active character set.  Allow
483 @c to change it via the command line?
484
485
486 @mansect usage
487 @node Listing components
488 @subsection Listing components
489
490 The command @code{--list-components} will list all components that can
491 be configured with @command{gpgconf}.  Usually, one component will
492 correspond to one GnuPG-related program and contain the options of
493 that programs configuration file that can be modified using
494 @command{gpgconf}.  However, this is not necessarily the case.  A
495 component might also be a group of selected options from several
496 programs, or contain entirely virtual options that have a special
497 effect rather than changing exactly one option in one configuration
498 file.
499
500 A component is a set of configuration options that semantically belong
501 together.  Furthermore, several changes to a component can be made in
502 an atomic way with a single operation.  The GUI could for example
503 provide a menu with one entry for each component, or a window with one
504 tabulator sheet per component.
505
506 The command argument @code{--list-components} lists all available
507 components, one per line.  The format of each line is:
508
509 @code{@var{name}:@var{description}:@var{pgmname}:}
510
511 @table @var
512 @item name
513 This field contains a name tag of the component.  The name tag is used
514 to specify the component in all communication with @command{gpgconf}.
515 The name tag is to be used @emph{verbatim}.  It is thus not in any
516 escaped format.
517
518 @item description
519 The @emph{string} in this field contains a human-readable description
520 of the component.  It can be displayed to the user of the GUI for
521 informational purposes.  It is @emph{percent-escaped} and
522 @emph{localized}.
523
524 @item pgmname
525 The @emph{string} in this field contains the absolute name of the
526 program's file.  It can be used to unambiguously invoke that program.
527 It is @emph{percent-escaped}.
528 @end table
529
530 Example:
531 @example
532 $ gpgconf --list-components
533 gpg:GPG for OpenPGP:/usr/local/bin/gpg2:
534 gpg-agent:GPG Agent:/usr/local/bin/gpg-agent:
535 scdaemon:Smartcard Daemon:/usr/local/bin/scdaemon:
536 gpgsm:GPG for S/MIME:/usr/local/bin/gpgsm:
537 dirmngr:Directory Manager:/usr/local/bin/dirmngr:
538 @end example
539
540
541
542 @node Checking programs
543 @subsection Checking programs
544
545 The command @code{--check-programs} is similar to
546 @code{--list-components} but works on backend programs and not on
547 components.  It runs each program to test whether it is installed and
548 runnable.  This also includes a syntax check of all config file options
549 of the program.
550
551 The command argument @code{--check-programs} lists all available
552 programs, one per line.  The format of each line is:
553
554 @code{@var{name}:@var{description}:@var{pgmname}:@var{avail}:@var{okay}:@var{cfgfile}:@var{line}:@var{error}:}
555
556 @table @var
557 @item name
558 This field contains a name tag of the program which is identical to the
559 name of the component.  The name tag is to be used @emph{verbatim}.  It
560 is thus not in any escaped format.  This field may be empty to indicate
561 a continuation of error descriptions for the last name.  The description
562 and pgmname fields are then also empty.
563
564 @item description
565 The @emph{string} in this field contains a human-readable description
566 of the component.  It can be displayed to the user of the GUI for
567 informational purposes.  It is @emph{percent-escaped} and
568 @emph{localized}.
569
570 @item pgmname
571 The @emph{string} in this field contains the absolute name of the
572 program's file.  It can be used to unambiguously invoke that program.
573 It is @emph{percent-escaped}.
574
575 @item avail
576 The @emph{boolean value} in this field indicates whether the program is
577 installed and runnable.
578
579 @item okay
580 The @emph{boolean value} in this field indicates whether the program's
581 config file is syntactically okay.
582
583 @item cfgfile
584 If an error occurred in the configuration file (as indicated by a false
585 value in the field @code{okay}), this field has the name of the failing
586 configuration file.  It is @emph{percent-escaped}.
587
588 @item line
589 If an error occurred in the configuration file, this field has the line
590 number of the failing statement in the configuration file.
591 It is an @emph{unsigned number}.
592
593 @item error
594 If an error occurred in the configuration file, this field has the error
595 text of the failing statement in the configuration file.  It is
596 @emph{percent-escaped} and @emph{localized}.
597
598 @end table
599
600 @noindent
601 In the following example the @command{dirmngr} is not runnable and the
602 configuration file of @command{scdaemon} is not okay.
603
604 @example
605 $ gpgconf --check-programs
606 gpg:GPG for OpenPGP:/usr/local/bin/gpg2:1:1:
607 gpg-agent:GPG Agent:/usr/local/bin/gpg-agent:1:1:
608 scdaemon:Smartcard Daemon:/usr/local/bin/scdaemon:1:0:
609 gpgsm:GPG for S/MIME:/usr/local/bin/gpgsm:1:1:
610 dirmngr:Directory Manager:/usr/local/bin/dirmngr:0:0:
611 @end example
612
613 @noindent
614 The command @w{@code{--check-options @var{component}}} will verify the
615 configuration file in the same manner as @code{--check-programs}, but
616 only for the component @var{component}.
617
618
619 @node Listing options
620 @subsection Listing options
621
622 Every component contains one or more options.  Options may be gathered
623 into option groups to allow the GUI to give visual hints to the user
624 about which options are related.
625
626 The command argument @code{@w{--list-options @var{component}}} lists
627 all options (and the groups they belong to) in the component
628 @var{component}, one per line.  @var{component} must be the string in
629 the field @var{name} in the output of the @code{--list-components}
630 command.
631
632 There is one line for each option and each group.  First come all
633 options that are not in any group.  Then comes a line describing a
634 group.  Then come all options that belong into each group.  Then comes
635 the next group and so on.  There does not need to be any group (and in
636 this case the output will stop after the last non-grouped option).
637
638 The format of each line is:
639
640 @code{@var{name}:@var{flags}:@var{level}:@var{description}:@var{type}:@var{alt-type}:@var{argname}:@var{default}:@var{argdef}:@var{value}}
641
642 @table @var
643 @item name
644 This field contains a name tag for the group or option.  The name tag
645 is used to specify the group or option in all communication with
646 @command{gpgconf}.  The name tag is to be used @emph{verbatim}.  It is
647 thus not in any escaped format.
648
649 @item flags
650 The flags field contains an @emph{unsigned number}.  Its value is the
651 OR-wise combination of the following flag values:
652
653 @table @code
654 @item group (1)
655 If this flag is set, this is a line describing a group and not an
656 option.
657 @end table
658
659 The following flag values are only defined for options (that is, if
660 the @code{group} flag is not used).
661
662 @table @code
663 @item optional arg (2)
664 If this flag is set, the argument is optional.  This is never set for
665 @var{type} @code{0} (none) options.
666
667 @item list (4)
668 If this flag is set, the option can be given multiple times.
669
670 @item runtime (8)
671 If this flag is set, the option can be changed at runtime.
672
673 @item default (16)
674 If this flag is set, a default value is available.
675
676 @item default desc (32)
677 If this flag is set, a (runtime) default is available.  This and the
678 @code{default} flag are mutually exclusive.
679
680 @item no arg desc (64)
681 If this flag is set, and the @code{optional arg} flag is set, then the
682 option has a special meaning if no argument is given.
683
684 @item no change (128)
685 If this flag is set, gpgconf ignores requests to change the value.  GUI
686 frontends should grey out this option.  Note, that manual changes of the
687 configuration files are still possible.
688 @end table
689
690 @item level
691 This field is defined for options and for groups.  It contains an
692 @emph{unsigned number} that specifies the expert level under which
693 this group or option should be displayed.  The following expert levels
694 are defined for options (they have analogous meaning for groups):
695
696 @table @code
697 @item basic (0)
698 This option should always be offered to the user.
699
700 @item advanced (1)
701 This option may be offered to advanced users.
702
703 @item expert (2)
704 This option should only be offered to expert users.
705
706 @item invisible (3)
707 This option should normally never be displayed, not even to expert
708 users.
709
710 @item internal (4)
711 This option is for internal use only.  Ignore it.
712 @end table
713
714 The level of a group will always be the lowest level of all options it
715 contains.
716
717 @item description
718 This field is defined for options and groups.  The @emph{string} in
719 this field contains a human-readable description of the option or
720 group.  It can be displayed to the user of the GUI for informational
721 purposes.  It is @emph{percent-escaped} and @emph{localized}.
722
723 @item type
724 This field is only defined for options.  It contains an @emph{unsigned
725 number} that specifies the type of the option's argument, if any.  The
726 following types are defined:
727
728 Basic types:
729
730 @table @code
731 @item none (0)
732 No argument allowed.
733
734 @item string (1)
735 An @emph{unformatted string}.
736
737 @item int32 (2)
738 A @emph{signed number}.
739
740 @item uint32 (3)
741 An @emph{unsigned number}.
742 @end table
743
744 Complex types:
745
746 @table @code
747 @item pathname (32)
748 A @emph{string} that describes the pathname of a file.  The file does
749 not necessarily need to exist.
750
751 @item ldap server (33)
752 A @emph{string} that describes an LDAP server in the format:
753
754 @code{@var{hostname}:@var{port}:@var{username}:@var{password}:@var{base_dn}}
755
756 @item key fingerprint (34)
757 A @emph{string} with a 40 digit fingerprint specifying a certificate.
758
759 @item pub key (35)
760 A @emph{string} that describes a certificate by user ID, key ID or
761 fingerprint.
762
763 @item sec key (36)
764 A @emph{string} that describes a certificate with a key by user ID,
765 key ID or fingerprint.
766
767 @item alias list (37)
768 A @emph{string} that describes an alias list, like the one used with
769 gpg's group option.  The list consists of a key, an equal sign and space
770 separated values.
771 @end table
772
773 More types will be added in the future.  Please see the @var{alt-type}
774 field for information on how to cope with unknown types.
775
776 @item alt-type
777 This field is identical to @var{type}, except that only the types
778 @code{0} to @code{31} are allowed.  The GUI is expected to present the
779 user the option in the format specified by @var{type}.  But if the
780 argument type @var{type} is not supported by the GUI, it can still
781 display the option in the more generic basic type @var{alt-type}.  The
782 GUI must support all the defined basic types to be able to display all
783 options.  More basic types may be added in future versions.  If the
784 GUI encounters a basic type it doesn't support, it should report an
785 error and abort the operation.
786
787 @item argname
788 This field is only defined for options with an argument type
789 @var{type} that is not @code{0}.  In this case it may contain a
790 @emph{percent-escaped} and @emph{localised string} that gives a short
791 name for the argument.  The field may also be empty, though, in which
792 case a short name is not known.
793
794 @item default
795 This field is defined only for options for which the @code{default} or
796 @code{default desc} flag is set.  If the @code{default} flag is set,
797 its format is that of an @emph{option argument} (@xref{Format
798 conventions}, for details).  If the default value is empty, then no
799 default is known.  Otherwise, the value specifies the default value
800 for this option.  If the @code{default desc} flag is set, the field is
801 either empty or contains a description of the effect if the option is
802 not given.
803
804 @item argdef
805 This field is defined only for options for which the @code{optional
806 arg} flag is set.  If the @code{no arg desc} flag is not set, its
807 format is that of an @emph{option argument} (@xref{Format
808 conventions}, for details).  If the default value is empty, then no
809 default is known.  Otherwise, the value specifies the default argument
810 for this option.  If the @code{no arg desc} flag is set, the field is
811 either empty or contains a description of the effect of this option if
812 no argument is given.
813
814 @item value
815 This field is defined only for options.  Its format is that of an
816 @emph{option argument}.  If it is empty, then the option is not
817 explicitly set in the current configuration, and the default applies
818 (if any).  Otherwise, it contains the current value of the option.
819 Note that this field is also meaningful if the option itself does not
820 take a real argument (in this case, it contains the number of times
821 the option appears).
822 @end table
823
824
825 @node Changing options
826 @subsection Changing options
827
828 The command @w{@code{--change-options @var{component}}} will attempt
829 to change the options of the component @var{component} to the
830 specified values.  @var{component} must be the string in the field
831 @var{name} in the output of the @code{--list-components} command.  You
832 have to provide the options that shall be changed in the following
833 format on standard input:
834
835 @code{@var{name}:@var{flags}:@var{new-value}}
836
837 @table @var
838 @item name
839 This is the name of the option to change.  @var{name} must be the
840 string in the field @var{name} in the output of the
841 @code{--list-options} command.
842
843 @item flags
844 The flags field contains an @emph{unsigned number}.  Its value is the
845 OR-wise combination of the following flag values:
846
847 @table @code
848 @item default (16)
849 If this flag is set, the option is deleted and the default value is
850 used instead (if applicable).
851 @end table
852
853 @item new-value
854 The new value for the option.  This field is only defined if the
855 @code{default} flag is not set.  The format is that of an @emph{option
856 argument}.  If it is empty (or the field is omitted), the default
857 argument is used (only allowed if the argument is optional for this
858 option).  Otherwise, the option will be set to the specified value.
859 @end table
860
861 @noindent
862 The output of the command is the same as that of
863 @code{--check-options} for the modified configuration file.
864
865 Examples:
866
867 To set the force option, which is of basic type @code{none (0)}:
868
869 @example
870 $ echo 'force:0:1' | gpgconf --change-options dirmngr
871 @end example
872
873 To delete the force option:
874
875 @example
876 $ echo 'force:16:' | gpgconf --change-options dirmngr
877 @end example
878
879 The @code{--runtime} option can influence when the changes take
880 effect.
881
882
883 @node Listing global options
884 @subsection Listing global options
885
886 Sometimes it is useful for applications to look at the global options
887 file @file{gpgconf.conf}.
888 The colon separated listing format is record oriented and uses the first
889 field to identify the record type:
890
891 @table @code
892 @item k
893 This describes a key record to start the definition of a new ruleset for
894 a user/group.  The format of a key record is:
895
896   @code{k:@var{user}:@var{group}:}
897
898 @table @var
899 @item user
900 This is the user field of the key.  It is percent escaped.  See the
901 definition of the gpgconf.conf format for details.
902
903 @item group
904 This is the group field of the key.  It is percent escaped.
905 @end table
906
907 @item r
908 This describes a rule record. All rule records up to the next key record
909 make up a rule set for that key.  The format of a rule record is:
910
911   @code{r:::@var{component}:@var{option}:@var{flags}:@var{value}:}
912
913 @table @var
914 @item component
915 This is the component part of a rule.  It is a plain string.
916
917 @item option
918 This is the option part of a rule.  It is a plain string.
919
920 @item flag
921 This is the flags part of a rule.  There may be only one flag per rule
922 but by using the same component and option, several flags may be
923 assigned to an option.  It is a plain string.
924
925 @item value
926 This is the optional value for the option.  It is a percent escaped
927 string with a single quotation mark to indicate a string.  The quotation
928 mark is only required to distinguish between no value specified and an
929 empty string.
930 @end table
931
932 @end table
933
934 @noindent
935 Unknown record types should be ignored.  Note that there is intentionally
936 no feature to change the global option file through @command{gpgconf}.
937
938
939
940 @mansect files
941 @node Files used by gpgconf
942 @subsection Files used by gpgconf
943
944 @table @file
945
946 @item /etc/gnupg/gpgconf.conf
947 @cindex gpgconf.conf
948   If this file exists, it is processed as a global configuration file.
949   A commented example can be found in the @file{examples} directory of
950   the distribution.
951 @end table
952
953
954 @mansect see also
955 @ifset isman
956 @command{gpg}(1),
957 @command{gpgsm}(1),
958 @command{gpg-agent}(1),
959 @command{scdaemon}(1),
960 @command{dirmngr}(1)
961 @end ifset
962 @include see-also-note.texi
963
964
965
966 @c
967 @c    APPLYGNUPGDEFAULTS
968 @c
969 @manpage applygnupgdefaults.8
970 @node applygnupgdefaults
971 @section Run gpgconf for all users.
972 @ifset manverb
973 .B applygnupgdefaults
974 \- Run gpgconf --apply-defaults for all users.
975 @end ifset
976
977 @mansect synopsis
978 @ifset manverb
979 .B  applygnupgdefaults
980 @end ifset
981
982 @mansect description
983 This script is a wrapper around @command{gpgconf} to run it with the
984 command @code{--apply-defaults} for all real users with an existing
985 GnuPG home directory.  Admins might want to use this script to update he
986 GnuPG configuration files for all users after
987 @file{/etc/gnupg/gpgconf.conf} has been changed.  This allows to enforce
988 certain policies for all users.  Note, that this is not a bulletproof of
989 forcing a user to use certain options.  A user may always directly edit
990 the configuration files and bypass gpgconf.
991
992 @noindent
993 @command{applygnupgdefaults} is invoked by root as:
994
995 @example
996 applygnupgdefaults
997 @end example
998
999
1000 @c
1001 @c    GPGSM-GENCERT.SH
1002 @c
1003 @node gpgsm-gencert.sh
1004 @section Generate an X.509 certificate request
1005 @manpage gpgsm-gencert.sh.1
1006 @ifset manverb
1007 .B gpgsm-gencert.sh
1008 \- Generate an X.509 certificate request
1009 @end ifset
1010
1011 @mansect synopsis
1012 @ifset manverb
1013 .B  gpgsm-gencert.sh
1014 @end ifset
1015
1016 @mansect description
1017 This is a simple tool to interactively generate a certificate request
1018 which will be printed to stdout.
1019
1020 @manpause
1021 @noindent
1022 @command{gpgsm-gencert.sh} is invoked as:
1023
1024 @samp{gpgsm-cencert.sh}
1025
1026 @mansect see also
1027 @ifset isman
1028 @command{gpgsm}(1),
1029 @command{gpg-agent}(1),
1030 @command{scdaemon}(1)
1031 @end ifset
1032 @include see-also-note.texi
1033
1034
1035
1036 @c
1037 @c   GPG-PRESET-PASSPHRASE
1038 @c
1039 @node gpg-preset-passphrase
1040 @section Put a passphrase into the cache.
1041 @manpage gpg-preset-passphrase.1
1042 @ifset manverb
1043 .B gpg-preset-passphrase
1044 \- Put a passphrase into gpg-agent's cache
1045 @end ifset
1046
1047 @mansect synopsis
1048 @ifset manverb
1049 .B  gpg-preset-passphrase
1050 .RI [ options ]
1051 .RI [ command ]
1052 .I cache-id
1053 @end ifset
1054
1055 @mansect description
1056 The @command{gpg-preset-passphrase} is a utility to seed the internal
1057 cache of a running @command{gpg-agent} with passphrases.  It is mainly
1058 useful for unattended machines, where the usual @command{pinentry} tool
1059 may not be used and the passphrases for the to be used keys are given at
1060 machine startup.
1061
1062 Passphrases set with this utility don't expire unless the
1063 @option{--forget} option is used to explicitly clear them from the
1064 cache --- or @command{gpg-agent} is either restarted or reloaded (by
1065 sending a SIGHUP to it).  Note that the maximum cache time as set with
1066 @option{--max-cache-ttl} is still honored.  It is necessary to allow
1067 this passphrase presetting by starting @command{gpg-agent} with the
1068 @option{--allow-preset-passphrase}.
1069
1070 @menu
1071 * Invoking gpg-preset-passphrase::   List of all commands and options.
1072 @end menu
1073
1074 @manpause
1075 @node Invoking gpg-preset-passphrase
1076 @subsection List of all commands and options.
1077 @mancont
1078
1079 @noindent
1080 @command{gpg-preset-passphrase} is invoked this way:
1081
1082 @example
1083 gpg-preset-passphrase [options] [command] @var{cacheid}
1084 @end example
1085
1086 @var{cacheid} is either a 40 character keygrip of hexadecimal
1087 characters identifying the key for which the passphrase should be set
1088 or cleared.  The keygrip is listed along with the key when running the
1089 command: @code{gpgsm --dump-secret-keys}.  Alternatively an arbitrary
1090 string may be used to identify a passphrase; it is suggested that such
1091 a string is prefixed with the name of the application (e.g
1092 @code{foo:12346}).
1093
1094 @noindent
1095 One of the following command options must be given:
1096
1097 @table @gnupgtabopt
1098 @item --preset
1099 @opindex preset
1100 Preset a passphrase. This is what you usually will
1101 use. @command{gpg-preset-passphrase} will then read the passphrase from
1102 @code{stdin}.
1103
1104 @item --forget
1105 @opindex forget
1106 Flush the passphrase for the given cache ID from the cache.
1107
1108 @end table
1109
1110 @noindent
1111 The following additional options may be used:
1112
1113 @table @gnupgtabopt
1114 @item -v
1115 @itemx --verbose
1116 @opindex verbose
1117 Output additional information while running.
1118
1119 @item -P @var{string}
1120 @itemx --passphrase @var{string}
1121 @opindex passphrase
1122 Instead of reading the passphrase from @code{stdin}, use the supplied
1123 @var{string} as passphrase.  Note that this makes the passphrase visible
1124 for other users.
1125 @end table
1126
1127 @mansect see also
1128 @ifset isman
1129 @command{gpg}(1),
1130 @command{gpgsm}(1),
1131 @command{gpg-agent}(1),
1132 @command{scdaemon}(1)
1133 @end ifset
1134 @include see-also-note.texi
1135
1136
1137
1138
1139 @c
1140 @c   GPG-CONNECT-AGENT
1141 @c
1142 @node gpg-connect-agent
1143 @section Communicate with a running agent.
1144 @manpage gpg-connect-agent.1
1145 @ifset manverb
1146 .B gpg-connect-agent
1147 \- Communicate with a running agent
1148 @end ifset
1149
1150 @mansect synopsis
1151 @ifset manverb
1152 .B  gpg-connect-agent
1153 .RI [ options ] [commands]
1154 @end ifset
1155
1156 @mansect description
1157 The @command{gpg-connect-agent} is a utility to communicate with a
1158 running @command{gpg-agent}.  It is useful to check out the commands
1159 gpg-agent provides using the Assuan interface.  It might also be useful
1160 for scripting simple applications.  Input is expected at stdin and out
1161 put gets printed to stdout.
1162
1163 It is very similar to running @command{gpg-agent} in server mode; but
1164 here we connect to a running instance.
1165
1166 @menu
1167 * Invoking gpg-connect-agent::       List of all options.
1168 * Controlling gpg-connect-agent::    Control commands.
1169 @end menu
1170
1171 @manpause
1172 @node Invoking gpg-connect-agent
1173 @subsection List of all options.
1174
1175 @noindent
1176 @command{gpg-connect-agent} is invoked this way:
1177
1178 @example
1179 gpg-connect-agent [options] [commands]
1180 @end example
1181 @mancont
1182
1183 @noindent
1184 The following options may be used:
1185
1186 @table @gnupgtabopt
1187 @item -v
1188 @itemx --verbose
1189 @opindex verbose
1190 Output additional information while running.
1191
1192 @item -q
1193 @item --quiet
1194 @opindex q
1195 @opindex quiet
1196 Try to be as quiet as possible.
1197
1198 @include opt-homedir.texi
1199
1200 @item --agent-program @var{file}
1201 @opindex agent-program
1202 Specify the agent program to be started if none is running.  The
1203 default value is determined by running @command{gpgconf} with the
1204 option @option{--list-dirs}.  Note that the pipe symbol (@code{|}) is
1205 used for a regression test suite hack and may thus not be used in the
1206 file name.
1207
1208 @ifset gpgtwoone
1209 @item --dirmngr-program @var{file}
1210 @opindex dirmngr-program
1211 Specify the directory manager (keyserver client) program to be started
1212 if none is running.  This has only an effect if used together with the
1213 option @option{--dirmngr}.
1214
1215 @item --dirmngr
1216 @opindex dirmngr
1217 Connect to a running directory manager (keyserver client) instead of
1218 to the gpg-agent.  If a dirmngr is not running, start it.
1219 @end ifset
1220
1221 @item -S
1222 @itemx --raw-socket @var{name}
1223 @opindex raw-socket
1224 Connect to socket @var{name} assuming this is an Assuan style server.
1225 Do not run any special initializations or environment checks.  This may
1226 be used to directly connect to any Assuan style socket server.
1227
1228 @item -E
1229 @itemx --exec
1230 @opindex exec
1231 Take the rest of the command line as a program and it's arguments and
1232 execute it as an assuan server. Here is how you would run @command{gpgsm}:
1233 @smallexample
1234  gpg-connect-agent --exec gpgsm --server
1235 @end smallexample
1236 Note that you may not use options on the command line in this case.
1237
1238 @item --no-ext-connect
1239 @opindex no-ext-connect
1240 When using @option{-S} or @option{--exec}, @command{gpg-connect-agent}
1241 connects to the assuan server in extended mode to allow descriptor
1242 passing.  This option makes it use the old mode.
1243
1244 @item --run @var{file}
1245 @opindex run
1246 Run the commands from @var{file} at startup and then continue with the
1247 regular input method.  Note, that commands given on the command line are
1248 executed after this file.
1249
1250 @item -s
1251 @itemx --subst
1252 @opindex subst
1253 Run the command @code{/subst} at startup.
1254
1255 @item --hex
1256 @opindex hex
1257 Print data lines in a hex format and the ASCII representation of
1258 non-control characters.
1259
1260 @item --decode
1261 @opindex decode
1262 Decode data lines.  That is to remove percent escapes but make sure that
1263 a new line always starts with a D and a space.
1264
1265 @end table
1266
1267 @mansect control commands
1268 @node Controlling gpg-connect-agent
1269 @subsection Control commands.
1270
1271 While reading Assuan commands, gpg-agent also allows a few special
1272 commands to control its operation.  These control commands all start
1273 with a slash (@code{/}).
1274
1275 @table @code
1276
1277 @item /echo @var{args}
1278 Just print @var{args}.
1279
1280 @item /let @var{name} @var{value}
1281 Set the variable @var{name} to @var{value}.  Variables are only
1282 substituted on the input if the @command{/subst} has been used.
1283 Variables are referenced by prefixing the name with a dollar sign and
1284 optionally include the name in curly braces.  The rules for a valid name
1285 are identically to those of the standard bourne shell.  This is not yet
1286 enforced but may be in the future.  When used with curly braces no
1287 leading or trailing white space is allowed.
1288
1289 If a variable is not found, it is searched in the environment and if
1290 found copied to the table of variables.
1291
1292 Variable functions are available: The name of the function must be
1293 followed by at least one space and the at least one argument.  The
1294 following functions are available:
1295
1296 @table @code
1297 @item get
1298 Return a value described by the argument.  Available arguments are:
1299
1300 @table @code
1301 @item cwd
1302 The current working directory.
1303 @item homedir
1304 The gnupg homedir.
1305 @item sysconfdir
1306 GnuPG's system configuration directory.
1307 @item bindir
1308 GnuPG's binary directory.
1309 @item libdir
1310 GnuPG's library directory.
1311 @item libexecdir
1312 GnuPG's library directory for executable files.
1313 @item datadir
1314 GnuPG's data directory.
1315 @item serverpid
1316 The PID of the current server. Command @command{/serverpid} must
1317 have been given to return a useful value.
1318 @end table
1319
1320 @item unescape @var{args}
1321 Remove C-style escapes from @var{args}.  Note that @code{\0} and
1322 @code{\x00} terminate the returned string implicitly.  The string to be
1323 converted are the entire arguments right behind the delimiting space of
1324 the function name.
1325
1326 @item unpercent @var{args}
1327 @itemx unpercent+ @var{args}
1328 Remove percent style escaping from @var{args}.  Note that @code{%00}
1329 terminates the string implicitly.  The string to be converted are the
1330 entire arguments right behind the delimiting space of the function
1331 name. @code{unpercent+} also maps plus signs to a spaces.
1332
1333 @item percent @var{args}
1334 @itemx percent+ @var{args}
1335 Escape the @var{args} using percent style escaping.  Tabs, formfeeds,
1336 linefeeds, carriage returns and colons are escaped. @code{percent+} also
1337 maps spaces to plus signs.
1338
1339 @item errcode @var{arg}
1340 @itemx errsource @var{arg}
1341 @itemx errstring @var{arg}
1342 Assume @var{arg} is an integer and evaluate it using @code{strtol}.  Return
1343 the gpg-error error code, error source or a formatted string with the
1344 error code and error source.
1345
1346
1347 @item +
1348 @itemx -
1349 @itemx *
1350 @itemx /
1351 @itemx %
1352 Evaluate all arguments as long integers using @code{strtol} and apply
1353 this operator.  A division by zero yields an empty string.
1354
1355 @item !
1356 @itemx |
1357 @itemx &
1358 Evaluate all arguments as long integers using @code{strtol} and apply
1359 the logical oeprators NOT, OR or AND.  The NOT operator works on the
1360 last argument only.
1361
1362
1363 @end table
1364
1365
1366 @item /definq @var{name} @var{var}
1367 Use content of the variable @var{var} for inquiries with @var{name}.
1368 @var{name} may be an asterisk (@code{*}) to match any inquiry.
1369
1370
1371 @item /definqfile @var{name} @var{file}
1372 Use content of @var{file} for inquiries with @var{name}.
1373 @var{name} may be an asterisk (@code{*}) to match any inquiry.
1374
1375 @item /definqprog @var{name} @var{prog}
1376 Run @var{prog} for inquiries matching @var{name} and pass the
1377 entire line to it as command line arguments.
1378
1379 @item /datafile @var{name}
1380 Write all data lines from the server to the file @var{name}.  The file
1381 is opened for writing and created if it does not exists.  An existing
1382 file is first truncated to 0.  The data written to the file fully
1383 decoded.  Using a single dash for @var{name} writes to stdout.  The
1384 file is kept open until a new file is set using this command or this
1385 command is used without an argument.
1386
1387 @item /showdef
1388 Print all definitions
1389
1390 @item /cleardef
1391 Delete all definitions
1392
1393 @item /sendfd @var{file} @var{mode}
1394 Open @var{file} in @var{mode} (which needs to be a valid @code{fopen}
1395 mode string) and send the file descriptor to the server.  This is
1396 usually followed by a command like @code{INPUT FD} to set the
1397 input source for other commands.
1398
1399 @item /recvfd
1400 Not yet implemented.
1401
1402 @item /open @var{var} @var{file} [@var{mode}]
1403 Open @var{file} and assign the file descriptor to @var{var}.  Warning:
1404 This command is experimental and might change in future versions.
1405
1406 @item /close @var{fd}
1407 Close the file descriptor @var{fd}.  Warning: This command is
1408 experimental and might change in future versions.
1409
1410 @item /showopen
1411 Show a list of open files.
1412
1413 @item /serverpid
1414 Send the Assuan command @command{GETINFO pid} to the server and store
1415 the returned PID for internal purposes.
1416
1417 @item /sleep
1418 Sleep for a second.
1419
1420 @item /hex
1421 @itemx /nohex
1422 Same as the command line option @option{--hex}.
1423
1424 @item /decode
1425 @itemx /nodecode
1426 Same as the command line option @option{--decode}.
1427
1428 @item /subst
1429 @itemx /nosubst
1430 Enable and disable variable substitution.  It defaults to disabled
1431 unless the command line option @option{--subst} has been used.
1432 If /subst as been enabled once, leading whitespace is removed from
1433 input lines which makes scripts easier to read.
1434
1435 @item /while @var{condition}
1436 @itemx /end
1437 These commands provide a way for executing loops.  All lines between
1438 the @code{while} and the corresponding @code{end} are executed as long
1439 as the evaluation of @var{condition} yields a non-zero value or is the
1440 string @code{true} or @code{yes}.  The evaluation is done by passing
1441 @var{condition} to the @code{strtol} function.  Example:
1442
1443 @smallexample
1444   /subst
1445   /let i 3
1446   /while $i
1447     /echo loop couter is $i
1448     /let i $@{- $i 1@}
1449   /end
1450 @end smallexample
1451
1452 @item /if @var{condition}
1453 @itemx /end
1454 These commands provide a way for conditional execution.  All lines between
1455 the @code{if} and the corresponding @code{end} are executed only if
1456 the evaluation of @var{condition} yields a non-zero value or is the
1457 string @code{true} or @code{yes}.  The evaluation is done by passing
1458 @var{condition} to the @code{strtol} function.
1459
1460 @item /run @var{file}
1461 Run commands from @var{file}.
1462
1463 @item /bye
1464 Terminate the connection and the program
1465
1466 @item /help
1467 Print a list of available control commands.
1468
1469 @end table
1470
1471
1472 @ifset isman
1473 @mansect see also
1474 @command{gpg-agent}(1),
1475 @command{scdaemon}(1)
1476 @include see-also-note.texi
1477 @end ifset
1478
1479 @ifset gpgtwoone
1480 @c
1481 @c   DIRMNGR-CLIENT
1482 @c
1483 @node dirmngr-client
1484 @section The Dirmngr Client Tool
1485
1486 @manpage dirmngr-client.1
1487 @ifset manverb
1488 .B dirmngr-client
1489 \- Tool to access the Dirmngr services
1490 @end ifset
1491
1492 @mansect synopsis
1493 @ifset manverb
1494 .B  dirmngr-client
1495 .RI [ options ]
1496 .RI [ certfile | pattern ]
1497 @end ifset
1498
1499 @mansect description
1500 The @command{dirmngr-client} is a simple tool to contact a running
1501 dirmngr and test whether a certificate has been revoked --- either by
1502 being listed in the corresponding CRL or by running the OCSP protocol.
1503 If no dirmngr is running, a new instances will be started but this is
1504 in general not a good idea due to the huge performance overhead.
1505
1506 @noindent
1507 The usual way to run this tool is either:
1508
1509 @example
1510 dirmngr-client @var{acert}
1511 @end example
1512
1513 @noindent
1514 or
1515
1516 @example
1517 dirmngr-client <@var{acert}
1518 @end example
1519
1520 Where @var{acert} is one DER encoded (binary) X.509 certificates to be
1521 tested.
1522 @ifclear isman
1523 The return value of this command is
1524 @end ifclear
1525
1526 @mansect return value
1527 @ifset isman
1528 @command{dirmngr-client} returns these values:
1529 @end ifset
1530 @table @code
1531
1532 @item 0
1533 The certificate under question is valid; i.e. there is a valid CRL
1534 available and it is not listed tehre or teh OCSP request returned that
1535 that certificate is valid.
1536
1537 @item 1
1538 The certificate has been revoked
1539
1540 @item 2 (and other values)
1541 There was a problem checking the revocation state of the certificate.
1542 A message to stderr has given more detailed information.  Most likely
1543 this is due to a missing or expired CRL or due to a network problem.
1544
1545 @end table
1546
1547 @mansect options
1548 @noindent
1549 @command{dirmngr-client} may be called with the following options:
1550
1551
1552 @table @gnupgtabopt
1553 @item --version
1554 @opindex version
1555 Print the program version and licensing information.  Note that you cannot
1556 abbreviate this command.
1557
1558 @item --help, -h
1559 @opindex help
1560 Print a usage message summarizing the most useful command-line options.
1561 Note that you cannot abbreviate this command.
1562
1563 @item --quiet, -q
1564 @opindex quiet
1565 Make the output extra brief by suppressing any informational messages.
1566
1567 @item -v
1568 @item --verbose
1569 @opindex v
1570 @opindex verbose
1571 Outputs additional information while running.
1572 You can increase the verbosity by giving several
1573 verbose commands to @sc{dirmngr}, such as @samp{-vv}.
1574
1575 @item --pem
1576 @opindex pem
1577 Assume that the given certificate is in PEM (armored) format.
1578
1579 @item --ocsp
1580 @opindex ocsp
1581 Do the check using the OCSP protocol and ignore any CRLs.
1582
1583 @item --force-default-responder
1584 @opindex force-default-responder
1585 When checking using the OCSP protocl, force the use of the default OCSP
1586 responder.  That is not to use the Reponder as given by the certificate.
1587
1588 @item --ping
1589 @opindex ping
1590 Check whether the dirmngr daemon is up and running.
1591
1592 @item --cache-cert
1593 @opindex cache-cert
1594 Put the given certificate into the cache of a running dirmngr.  This is
1595 mainly useful for debugging.
1596
1597 @item --validate
1598 @opindex validate
1599 Validate the given certificate using dirmngr's internal validation code.
1600 This is mainly useful for debugging.
1601
1602 @item --load-crl
1603 @opindex load-crl
1604 This command expects a list of filenames with DER encoded CRL files.
1605 With the option @option{--url} URLs are expected in place of filenames
1606 and they are loaded directly from the given location.  All CRLs will be
1607 validated and then loaded into dirmngr's cache.
1608
1609 @item --lookup
1610 @opindex lookup
1611 Take the remaining arguments and run a lookup command on each of them.
1612 The results are Base-64 encoded outputs (without header lines).  This
1613 may be used to retrieve certificates from a server. However the output
1614 format is not very well suited if more than one certificate is returned.
1615
1616 @item --url
1617 @itemx -u
1618 @opindex url
1619 Modify the @command{lookup} and @command{load-crl} commands to take an URL.
1620
1621 @item --local
1622 @itemx -l
1623 @opindex url
1624 Let the @command{lookup} command only search the local cache.
1625
1626 @item --squid-mode
1627 @opindex squid-mode
1628 Run @sc{dirmngr-client} in a mode suitable as a helper program for
1629 Squid's @option{external_acl_type} option.
1630
1631
1632 @end table
1633
1634 @ifset isman
1635 @mansect see also
1636 @command{dirmngr}(8),
1637 @command{gpgsm}(1)
1638 @include see-also-note.texi
1639 @end ifset
1640 @end ifset
1641
1642 @c
1643 @c   GPGPARSEMAIL
1644 @c
1645 @node gpgparsemail
1646 @section Parse a mail message into an annotated format
1647
1648 @manpage gpgparsemail.1
1649 @ifset manverb
1650 .B gpgparsemail
1651 \- Parse a mail message into an annotated format
1652 @end ifset
1653
1654 @mansect synopsis
1655 @ifset manverb
1656 .B  gpgparsemail
1657 .RI [ options ]
1658 .RI [ file ]
1659 @end ifset
1660
1661 @mansect description
1662 The @command{gpgparsemail} is a utility currently only useful for
1663 debugging.  Run it with @code{--help} for usage information.
1664
1665
1666
1667 @c
1668 @c   SYMCRYPTRUN
1669 @c
1670 @node symcryptrun
1671 @section Call a simple symmetric encryption tool.
1672 @manpage symcryptrun.1
1673 @ifset manverb
1674 .B symcryptrun
1675 \- Call a simple symmetric encryption tool
1676 @end ifset
1677
1678 @mansect synopsis
1679 @ifset manverb
1680 .B  symcryptrun
1681 .B \-\-class
1682 .I class
1683 .B \-\-program
1684 .I program
1685 .B \-\-keyfile
1686 .I keyfile
1687 .RB [ --decrypt | --encrypt ]
1688 .RI [ inputfile ]
1689 @end ifset
1690
1691 @mansect description
1692 Sometimes simple encryption tools are already in use for a long time and
1693 there might be a desire to integrate them into the GnuPG framework.  The
1694 protocols and encryption methods might be non-standard or not even
1695 properly documented, so that a full-fledged encryption tool with an
1696 interface like gpg is not doable.  @command{symcryptrun} provides a
1697 solution: It operates by calling the external encryption/decryption
1698 module and provides a passphrase for a key using the standard
1699 @command{pinentry} based mechanism through @command{gpg-agent}.
1700
1701 Note, that @command{symcryptrun} is only available if GnuPG has been
1702 configured with @samp{--enable-symcryptrun} at build time.
1703
1704 @menu
1705 * Invoking symcryptrun::   List of all commands and options.
1706 @end menu
1707
1708 @manpause
1709 @node Invoking symcryptrun
1710 @subsection List of all commands and options.
1711
1712 @noindent
1713 @command{symcryptrun} is invoked this way:
1714
1715 @example
1716 symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE
1717    [--decrypt | --encrypt] [inputfile]
1718 @end example
1719 @mancont
1720
1721 For encryption, the plain text must be provided on STDIN or as the
1722 argument @var{inputfile}, and the ciphertext will be output to STDOUT.
1723 For decryption vice versa.
1724
1725 @var{CLASS} describes the calling conventions of the external tool.
1726 Currently it must be given as @samp{confucius}.  @var{PROGRAM} is
1727 the full filename of that external tool.
1728
1729 For the class @samp{confucius} the option @option{--keyfile} is
1730 required; @var{keyfile} is the name of a file containing the secret key,
1731 which may be protected by a passphrase.  For detailed calling
1732 conventions, see the source code.
1733
1734 @noindent
1735 Note, that @command{gpg-agent} must be running before starting
1736 @command{symcryptrun}.
1737
1738 @noindent
1739 The following additional options may be used:
1740
1741 @table @gnupgtabopt
1742 @item -v
1743 @itemx --verbose
1744 @opindex verbose
1745 Output additional information while running.
1746
1747 @item -q
1748 @item --quiet
1749 @opindex q
1750 @opindex quiet
1751 Try to be as quiet as possible.
1752
1753 @include opt-homedir.texi
1754
1755
1756 @item --log-file @var{file}
1757 @opindex log-file
1758 Append all logging output to @var{file}.  Default is to write logging
1759 information to STDERR.
1760
1761 @end table
1762
1763 @noindent
1764 The possible exit status codes of @command{symcryptrun} are:
1765
1766 @table @code
1767 @item 0
1768         Success.
1769 @item 1
1770         Some error occured.
1771 @item 2
1772         No valid passphrase was provided.
1773 @item 3
1774         The operation was canceled by the user.
1775
1776 @end table
1777
1778 @mansect see also
1779 @ifset isman
1780 @command{gpg}(1),
1781 @command{gpgsm}(1),
1782 @command{gpg-agent}(1),
1783 @end ifset
1784 @include see-also-note.texi
1785
1786
1787 @c
1788 @c  GPG-ZIP
1789 @c
1790 @c The original manpage on which this section is based was written
1791 @c by Colin Tuckley  <colin@tuckley.org> and Daniel Leidert
1792 @c <daniel.leidert@wgdd.de> for the Debian distribution (but may be used by
1793 @c others).
1794 @manpage gpg-zip.1
1795 @node gpg-zip
1796 @section Encrypt or sign files into an archive
1797 @ifset manverb
1798 .B gpg-zip \- Encrypt or sign files into an archive
1799 @end ifset
1800
1801 @mansect synopsis
1802 @ifset manverb
1803 .B  gpg-zip
1804 .RI [ options ]
1805 .I filename1
1806 .I [ filename2, ... ]
1807 .I directory1
1808 .I [ directory2, ... ]
1809 @end ifset
1810
1811 @mansect description
1812 @command{gpg-zip} encrypts or signs files into an archive.  It is an
1813 gpg-ized tar using the same format as used by PGP's PGP Zip.
1814
1815 @manpause
1816 @noindent
1817 @command{gpg-zip} is invoked this way:
1818
1819 @example
1820 gpg-zip [options] @var{filename1} [@var{filename2}, ...] @var{directory} [@var{directory2}, ...]
1821 @end example
1822
1823 @mansect options
1824 @noindent
1825 @command{gpg-zip} understands these options:
1826
1827 @table @gnupgtabopt
1828
1829 @item --encrypt
1830 @itemx -e
1831 @opindex encrypt
1832 Encrypt data.  This option may be combined with @option{--symmetric} (for  output that may be decrypted via a secret key or a passphrase).
1833
1834 @item --decrypt
1835 @itemx -d
1836 @opindex decrypt
1837 Decrypt data.
1838
1839 @item --symmetric
1840 @itemx -c
1841 Encrypt with a symmetric cipher using a passphrase.  The default
1842 symmetric cipher used is CAST5, but may be chosen with the
1843 @option{--cipher-algo} option to @command{gpg}.
1844
1845 @item --sign
1846 @itemx -s
1847 Make a signature.  See @command{gpg}.
1848
1849 @item --recipient @var{user}
1850 @itemx -r @var{user}
1851 @opindex recipient
1852 Encrypt for user id @var{user}. See @command{gpg}.
1853
1854 @item --local-user @var{user}
1855 @itemx -u @var{user}
1856 @opindex local-user
1857 Use @var{user} as the key to sign with.  See @command{gpg}.
1858
1859 @item --list-archive
1860 @opindex list-archive
1861 List the contents of the specified archive.
1862
1863 @item --output @var{file}
1864 @itemx -o @var{file}
1865 @opindex output
1866 Write output to specified file @var{file}.
1867
1868 @item --gpg @var{gpgcmd}
1869 @opindex gpg
1870 Use the specified command @var{gpgcmd} instead of @command{gpg}.
1871
1872 @item --gpg-args @var{args}
1873 @opindex gpg-args
1874 Pass the specified options to @command{gpg}.
1875
1876 @item --tar @var{tarcmd}
1877 @opindex tar
1878 Use the specified command @var{tarcmd} instead of @command{tar}.
1879
1880 @item --tar-args @var{args}
1881 @opindex tar-args
1882 Pass the specified options to @command{tar}.
1883
1884 @item --version
1885 @opindex version
1886 Print version of the program and exit.
1887
1888 @item --help
1889 @opindex help
1890 Display a brief help page and exit.
1891
1892 @end table
1893
1894 @mansect diagnostics
1895 @noindent
1896 The program returns 0 if everything was fine, 1 otherwise.
1897
1898
1899 @mansect examples
1900 @ifclear isman
1901 @noindent
1902 Some examples:
1903
1904 @end ifclear
1905 @noindent
1906 Encrypt the contents of directory @file{mydocs} for user Bob to file
1907 @file{test1}:
1908
1909 @example
1910 gpg-zip --encrypt --output test1 --gpg-args  -r Bob mydocs
1911 @end example
1912
1913 @noindent
1914 List the contents of archive @file{test1}:
1915
1916 @example
1917 gpg-zip --list-archive test1
1918 @end example
1919
1920
1921 @mansect see also
1922 @ifset isman
1923 @command{gpg}(1),
1924 @command{tar}(1),
1925 @end ifset
1926 @include see-also-note.texi