1
0
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:
David Shaw 2002-12-12 22:02:53 +00:00
parent 23b36f4e47
commit 7cbc893caf
3 changed files with 11 additions and 2 deletions

View File

@ -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> 2002-12-11 David Shaw <dshaw@jabberwocky.com>
* mainproc.c (proc_tree): Handle multiple detached sigs * mainproc.c (proc_tree): Handle multiple detached sigs

View File

@ -1037,6 +1037,7 @@ chk_self_sigs( const char *fname, KBNODE keyblock,
rsdate=0; rsdate=0;
bsnode=NULL; bsnode=NULL;
rsnode=NULL; rsnode=NULL;
continue;
} }
else if( n->pkt->pkttype != PKT_SIGNATURE ) else if( n->pkt->pkttype != PKT_SIGNATURE )
continue; continue;

View File

@ -63,7 +63,7 @@ $Id$
#charset utf-8 #charset utf-8
# Group names may be defined like this: # 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 # Any time "mynames" is a recipient (-r or --recipient), it will be
# expanded to the names "paige", "joe", and "patti", and the key ID # 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 # 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. # 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 # 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 # not define this, the lock will be obtained and released every time