aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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