dshaw committed to gnupg/g10
cvs@cvs.gnupg.org
cvs@cvs.gnupg.org
Thu, 02 May 2002 22:47:23 +0200
Date: Thursday May 2, 2002 @ 22:47
Author: dshaw
Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv24666
Modified Files:
Tag: STABLE-BRANCH-1-0
ChangeLog gpgv.c keyedit.c keylist.c main.h misc.c packet.h
parse-packet.c photoid.c photoid.h sign.c
Log Message:
* photoid.h, photoid.c (parse_image_header, image_type_to_string): Useful
functions to return data about an image.
* packet.h, parse-packet.c (make_attribute_uidname,
parse_attribute_subpkts, parse_attribute), photoid.h, photoid.c
(show_photos): Handle multiple images in a single attribute packet.
* main.h, misc.c (pct_expando), sign.c (mk_notation_and_policy), photoid.c
(show_photos): Simpler expando code that does not require using
compile-time string sizes. Call image_type_to_string to get image strings
(i.e. "jpg", "image/jpeg"). Change all callers.
* keyedit.c (menu_showphoto), keylist.c (list_keyblock_print): Allow
viewing multiple images within a single attribute packet.
* gpgv.c: Various stubs for link happiness.
File: ChangeLog Status: Up-to-date
File: gpgv.c Status: Up-to-date
File: keyedit.c Status: Up-to-date
File: keylist.c Status: Up-to-date
File: main.h Status: Up-to-date
File: misc.c 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: photoid.h Status: Up-to-date
File: sign.c Status: Up-to-date