aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * export.c (do_export_stream): Warn the user when exporting a secret keyDavid Shaw2002-05-071-16/+40
| | | | | | | | | | | | | if it or any of its secret subkeys are protected with SHA1 while simple_sk_checksum is set. * parse-packet.c (parse_key): Show when the SHA1 protection is used in --list-packets. * options.h, build-packet.c (do_comment), g10.c (main): Rename --no-comment as --sk-comments/--no-sk-comments (--no-comment still works) and make the default be --no-sk-comments.
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
|
* * parse-packet.c (parse_plaintext), packet.h, plaintext.cDavid Shaw2002-04-231-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.
* Some minor bug fixes.David Shaw2002-03-051-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.
* This is the first half of revocation key / designated revokerDavid Shaw2002-02-281-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.
* Do not include v3 keys in a --export-secret-subkeys export.David Shaw2002-02-281-0/+8
|
* Add an outofband indicator to the keyserver protocol.David Shaw2001-12-281-5/+2
| | | | | | Use signature flags for exportability check rather than re-parsing the subpacket.
* * export.c (do_export_stream): Put all given names into a searchWerner Koch2001-11-091-28/+32
| | | | | | description and change the loop so that all matching names are returned.
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-181-5/+4
| | | | | works.
* Changed signature status cacheWerner Koch2001-09-251-0/+3
|
* fixed a stupid C errorWerner Koch2001-09-071-3/+1
|
* Revamped the keyring codeWerner Koch2001-09-061-23/+20
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-2/+2
| | | | | DCVS: ----------------------------------------------------------------------
* Estonian translation, .texi man pages.Werner Koch2001-04-171-1/+1
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Add self-signature verification cachingWerner Koch2001-03-051-0/+4
|
* See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch2000-05-121-1/+1
|
* See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner KochWerner Koch2000-03-091-1/+1
|
* See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner KochWerner Koch2000-01-141-1/+30
|
* See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner KochWerner Koch1999-04-281-1/+0
|
* See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1999-01-191-18/+47
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner KochWerner Koch1998-12-101-7/+19
|
* Some bug fixes of the last releaseWerner Koch1998-11-101-1/+2
|
* (Does not compile yet)Werner Koch1998-11-031-0/+9
|
* last local commitWerner Koch1998-10-161-18/+4
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-3/+2
|
* fixed clearsig stuffWerner Koch1998-07-081-0/+18
|
* textual changesWerner Koch1998-06-291-3/+17
|
* *** empty log message ***V0-2-19Werner Koch1998-05-291-1/+1
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-3/+3
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* added option exportV0-2-6Werner Koch1998-02-131-4/+96
|
* added initial i18n stuffWerner Koch1998-01-261-0/+47