aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tidied up RISC OS specific stuffStefan Bellon2002-06-211-8/+3
|
* image file system feature and filetype for RISC OSStefan Bellon2002-06-201-0/+2
|
* RISC OS specific changesStefan Bellon2002-06-071-0/+5
|
* * gpgv.c: Add stub for get_ownertrust().David Shaw2002-05-171-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.
* * photoid.h, photoid.c (parse_image_header, image_type_to_string): UsefulDavid Shaw2002-05-021-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.
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
|
* Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw2002-03-071-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.
* * passphrase.c (passphrase_to_dek): Add tryagain_text arg to beWerner Koch2002-01-201-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.
* Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stubDavid Shaw2002-01-091-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
* Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw2001-12-211-14/+4
| | | | | is only one attribute packet defined thus far, and it's a picture)
* * options.in: Remove load-extension tigerWerner Koch2001-12-211-1/+1
| | | | | * Makefile.am (./options): append it if there is such a module.
* Much stricter checking of the keyserver URIDavid Shaw2001-12-181-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.
* Fix capitalization issuesDavid Shaw2001-12-171-0/+3
|
* Generic keyserver API codeDavid Shaw2001-12-061-2/+1
|
* Revamped the trustDBWerner Koch2001-09-241-9/+2
|
* Bug fixes and Timo's patchesWerner Koch2001-09-191-1/+1
|
* Revamped the keyring codeWerner Koch2001-09-061-2/+2
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-201-2/+8
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Add missing stub, fixed comment typosWerner Koch2000-12-281-0/+1
|
* Made gpgv smallerWerner Koch2000-10-071-0/+67
|
* See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch2000-10-041-0/+305