aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is the first half of revocation key / designated revokerDavid Shaw2002-02-281-2/+113
| | | | | | | | | | | | | | | | | | | | | support. That is, it handles all the data to mark a key as revoked if it has been revoked by a designated revoker. The second half (coming later) will contain the code to make someones key your designated revoker and to issue revocations for someone else. Note that this is written so that a revoked revoker can still issue revocations: i.e. If A revokes B, but A is revoked, B is still revoked. I'm not completely convinced this is the proper behavior, but it matches how PGP does it. It does at least have the advantage of much simpler code - my first version of this had lots of loop maintaining code so you could chain revokers many levels deep and if D was revoked, C was not, which meant that B was, and so on. It was sort of scary, actually. This also changes importing to allow bringing in more revocation keys, and exporting to not export revocation keys marked "sensitive". The --edit menu information will show if a revocation key is present.
* If a key isn't valid (say, because of no self-signature), allowDavid Shaw2002-02-271-0/+12
| | | | | --always-trust to force it valid so it can be trusted.
* Treat key lists internally as fingerprints when possible. All this is viaDavid Shaw2002-02-261-28/+0
| | | | | | | | | | | | KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows the helper program to search the keyserver by fingerprint if desired (and the keyserver supports it). Note that automatic fingerprint promotion during refresh only applies to v4 keys as a v4 fingerprint can be easily changed into a long or short key id, and a v3 cannot. Take two copies of hextobyte() from pubkey-enc.c and getkey.c and make them into one copy in misc.c.
* Some compatibility polish for PGP2. Add a fake IDEA preference for v3David Shaw2002-01-221-0/+8
| | | | | | | | 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.
* fix off-by-one in building attribute subpacketsDavid Shaw2002-01-061-2/+0
| | | | | | | | | | change default compression to 1 add ask-sig-expire and ask-cert-expire (--expert was getting absurdly overloaded) permit v3 subkeys use --expert to protect adding multiple photo ids and adding photos to a v3 key
* * keyserver.c (keyserver_spawn): Removed some variablesWerner Koch2001-12-221-1/+1
| | | | | | | | | | | | declaration due to shadowing warnings. * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid compiler warnig due to index(3). * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value. * keylist.c (list_one): Made resname const. * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is not used. * options.skel: Changed one example photo viewer to qiv.
* * g10.c. options.h : New option --show-keyringWerner Koch2001-12-211-1/+5
| | | | | | * getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion.
* Bug fix in "showpref"David Shaw2001-12-071-1/+1
| | | | | Allow setting a no-compression preference
* calculate time of next trustdb checkWerner Koch2001-09-281-5/+9
|
* completed the new key validation codeWerner Koch2001-09-261-0/+1
|
* made keylisting fasterWerner Koch2001-09-251-47/+0
|
* Revamped the trustDBWerner Koch2001-09-241-36/+2
|
* Bug fixes and Timo's patchesWerner Koch2001-09-191-1/+1
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-091-1/+2
|
* Last changes before 1.0.6a snapshot releaseSNAP-1-0-6aWerner Koch2001-09-071-1/+1
|
* fixed a stupid C errorWerner Koch2001-09-071-59/+52
|
* Revamped the keyring codeWerner Koch2001-09-061-503/+202
|
* MDC feature support and other stuffWerner Koch2001-08-301-50/+20
|
* Revamped preference handlingWerner Koch2001-08-101-36/+105
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-12/+11
| | | | | DCVS: ----------------------------------------------------------------------
* Changed lsign behaviour, allow future subkeys, don't list revoked keysWerner Koch2001-08-011-1/+7
|
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-12/+8
|
* one debian bug fixedWerner Koch2001-06-161-1/+10
|
* Fix for toupper('I') != 'i'Werner Koch2001-06-121-3/+4
|
* just released another snapshotWerner Koch2001-05-281-29/+18
|
* last hour fixes.Werner Koch2001-04-281-1/+1
|
* Fixed translation issueWerner Koch2001-04-241-2/+6
|
* Estonian translation, .texi man pages.Werner Koch2001-04-171-6/+39
|
* Improved pipemode and tweaked handling of multiple signatures.Werner Koch2001-04-051-3/+12
|
* Made genkey work again.Werner Koch2001-03-271-1/+6
|
* Fixed a bugs; e.g. in --list-secret-keysWerner Koch2001-03-271-11/+14
|
* Key listing cleanupWerner Koch2001-03-131-0/+9
|
* worked on solving some bugsWerner Koch2001-03-121-18/+22
|
* Changed and added copyright noticesWerner Koch2001-03-081-6/+4
|
* Changed the implementation of iobuf to avoid stdio calls.Werner Koch2001-03-071-1/+1
|
* Fixed the new key selection codeWerner Koch2001-03-031-40/+87
|
* Fixed some bugs in the selection codeWerner Koch2001-02-081-2/+4
|
* Backported getkey.c from 1.1Werner Koch2001-02-081-724/+1096
|
* See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner KochWerner Koch2000-09-141-1/+34
|
* 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-3/+5
|
* See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner KochWerner Koch2000-04-141-1/+5
|
* See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner KochWerner Koch2000-03-161-3/+69
|
* See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1999-11-121-3/+20
|
* See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1999-09-011-4/+4
|
* See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1999-07-261-6/+6
|
* See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner KochWerner Koch1999-07-221-87/+117
|
* See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1999-05-061-2/+4
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-0/+2
|
* See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner KochWerner Koch1999-03-171-0/+29
|