dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Mon, 03 Jun 2002 22:48:37 +0200


Date:	Monday June 3, 2002 @ 22:48
Author:	dshaw

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv6281

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog g10.c getkey.c keylist.c main.h packet.h 
	parse-packet.c photoid.c status.c status.h 
Log Message:
* main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd,
list_keyblock_print, list_keyblock_colon), status.h, status.c
(get_status_string): New --attribute-fd feature to dump the contents of
attribute subpackets for frontends.  If --status-fd is also used, then a
new status tag ATTRIBUTE is provided for each subpacket.

* packet.h, getkey.c (fixup_uidnode, merge_selfsigs_main,
merge_selfsigs_subkey), parse-packet.c (setup_user_id): Keep track of the
expiration time of a user ID, and while we're at it, use the expired flag
from the selfsig rather than reparsing the SIG_EXPIRE subpacket.

* photoid.c (generate_photo_id): When adding a new photo ID, showing the
photo for confirmation is not safe when noninteractive since the "user"
may not be able to dismiss a viewer window. Noted by Timo Schulz.

File: ChangeLog        	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: getkey.c         	Status: Up-to-date
File: keylist.c        	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: packet.h         	Status: Up-to-date
File: parse-packet.c   	Status: Up-to-date
File: photoid.c        	Status: Up-to-date
File: status.c         	Status: Up-to-date
File: status.h         	Status: Up-to-date