1GPGSIGS(1)            User Contributed Perl Documentation           GPGSIGS(1)
2
3
4

NAME

6       gpgsigs - annotate list of GnuPG keys with already done signatures
7

SYNOPSIS

9       gpgsigs [-r] [-f charset] [-t charset] keyid[,keyid[,...]] keytxt [out‐
10       file]
11

DESCRIPTION

13       gpgsigs was written to assist the user in signing keys during a
14       keysigning party. It takes as input a file containing keys in "gpg
15       --list-keys" format and prepends every line with a tag indicating if
16       the user has already signed that uid. When the file contains "MD5
17       Checksum:" or "SHA1 Checksum:" lines and placeholders ("__ __"), the
18       checksum is inserted.
19

OPTIONS

21       -r  Call gpg --recv-keys before creating the output.
22
23       -f charset
24           Convert keytxt from charset. The default is ISO-8859-1.
25
26       -t charset
27           Convert UIDs to charset. The default is derived from LC_ALL,
28           LC_CTYPE, and LANG, and if all these are unset, the default is
29           ISO-8859-1.
30
31       keyid
32           Use this keyid (8 or 16 byte) for annotation. Multiple keyids can
33           be separated by a comma (,).
34
35       keytxt
36           Read input from keytxt.
37
38       outfile
39           Write output to outfile. Default is stdout.
40

EXAMPLES

42       The following key signing parties are using gpgsigs:
43
44       http://www.palfrader.org/ksp-lt2k4.html
45
46       http://www.palfrader.org/ksp-lt2k5.html
47

BUGS

49       GnuPG is known to change its output format quite often. This version
50       has been tested with gpg 1.2.5 and gpg 1.4.1. YMMV.
51

SEE ALSO

53       gpg(1), caff(1).
54
55       http://pgp-tools.alioth.debian.org/
56
58       (c) 2004 Uli Martens <uli@youam.net>
59
60       (c) 2004, 2005 Peter Palfrader <peter@palfrader.org>
61
62       (c) 2004, 2005, 2006 Christoph Berg <cb@df7cb.de>
63

LICENSE

65       All rights reserved.
66
67       Redistribution and use in source and binary forms, with or without mod‐
68       ification, are permitted provided that the following conditions are
69       met:
70
71       1. Redistributions of source code must retain the above copyright
72       notice, this list of conditions and the following disclaimer.
73
74       2. Redistributions in binary form must reproduce the above copyright
75       notice, this list of conditions and the following disclaimer in the
76       documentation and/or other materials provided with the distribution.
77
78       3. The name of the author may not be used to endorse or promote prod‐
79       ucts derived from this software without specific prior written permis‐
80       sion.
81
82       THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
83       IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAR‐
84       RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
85       DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
86       INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
87       (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SER‐
88       VICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
89       CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIA‐
90       BILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
91       OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92       SUCH DAMAGE.
93
94
95
96perl v5.8.8                       2006-11-01                        GPGSIGS(1)
Impressum