mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* options.skel: Include the required '=' sign in the sample 'group'
option. * import.c (chk_self_sigs): Don't try and check a subkey as if it was a signature.
This commit is contained in:
parent
23b36f4e47
commit
7cbc893caf
@ -1,3 +1,11 @@
|
||||
2002-12-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* options.skel: Include the required '=' sign in the sample
|
||||
'group' option.
|
||||
|
||||
* import.c (chk_self_sigs): Don't try and check a subkey as if it
|
||||
was a signature.
|
||||
|
||||
2002-12-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* mainproc.c (proc_tree): Handle multiple detached sigs
|
||||
|
@ -1037,6 +1037,7 @@ chk_self_sigs( const char *fname, KBNODE keyblock,
|
||||
rsdate=0;
|
||||
bsnode=NULL;
|
||||
rsnode=NULL;
|
||||
continue;
|
||||
}
|
||||
else if( n->pkt->pkttype != PKT_SIGNATURE )
|
||||
continue;
|
||||
|
@ -63,7 +63,7 @@ $Id$
|
||||
#charset utf-8
|
||||
|
||||
# Group names may be defined like this:
|
||||
# group mynames paige 0x12345678 joe patti
|
||||
# group mynames = paige 0x12345678 joe patti
|
||||
#
|
||||
# Any time "mynames" is a recipient (-r or --recipient), it will be
|
||||
# expanded to the names "paige", "joe", and "patti", and the key ID
|
||||
@ -72,7 +72,7 @@ $Id$
|
||||
# if there are spaces in the recipient name, this will appear as two
|
||||
# recipients. In these cases it is better to use the key ID.
|
||||
|
||||
#group mynames paige 0x12345678 joe patti
|
||||
#group mynames = paige 0x12345678 joe patti
|
||||
|
||||
# Lock the file only once for the lifetime of a process. If you do
|
||||
# not define this, the lock will be obtained and released every time
|
||||
|
Loading…
x
Reference in New Issue
Block a user