aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-21tidied up RISC OS specific stuffStefan Bellon1-8/+3
2002-06-20image file system feature and filetype for RISC OSStefan Bellon1-0/+2
2002-06-07RISC OS specific changesStefan Bellon1-0/+5
2002-05-17* gpgv.c: Add stub for get_ownertrust().David Shaw1-0/+6
* g10.c (main): --allow-freeform-uid should be implied by OpenPGP. Add --no-allow-freeform-uid. * keyedit.c (sign_uids): Issue a warning when signing a non-selfsigned uid. * getkey.c (merge_selfsigs_main): If a key has no selfsigs, and allow-non-selfsigned-uid is not set, still try and make the key valid by checking all uids for a signature from an ultimately trusted key.
2002-05-02* photoid.h, photoid.c (parse_image_header, image_type_to_string): UsefulDavid Shaw1-2/+4
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.
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-03-07Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw1-1/+1
that has been revoked by designated revoker, but the designated revoker is not present to verify the revocation (whew!). This applies to all ways to get a key into the system: --import --recv-keys, and --search-keys. If auto-key-retrieve is set, try and retrieve the revocation key. Also, auto-key-retrieve is now a keyserver-option.
2002-01-20* passphrase.c (passphrase_to_dek): Add tryagain_text arg to beWerner Koch1-1/+2
used with the agent. Changed all callers. (agent_get_passphrase): Likewise and send it to the agent * seckey-cert.c (do_check): New arg tryagain_text. (check_secret_key): Pass the string to do_check. * keygen.c (ask_passphrase): Set the error text is required. * keyedit.c (change_passphrase): Ditto. * passphrase.c (agent_open): Disable opt.use_agent in case of a problem with the agent. (agent_get_passphrase): Ditto. (passphrase_clear_cache): Ditto.
2002-01-09Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stubDavid Shaw1-3/+0
Remove get_temp_dir (it's in exec.c now) Allow --delete-key (now --delete-keys, though --delete-key still works) to delete multiple keys in one go. This applies to --delete-secret-key(s) and --delete-secret-and-public-key(s) as well
2001-12-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-14/+4
is only one attribute packet defined thus far, and it's a picture)
2001-12-21* options.in: Remove load-extension tigerWerner Koch1-1/+1
* Makefile.am (./options): append it if there is such a module.
2001-12-18Much stricter checking of the keyserver URIDavid Shaw1-1/+1
IDEA warning for pk messages encrypted with IDEA (symmetric is already done) Print IDEA warning for each occurance except for secret key protection and unknown cipher from an encrypted message.
2001-12-17Fix capitalization issuesDavid Shaw1-0/+3
2001-12-06Generic keyserver API codeDavid Shaw1-2/+1
2001-09-24Revamped the trustDBWerner Koch1-9/+2
2001-09-19Bug fixes and Timo's patchesWerner Koch1-1/+1
2001-09-06Revamped the keyring codeWerner Koch1-2/+2
2001-08-20Applied Stefan's patches to support RISCOS.Werner Koch1-2/+8
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2000-12-28Add missing stub, fixed comment typosWerner Koch1-0/+1
2000-10-07Made gpgv smallerWerner Koch1-0/+67
2000-10-04See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch1-0/+305