Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-02-28 | This is the first half of revocation key / designated revoker | David Shaw | 1 | -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. | |||||
2002-02-27 | If a key isn't valid (say, because of no self-signature), allow | David Shaw | 1 | -0/+12 | |
--always-trust to force it valid so it can be trusted. | |||||
2002-02-26 | Treat key lists internally as fingerprints when possible. All this is via | David Shaw | 1 | -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. | |||||
2002-01-22 | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 1 | -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. | |||||
2002-01-06 | fix off-by-one in building attribute subpackets | David Shaw | 1 | -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 | |||||
2001-12-22 | * keyserver.c (keyserver_spawn): Removed some variables | Werner Koch | 1 | -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. | |||||
2001-12-21 | * g10.c. options.h : New option --show-keyring | Werner Koch | 1 | -1/+5 | |
* getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion. | |||||
2001-12-07 | Bug fix in "showpref" | David Shaw | 1 | -1/+1 | |
Allow setting a no-compression preference | |||||
2001-09-28 | calculate time of next trustdb check | Werner Koch | 1 | -5/+9 | |
2001-09-26 | completed the new key validation code | Werner Koch | 1 | -0/+1 | |
2001-09-25 | made keylisting faster | Werner Koch | 1 | -47/+0 | |
2001-09-24 | Revamped the trustDB | Werner Koch | 1 | -36/+2 | |
2001-09-19 | Bug fixes and Timo's patches | Werner Koch | 1 | -1/+1 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 1 | -1/+2 | |
2001-09-07 | Last changes before 1.0.6a snapshot releaseSNAP-1-0-6a | Werner Koch | 1 | -1/+1 | |
2001-09-07 | fixed a stupid C error | Werner Koch | 1 | -59/+52 | |
2001-09-06 | Revamped the keyring code | Werner Koch | 1 | -503/+202 | |
2001-08-30 | MDC feature support and other stuff | Werner Koch | 1 | -50/+20 | |
2001-08-10 | Revamped preference handling | Werner Koch | 1 | -36/+105 | |
2001-08-09 | reworked the way hased data is stored and added a "primary" command | Werner Koch | 1 | -12/+11 | |
DCVS: ---------------------------------------------------------------------- | |||||
2001-08-01 | Changed lsign behaviour, allow future subkeys, don't list revoked keys | Werner Koch | 1 | -1/+7 | |
2001-07-26 | migration to autoconf 2.52 and bugfixes | Werner Koch | 1 | -12/+8 | |
2001-06-16 | one debian bug fixed | Werner Koch | 1 | -1/+10 | |
2001-06-12 | Fix for toupper('I') != 'i' | Werner Koch | 1 | -3/+4 | |
2001-05-28 | just released another snapshot | Werner Koch | 1 | -29/+18 | |
2001-04-28 | last hour fixes. | Werner Koch | 1 | -1/+1 | |
2001-04-24 | Fixed translation issue | Werner Koch | 1 | -2/+6 | |
2001-04-17 | Estonian translation, .texi man pages. | Werner Koch | 1 | -6/+39 | |
2001-04-05 | Improved pipemode and tweaked handling of multiple signatures. | Werner Koch | 1 | -3/+12 | |
2001-03-27 | Made genkey work again. | Werner Koch | 1 | -1/+6 | |
2001-03-27 | Fixed a bugs; e.g. in --list-secret-keys | Werner Koch | 1 | -11/+14 | |
2001-03-13 | Key listing cleanup | Werner Koch | 1 | -0/+9 | |
2001-03-12 | worked on solving some bugs | Werner Koch | 1 | -18/+22 | |
2001-03-08 | Changed and added copyright notices | Werner Koch | 1 | -6/+4 | |
2001-03-07 | Changed the implementation of iobuf to avoid stdio calls. | Werner Koch | 1 | -1/+1 | |
2001-03-03 | Fixed the new key selection code | Werner Koch | 1 | -40/+87 | |
2001-02-08 | Fixed some bugs in the selection code | Werner Koch | 1 | -2/+4 | |
2001-02-08 | Backported getkey.c from 1.1 | Werner Koch | 1 | -724/+1096 | |
2000-09-14 | See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+34 | |
2000-05-12 | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-05-01 | See ChangeLog: Mon May 1 15:38:04 CEST 2000 Werner Koch | Werner Koch | 1 | -3/+5 | |
2000-04-14 | See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+5 | |
2000-03-16 | See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner Koch | Werner Koch | 1 | -3/+69 | |
1999-11-12 | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1 | -3/+20 | |
1999-09-01 | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1 | -4/+4 | |
1999-07-26 | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1 | -6/+6 | |
1999-07-22 | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch | Werner Koch | 1 | -87/+117 | |
1999-05-06 | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+4 | |
1999-04-18 | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-03-17 | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1 | -0/+29 | |