aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
|
* * pkclist.c (build_pk_list): Fix bug that allowed a key to be selectedDavid Shaw2002-04-131-1/+9
| | | | | | | | | | | | | twice in batch mode if one instance was the default recipient and the other was an encrypt-to. Noted by Stefan Bellon. * parse-packet.c (dump_sig_subpkt): Show data in trust and regexp sig subpackets. * keyedit.c (keyedit_menu): Use new function real_uids_left to prevent deleting the last real (i.e. non-attribute) uid. Again, according to the attribute draft. (menu_showphoto): Make another string translatable.
* Fix ownertrust display with --with-colons.David Shaw2002-03-311-13/+21
| | | | | | | | | | | | | | | | | | | Properly initialize the user ID refcount for user and photo IDs. Tweak a few prompts to change "y/n" to "y/N", which is how most other prompts are written. Warn the user if they are about to revoke an expired sig (not a problem, but they should know). Control-d escapes the keyserver search prompt. If a subkey is considered revoked solely because the parent key is revoked, print the revocation reason from the parent key. Allow revocation/expiration to apply to a uid/key with no entry in the trustdb.
* * pkclist.c (check_signatures_trust): Always print the warning forWerner Koch2002-02-141-9/+6
| | | | | | | | unknown and undefined trust. Removed the did_add cruft. Reported by Janusz A. Urbanowicz. * g10.c: New option --no-use-agent. Hmmm, is this a a good name? --do-not-use-agent seems a bit to long.
* For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw2002-02-101-9/+23
| | | | | | | | | | | | | | | | | | | | | | is a cert. A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything else is a cert. Add a "nrlsign" for nonrevocable and local key signatures. Add a --no-force-mdc to undo --force-mdc. Add a knob to force --disable-mdc/--no-disable-mdc. Off by default, of course, but is used in --pgp2 and --pgp6 modes. Allow specifying multiple users in the "Enter the user ID" loop. Enter a blank line to stop. Show each key+id as it is added. It is not illegal (though possibly silly) to have multiple policy URLs in a given signature, so print all that are present. More efficient implementation of URL-ifying code for --search on an HKP keyserver.
* --pgp6 flag. This is not nearly as involved as --pgp2. In short, itDavid Shaw2002-01-291-2/+23
| | | | | | | | turns off force_mdc, turns on no_comment, escape_from, and force_v3_sigs, and sets compression to 1. It also restricts the user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160. See the comments above algo_available() for lots of discussion on why you would want to do this.
* Only check preferences against keys with v4 self sigs as v3 sigs have noDavid Shaw2002-01-241-4/+7
| | | | | | | prefs Only put in the fake IDEA preference with --pgp2 mode Print "Expired" for expired but good signatures.
* Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw2002-01-221-2/+9
| | | | | | | | keys (this is in the RFC), so that they can be (sometimes) used along OpenPGP keys. Do not force using IDEA on an OpenPGP key, as this may violate its prefs. Also, revise the help text for the sig class explanation.
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-081-6/+13
|
* more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2001-10-231-1/+1
|
* Encryption should work againWerner Koch2001-09-271-193/+138
|
* Revamped the trustDBWerner Koch2001-09-241-170/+140
|
* Code cleanupsWerner Koch2001-09-201-65/+10
|
* Last changes before 1.0.6a snapshot releaseSNAP-1-0-6aWerner Koch2001-09-071-0/+1
|
* Revamped the keyring codeWerner Koch2001-09-061-6/+38
|
* MDC feature support and other stuffWerner Koch2001-08-301-0/+25
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-201-1/+1
|
* Revamped preference handlingWerner Koch2001-08-101-30/+25
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-1/+1
| | | | | DCVS: ----------------------------------------------------------------------
* Add kludge for broken HTTP proxies.Werner Koch2001-04-231-2/+2
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Fixed the new key selection codeWerner Koch2001-03-031-1/+0
|
* Backported getkey.c from 1.1Werner Koch2001-02-081-4/+4
|
* See ChangeLog: Fri Sep 15 18:40:36 CEST 2000 Werner KochWerner Koch2000-09-151-2/+0
|
* See ChangeLog: Wed Sep 6 14:59:09 CEST 2000 Werner KochWerner Koch2000-09-061-3/+3
|
* See ChangeLog: Wed Jul 12 13:32:06 CEST 2000 Werner KochWerner Koch2000-07-121-1/+1
|
* See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch2000-05-121-1/+1
|
* See ChangeLog: Mon May 1 15:38:04 CEST 2000 Werner KochWerner Koch2000-05-011-2/+2
|
* See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner KochWerner Koch2000-04-141-1/+120
|
* See ChangeLog: Sat Dec 4 12:30:28 CET 1999 Werner KochWerner Koch1999-12-041-2/+3
|
* See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner KochWerner Koch1999-10-081-1/+1
|
* See ChangeLog: Mon Oct 4 21:23:04 CEST 1999 Werner KochWerner Koch1999-10-041-9/+15
|
* See ChangeLog: Thu Sep 23 19:24:30 CEST 1999 Werner KochWerner Koch1999-09-231-3/+3
|
* See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner KochV0-9-11Werner Koch1999-09-031-12/+28
|
* See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10Werner Koch1999-08-041-2/+34
|
* See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1999-07-261-1/+1
|
* See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1999-07-231-2/+37
|
* See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1999-07-131-44/+132
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-3/+13
|
* See ChangeLog: Sat Jun 5 15:30:33 CEST 1999 Werner KochWerner Koch1999-06-051-12/+44
|
* See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner KochWerner Koch1999-05-231-0/+9
|
* See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1999-05-061-0/+16
|
* See ChangeLog: Sun Apr 18 20:48:15 CEST 1999 Werner KochWerner Koch1999-04-181-1/+1
|
* See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner KochWerner Koch1999-03-171-72/+66
|
* See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner KochWerner Koch1999-03-081-15/+14
|
* See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner KochWerner Koch1999-02-261-0/+20
|
* See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner KochWerner Koch1999-02-251-7/+28
|
* See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner KochWerner Koch1999-02-191-3/+10
|
* See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1999-02-161-8/+39
|
* See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner KochWerner Koch1999-01-071-1/+1
|