~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty-security

« back to all changes in this revision

Viewing changes to doc/gph/c7.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<reference>
2
 
<docinfo>
3
 
<date>
4
 
$Id$
5
 
</date>
6
 
</docinfo>
7
 
<title>
8
 
Options Reference
9
 
</title>
10
 
 
11
 
<partintro>
12
 
<sect1 id="optionsfile">
13
 
<title>
14
 
Setting options
15
 
</title>
16
 
 
17
 
<para>
18
 
Options may be specified on the command line or in an options file.
19
 
The default location of the options file is
20
 
<literal>~/.gnupg/options</literal>.
21
 
When specifying options in the options file, omit the leading two
22
 
dashes and instead use simply the option name followed by any
23
 
arguments.
24
 
Lines in the file with a hash (<literal>#</literal>) as the 
25
 
first non-white-space character are ignored.
26
 
</para>
27
 
</sect1>
28
 
</partintro>
29
 
 
30
 
<refentry id="keyserver">
31
 
<refnamediv>
32
 
<refname>
33
 
keyserver
34
 
</refname>
35
 
<refpurpose>
36
 
specify the keyserver to use to locate keys
37
 
</refpurpose>
38
 
</refnamediv>
39
 
<refsynopsisdiv>
40
 
<synopsis>
41
 
<option>keyserver</option> <replaceable class="parameter">server-name</replaceable>
42
 
</synopsis>
43
 
</refsynopsisdiv>
44
 
 
45
 
<refsect1>
46
 
<title>
47
 
Description
48
 
</title>
49
 
 
50
 
<para>
51
 
This option is used in conjunction with either 
52
 
<link linkend="recv-keys"><option>recv-keys</option></link> or 
53
 
<link linkend="send-keys"><option>send-keys</option></link> to specify a
54
 
keyserver to manage public key distribution.
55
 
</para>
56
 
</refsect1>
57
 
</refentry>
58
 
 
59
 
<refentry id="output">
60
 
<refnamediv>
61
 
<refname>
62
 
output
63
 
</refname>
64
 
<refpurpose>
65
 
specify the file in which to place output
66
 
</refpurpose>
67
 
</refnamediv>
68
 
<refsynopsisdiv>
69
 
<synopsis>
70
 
<option>output</option> <replaceable class="parameter">file-name</replaceable>
71
 
</synopsis>
72
 
</refsynopsisdiv>
73
 
 
74
 
<refsect1>
75
 
<title>
76
 
Description
77
 
</title>
78
 
 
79
 
<para>
80
 
This is a description.
81
 
</para>
82
 
</refsect1>
83
 
</refentry>
84
 
 
85
 
<refentry id="recipient">
86
 
<refnamediv>
87
 
<refname>
88
 
recipient
89
 
</refname>
90
 
<refpurpose>
91
 
specify the recipient of a public-key encrypted document
92
 
</refpurpose>
93
 
</refnamediv>
94
 
<refsynopsisdiv>
95
 
<synopsis>
96
 
</synopsis>
97
 
</refsynopsisdiv>
98
 
 
99
 
<refsect1>
100
 
<title>
101
 
Description
102
 
</title>
103
 
 
104
 
<para>
105
 
This is a description.
106
 
</para>
107
 
</refsect1>
108
 
</refentry>
109
 
 
110
 
<refentry id="armor">
111
 
<refnamediv>
112
 
<refname>
113
 
armor
114
 
</refname>
115
 
<refpurpose>
116
 
ASCII-armor encrypted or signed output
117
 
</refpurpose>
118
 
</refnamediv>
119
 
<refsynopsisdiv>
120
 
<synopsis>
121
 
</synopsis>
122
 
</refsynopsisdiv>
123
 
 
124
 
<refsect1>
125
 
<title>
126
 
Description
127
 
</title>
128
 
 
129
 
<para>
130
 
This is a description.
131
 
</para>
132
 
</refsect1>
133
 
</refentry>
134
 
 
135
 
<refentry id="no-greeting">
136
 
<refnamediv>
137
 
<refname>
138
 
no-greeting
139
 
</refname>
140
 
<refpurpose>
141
 
suppress the opening copyright notice but do not enter batch mode
142
 
</refpurpose>
143
 
</refnamediv>
144
 
<refsynopsisdiv>
145
 
<synopsis>
146
 
</synopsis>
147
 
</refsynopsisdiv>
148
 
 
149
 
<refsect1>
150
 
<title>
151
 
Description
152
 
</title>
153
 
 
154
 
<para>
155
 
This is a description.
156
 
</para>
157
 
</refsect1>
158
 
</refentry>
159
 
 
160
 
<refentry id="local-user">
161
 
<refnamediv>
162
 
<refname>
163
 
local-user
164
 
</refname>
165
 
<refpurpose>
166
 
specifies a user id to use for signing
167
 
</refpurpose>
168
 
</refnamediv>
169
 
<refsynopsisdiv>
170
 
<synopsis>
171
 
<option>localuser</option> <replaceable class="parameter">name</replaceable>
172
 
</synopsis>
173
 
</refsynopsisdiv>
174
 
 
175
 
<refsect1>
176
 
<title>
177
 
Description
178
 
</title>
179
 
 
180
 
<para>
181
 
Use <replaceable class="parameter">name</replaceable> as the user ID to sign.
182
 
This option is silently ignored for the list commands, so that it can be 
183
 
used in an options file.
184
 
</para>
185
 
</refsect1>
186
 
</refentry>
187
 
 
188
 
<refentry id="completes-needed">
189
 
<refnamediv>
190
 
<refname>
191
 
completes-needed
192
 
</refname>
193
 
<refpurpose>
194
 
specifies the number of fully-trusted people needed to validate a new key.
195
 
</refpurpose>
196
 
</refnamediv>
197
 
<refsynopsisdiv>
198
 
<synopsis>
199
 
<option>completes-needed</option> <replaceable class="parameter">n</replaceable>
200
 
</synopsis>
201
 
</refsynopsisdiv>
202
 
 
203
 
<refsect1>
204
 
<title>
205
 
Description
206
 
</title>
207
 
 
208
 
<para>
209
 
A public key on your keyring is validated using those signatures on
210
 
the key that were made by other valid keys on your keyring.
211
 
The option specifies the number of signatures needed if you fully
212
 
trust the owners of the keys that made the signatures.
213
 
Your trust in a key's owner is set with the command 
214
 
<link linkend="edit-key"><option>edit-key</option></link>.
215
 
</para>
216
 
</refsect1>
217
 
</refentry>
218
 
 
219
 
<refentry id="marginals-needed">
220
 
<refnamediv>
221
 
<refname>
222
 
marginals-needed
223
 
</refname>
224
 
<refpurpose>
225
 
specifies the number of marginally-trusted people needed to validate
226
 
a new key.
227
 
</refpurpose>
228
 
</refnamediv>
229
 
<refsynopsisdiv>
230
 
<synopsis>
231
 
<option>marginals-needed</option> <replaceable class="parameter">n</replaceable>
232
 
</synopsis>
233
 
</refsynopsisdiv>
234
 
 
235
 
<refsect1>
236
 
<title>
237
 
Description
238
 
</title>
239
 
 
240
 
<para>
241
 
A public key on your keyring is validated using those signatures on
242
 
the key that were made by other valid keys on your keyring.
243
 
The option specifies the number of signatures needed if you marginally
244
 
trust the owners of the keys that made the signatures.
245
 
Your trust in a key's owner is set with the command 
246
 
<link linkend="edit-key"><option>edit-key</option></link>.
247
 
</para>
248
 
</refsect1>
249
 
</refentry>
250
 
</reference>
251