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