aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-23* parse-packet.c (parse_plaintext), packet.h, plaintext.cDavid Shaw1-1/+2
(handle_plaintext): Fix bug in handling literal packets with zero-length data (no data was being confused with partial body length). * misc.c (pct_expando), options.skel: %t means extension ("jpg"). %T means MIME type ("image/jpeg"). * import.c (import_one): Only trigger trust update if the keyring is actually changed. * export.c (do_export_stream): Missing a m_free.
2002-03-05Some minor bug fixes.David Shaw1-2/+1
do not prompt for revocation reason for v3 revocations (unless force-v4-certs is on) since they wouldn't be used anyway. show the status of the sigs (exportable? revocable?) to the user before prompting for which sig to revoke. Also, make sure that local signatures get local revocations. Add "exec-path" variable to override PATH for execing programs. properly check return code from classify_user_id to catch unclassifiable keys.
2002-02-28This is the first half of revocation key / designated revokerDavid Shaw1-6/+19
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-28Do not include v3 keys in a --export-secret-subkeys export.David Shaw1-0/+8
2001-12-28Add an outofband indicator to the keyserver protocol.David Shaw1-5/+2
Use signature flags for exportability check rather than re-parsing the subpacket.
2001-11-09* export.c (do_export_stream): Put all given names into a searchWerner Koch1-28/+32
description and change the loop so that all matching names are returned.
2001-10-18Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch1-5/+4
works.
2001-09-25Changed signature status cacheWerner Koch1-0/+3
2001-09-07fixed a stupid C errorWerner Koch1-3/+1
2001-09-06Revamped the keyring codeWerner Koch1-23/+20
2001-08-09reworked the way hased data is stored and added a "primary" commandWerner Koch1-2/+2
DCVS: ----------------------------------------------------------------------
2001-04-17Estonian translation, .texi man pages.Werner Koch1-1/+1
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2001-03-05Add self-signature verification cachingWerner Koch1-0/+4
2000-05-12See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch1-1/+1
2000-03-09See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner KochWerner Koch1-1/+1
2000-01-14See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner KochWerner Koch1-1/+30
1999-04-28See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner KochWerner Koch1-1/+0
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-18/+47
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-12-10See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner KochWerner Koch1-7/+19
1998-11-10Some bug fixes of the last releaseWerner Koch1-1/+2
1998-11-03(Does not compile yet)Werner Koch1-0/+9
1998-10-16last local commitWerner Koch1-18/+4
1998-08-11bug fix releaseV0-3-4Werner Koch1-3/+2
1998-07-08fixed clearsig stuffWerner Koch1-0/+18
1998-06-29textual changesWerner Koch1-3/+17
1998-05-29*** empty log message ***V0-2-19Werner Koch1-1/+1
1998-04-14applied Mathews typo and grammar fixesWerner Koch1-3/+3
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-02-13added option exportV0-2-6Werner Koch1-4/+96
1998-01-26added initial i18n stuffWerner Koch1-12/+4
1998-01-19backupWerner Koch1-93/+2
1998-01-16added some trust model stuffWerner Koch1-0/+146