~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to doc/gnupg.texi

  • 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
1
\input texinfo                      @c -*-texinfo-*-
2
2
@c %**start of header
3
 
@setfilename gnupg.info
 
3
@setfilename gnupg2.info
4
4
@include version.texi
5
5
@settitle Using the GNU Privacy Guard
6
6
 
26
26
@c %**end of header
27
27
@copying
28
28
This is the @cite{The GNU Privacy Guard Manual} (version
29
 
@value{VERSION}, @value{UPDATED}).
 
29
@value{VERSION}, @value{UPDATED-MONTH}).
30
30
 
31
31
@iftex
32
32
Published by the Free Software Foundation@*
33
 
59 Temple Place - Suite 330@*
34
 
Boston, MA 02111-1307 USA
 
33
51 Franklin St, Fifth Floor@*
 
34
Boston, MA 02110-1301 USA
35
35
@end iftex
36
36
 
37
 
Copyright @copyright{} 2002, 2004, 2005 Free Software Foundation, Inc.
 
37
Copyright @copyright{} 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
38
38
 
39
39
@quotation
40
40
Permission is granted to copy, distribute and/or modify this document
41
41
under the terms of the GNU General Public License as published by the
42
 
Free Software Foundation; either version 2 of the License, or (at your
 
42
Free Software Foundation; either version 3 of the License, or (at your
43
43
option) any later version. The text of the license can be found in the
44
44
section entitled ``Copying''.
45
45
@end quotation
48
48
 
49
49
@dircategory GNU Utilities
50
50
@direntry
51
 
* gpg: (gnupg).            OpenPGP encryption and signing tool.
52
 
* gpgsm: (gnupg).          S/MIME encryption and signing tool.
 
51
* gpg2: (gnupg2).          OpenPGP encryption and signing tool.
 
52
* gpgsm: (gnupg2).         S/MIME encryption and signing tool.
53
53
@end direntry
54
54
 
55
55
 
83
83
@titlepage
84
84
@title Using the GNU Privacy Guard
85
85
@subtitle Version @value{VERSION}
86
 
@subtitle @value{UPDATED}
87
 
 
88
 
@sp 6
89
 
 
90
 
@image{gnupg-badge-openpgp,8cm,,The GnuPG Logo}
91
 
 
92
 
@sp 6
 
86
@subtitle @value{UPDATED-MONTH}
 
87
 
 
88
@sp 3
 
89
 
 
90
@image{gnupg-logo,16cm,,The GnuPG Logo}
 
91
 
 
92
@sp 3
93
93
 
94
94
@author Werner Koch (@email{wk@@gnupg.org})
95
95
 
104
104
@page
105
105
@end ifnothtml
106
106
 
 
107
@ifhtml
 
108
@center @image{gnupg-logo,6cm,,The GnuPG Logo}
 
109
@end ifhtml
 
110
 
107
111
@ifnottex
108
112
@node Top
109
113
@top 
114
118
@end ifnottex
115
119
 
116
120
@menu
 
121
* Installation::        A short installation guide.
 
122
 
 
123
* Invoking GPG-AGENT::  How to launch the secret key daemon.
117
124
* Invoking GPG::        Using the OpenPGP protocol.
118
125
* Invoking GPGSM::      Using the S/MIME protocol.
119
 
* Invoking GPG-AGENT::  How to launch the secret key daemon.
120
126
* Invoking SCDAEMON::   How to handle Smartcards.
 
127
* Specify a User ID::   How to Specify a User Id.
121
128
 
122
129
* Helper Tools::        Description of small helper tools
123
130
 
 
131
* Howtos::              How to do certain things.
124
132
* System Notes::        Notes pertaining to certain OSes.
125
133
* Debugging::           How to solve problems
126
 
* Assuan::              Description of the Assuan protocol.
 
134
 
127
135
* Copying::             GNU General Public License says
128
136
                        how you can copy and share GnuPG
129
137
* Contributors::        People who have contributed to GnuPG.
130
138
 
131
 
* Glossary::            Short descrition of used terms.
 
139
* Glossary::            Short description of terms used.
132
140
* Option Index::        Index to command line options.
133
141
* Index::               Index of concepts and symbol names.
134
142
@end menu
135
143
 
136
 
@ifhtml
137
 
 
138
 
@center @image{gnupg-badge-openpgp,6cm,,The GnuPG Logo}
139
 
 
140
 
@end ifhtml
141
 
 
142
144
 
143
145
@ifhtml
144
146
@page
147
149
@end ifhtml
148
150
 
149
151
 
 
152
@include instguide.texi
 
153
 
 
154
@include gpg-agent.texi
150
155
@include gpg.texi
151
156
@include gpgsm.texi
152
 
@include gpg-agent.texi
153
157
@include scdaemon.texi
154
158
 
 
159
@node Specify a User ID
 
160
@chapter How to Specify a User Id
 
161
@anchor{how-to-specify-a-user-id}
 
162
@include specify-user-id.texi
 
163
 
 
164
 
155
165
@include tools.texi
156
166
 
 
167
@include howtos.texi
 
168
 
157
169
@include sysnotes.texi
158
170
 
159
171
@include debugging.texi
160
172
 
161
 
@include assuan.texi
162
173
@include gpl.texi
163
174
 
164
175
@include contrib.texi