Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * export.c (do_export_stream): Warn the user when exporting a secret key | David Shaw | 2002-05-07 | 1 | -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 Koch | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | * parse-packet.c (parse_plaintext), packet.h, plaintext.c | David Shaw | 2002-04-23 | 1 | -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 Shaw | 2002-03-05 | 1 | -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 revoker | David Shaw | 2002-02-28 | 1 | -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 Shaw | 2002-02-28 | 1 | -0/+8 |
| | |||||
* | Add an outofband indicator to the keyserver protocol. | David Shaw | 2001-12-28 | 1 | -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 search | Werner Koch | 2001-11-09 | 1 | -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 interface | Werner Koch | 2001-10-18 | 1 | -5/+4 |
| | | | | | works. | ||||
* | Changed signature status cache | Werner Koch | 2001-09-25 | 1 | -0/+3 |
| | |||||
* | fixed a stupid C error | Werner Koch | 2001-09-07 | 1 | -3/+1 |
| | |||||
* | Revamped the keyring code | Werner Koch | 2001-09-06 | 1 | -23/+20 |
| | |||||
* | reworked the way hased data is stored and added a "primary" command | Werner Koch | 2001-08-09 | 1 | -2/+2 |
| | | | | | DCVS: ---------------------------------------------------------------------- | ||||
* | Estonian translation, .texi man pages. | Werner Koch | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | Changed and added copyright notices | Werner Koch | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Add self-signature verification caching | Werner Koch | 2001-03-05 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner Koch | Werner Koch | 2000-03-09 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch | Werner Koch | 2000-01-14 | 1 | -1/+30 |
| | |||||
* | See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch | Werner Koch | 1999-04-28 | 1 | -1/+0 |
| | |||||
* | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1999-01-19 | 1 | -18/+47 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1998-12-10 | 1 | -7/+19 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -1/+2 |
| | |||||
* | (Does not compile yet) | Werner Koch | 1998-11-03 | 1 | -0/+9 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -18/+4 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -3/+2 |
| | |||||
* | fixed clearsig stuff | Werner Koch | 1998-07-08 | 1 | -0/+18 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -3/+17 |
| | |||||
* | *** empty log message ***V0-2-19 | Werner Koch | 1998-05-29 | 1 | -1/+1 |
| | |||||
* | applied Mathews typo and grammar fixes | Werner Koch | 1998-04-14 | 1 | -3/+3 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | added option exportV0-2-6 | Werner Koch | 1998-02-13 | 1 | -4/+96 |
| | |||||
* | added initial i18n stuff | Werner Koch | 1998-01-26 | 1 | -0/+47 |