aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * trustdb.h, trustdb.c (read_trust_options): New. Returns items from theDavid Shaw2003-07-211-0/+2
| | | | | | | trustdb version record. * keylist.c (public_key_list): Use it here for the new "tru" record.
* * g10.c (main): New --gnupg option to disable the various --openpgp,David Shaw2003-05-091-1/+1
| | | | | | | | | | | | | | | | --pgpX, etc. options. This is the same as --no-XXXX for those options. * packet.h, getkey.c (skip_disabled), keylist.c (print_capabilities): New "pk_is_disabled" macro to retrieve the cached disabled value if available, and fill it in via cache_disabled_value if not available. * trustdb.h, gpgv.c (is_disabled), trustdb.c (is_disabled): Rename to cache_disabled_value. Cache the result of the check so we don't need to hit the trustdb more than once. * trustdb.c (get_validity): Cache the disabled value since we have it handy and it might be useful later.
* * keyedit.c (sign_uids): Show keyid of the key making the signature.David Shaw2003-05-071-1/+1
| | | | | | | | | | | * trustdb.h, trustdb.c (is_disabled), keylist.c (print_capabilities), gpgv.c (is_disabled): is_disabled now takes a pk and not just the keyid. This is for speed since there is no need to re-fetch a key when we already have that key handy. * getkey.c (skip_disabled): New function to get a pk and call is_disabled on it. (key_byname): Use it here.
* * trustdb.h, trustdb.c (trust_letter): Make static. (get_ownertrust_info,David Shaw2003-01-101-3/+2
| | | | | | | get_validity_info): Don't mask the trust level twice. * armor.c (armor_filter): Comment about PGP's end of line tab problem.
* * packet.h, pkclist.c (build_pk_list), free-packet.cDavid Shaw2003-01-091-2/+2
| | | | | | | | | | (release_public_key_parts): Remove unused namehash element for public keys. * trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info): Pass a user ID in rather than a namehash, so we only have to do the hashing in one place.
* * keydb.h, getkey.c (key_byname): Flag to enable or disable includingDavid Shaw2002-12-191-0/+1
| | | | | | | | | | | | | | | | | | disabled keys. Keys specified via keyid (i.e. 0x...) are always included. * getkey.c (get_pubkey_byname, get_seckey_byname2, get_seckey_bynames), keyedit.c (keyedit_menu, menu_addrevoker): Include disabled keys in these functions. * pkclist.c (build_pk_list): Do not include disabled keys for -r or the key prompt. Do include disabled keys for the default key and --encrypt-to. * trustdb.h, trustdb.c (is_disabled): New skipfnc for skipping disabled keys. * gpgv.c (is_disabled): Stub.
* Update head to match stable 1.0David Shaw2002-06-291-32/+26
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-1/+2
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-3/+3
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-1/+2
|
* See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner KochWerner Koch1999-06-291-0/+1
|
* See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1999-05-061-0/+1
|
* See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner KochWerner Koch1999-03-171-1/+2
|
* See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner KochWerner Koch1999-03-111-4/+8
|
* See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner KochWerner Koch1999-03-081-2/+2
|
* See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner KochWerner Koch1999-01-091-1/+1
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-4/+5
|
* See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner KochWerner Koch1998-12-171-0/+1
|
* See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner KochWerner Koch1998-12-081-0/+1
|
* some bug fixesWerner Koch1998-11-181-1/+1
|
* See ChangeLog ;-). Key validation should now be fasterWerner Koch1998-11-131-1/+2
|
* (Does not compile yet)Werner Koch1998-11-031-1/+1
|
* some random changesWerner Koch1998-10-251-1/+1
|
* last local commitWerner Koch1998-10-161-0/+1
|
* backupWerner Koch1998-10-121-0/+1
|
* a new releaseV0-4-1Werner Koch1998-10-071-1/+1
|
* *** empty log message ***Werner Koch1998-10-011-0/+1
|
* New releaseWerner Koch1998-09-141-0/+1
|
* intermediate check inWerner Koch1998-08-051-0/+7
|
* started with shm coprocessesWerner Koch1998-07-301-0/+4
|
* edit-key is now completeWerner Koch1998-07-291-1/+2
|
* changed trustdb designWerner Koch1998-07-211-1/+2
|
* intermediate releaseWerner Koch1998-07-061-2/+1
|
* textual changesWerner Koch1998-06-291-4/+4
|
* *** empty log message ***V0-2-19Werner Koch1998-05-291-8/+9
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-1/+1
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* added revcation stuff and fixed a couple of bugsWerner Koch1998-02-181-2/+5
|
* changed structure of trustdbWerner Koch1998-02-021-2/+2
|
* Trust stuff works partly.Werner Koch1998-01-241-2/+6
|
* backupWerner Koch1998-01-191-9/+8
|
* added some trust model stuffWerner Koch1998-01-161-1/+5
|
* *** empty log message ***Werner Koch1998-01-131-0/+14
|
* started with trust stuffWerner Koch1998-01-121-0/+28