Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-04-29 | Added a copyright year for files changed this year. | Werner Koch | 1 | -1/+1 | |
2002-04-23 | * parse-packet.c (parse_plaintext), packet.h, plaintext.c | David Shaw | 1 | -1/+7 | |
(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-04-17 | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 1 | -2/+6 | |
draft-rfc2440-bis04. * packet.h (PKT_secret_key): Add field sha1chk. * seckey-cert.c (do_check): Check the SHA1 checksum (protect_secret_key): And create it. * build-packet.c (do_secret_key): Mark it as sha-1 protected. * g10.c, options.h: New option --simple-sk-checksum. | |||||
2002-04-14 | * parse-packet.c (parse_signature): Minor fix - signatures should expire | David Shaw | 1 | -1/+1 | |
at their expiration time and not one second later. * keygen.c (proc_parameter_file): Allow specifying preferences string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation file. * keyedit.c (keyedit_menu): Print standard error message when signing a revoked key (no new translation). * getkey.c (merge_selfsigs): Get the default set of key prefs from the real (not attribute) primary uid. | |||||
2002-04-13 | * pkclist.c (build_pk_list): Fix bug that allowed a key to be selected | David Shaw | 1 | -2/+8 | |
twice in batch mode if one instance was the default recipient and the other was an encrypt-to. Noted by Stefan Bellon. * parse-packet.c (dump_sig_subpkt): Show data in trust and regexp sig subpackets. * keyedit.c (keyedit_menu): Use new function real_uids_left to prevent deleting the last real (i.e. non-attribute) uid. Again, according to the attribute draft. (menu_showphoto): Make another string translatable. | |||||
2002-04-08 | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 1 | -2/+2 | |
affected - but everything else and it seems that there is no backup of the BTS data is available :-( | |||||
2002-03-04 | variable type tweak for RISC OS (from Stefan) | David Shaw | 1 | -6/+7 | |
2002-03-03 | Solved conflict | Werner Koch | 1 | -13/+24 | |
2002-02-28 | This is the first half of revocation key / designated revoker | David Shaw | 1 | -0/+27 | |
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. | |||||
2001-12-21 | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 1 | -32/+127 | |
is only one attribute packet defined thus far, and it's a picture) | |||||
2001-12-21 | Nonrevocable key signature support via "nrsign". These sigs can expire, | David Shaw | 1 | -0/+1 | |
but cannot be revoked. Any revocation certificates for them are ignored. | |||||
2001-12-06 | "sigclass" patch - adds key signature class levels, notation and policy-url | David Shaw | 1 | -4/+31 | |
displays in key listings, and shows flags for signature features. | |||||
2001-09-25 | Changed signature status cache | Werner Koch | 1 | -3/+15 | |
2001-09-18 | Check for garbled packets | Werner Koch | 1 | -2/+13 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 1 | -1/+3 | |
2001-09-06 | Revamped the keyring code | Werner Koch | 1 | -8/+11 | |
2001-08-31 | bug fixes | Werner Koch | 1 | -1/+17 | |
2001-08-30 | MDC feature support and other stuff | Werner Koch | 1 | -11/+23 | |
2001-08-10 | Revamped preference handling | Werner Koch | 1 | -0/+4 | |
2001-08-09 | fixed silly allocation bug | Werner Koch | 1 | -1/+1 | |
2001-08-09 | reworked the way hased data is stored and added a "primary" command | Werner Koch | 1 | -29/+36 | |
DCVS: ---------------------------------------------------------------------- | |||||
2001-07-26 | migration to autoconf 2.52 and bugfixes | Werner Koch | 1 | -1/+6 | |
2001-04-05 | Improved pipemode and tweaked handling of multiple signatures. | Werner Koch | 1 | -0/+27 | |
2001-03-27 | Fixed a bugs; e.g. in --list-secret-keys | Werner Koch | 1 | -2/+1 | |
2001-03-12 | worked on solving some bugs | Werner Koch | 1 | -8/+35 | |
2001-03-08 | Changed and added copyright notices | Werner Koch | 1 | -1/+1 | |
2001-03-05 | Add self-signature verification caching | Werner Koch | 1 | -7/+11 | |
2001-02-08 | Fixed some bugs in the selection code | Werner Koch | 1 | -0/+8 | |
2001-02-08 | Backported getkey.c from 1.1 | Werner Koch | 1 | -5/+10 | |
2000-12-28 | Add missing stub, fixed comment typos | Werner Koch | 1 | -1/+1 | |
2000-12-19 | 1.0.4c snapshot | Werner Koch | 1 | -0/+1 | |
2000-12-11 | Pipemode now works for detached binary signatures. | Werner Koch | 1 | -0/+1 | |
2000-11-11 | Paul's LFS pacthes and started with pipemode | Werner Koch | 1 | -8/+7 | |
2000-10-13 | Fixed serious bug related to multiple cleartext signatures. | Werner Koch | 1 | -0/+68 | |
2000-10-04 | See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
2000-09-14 | See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+15 | |
2000-08-25 | See ChangeLog: Fri Aug 25 16:05:38 CEST 2000 Werner Koch | Werner Koch | 1 | -4/+11 | |
2000-07-10 | See ChangeLog: Mon Jul 10 16:08:57 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+6 | |
2000-06-05 | See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner Koch | Werner Koch | 1 | -8/+30 | |
2000-04-14 | See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-02-17 | See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner Koch | Werner Koch | 1 | -1/+12 | |
2000-01-14 | See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch | Werner Koch | 1 | -3/+32 | |
1999-11-12 | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1 | -0/+33 | |
1999-09-01 | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1 | -4/+4 | |
1999-08-04 | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1 | -1/+8 | |
1999-07-08 | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1 | -4/+7 | |
1999-06-26 | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+3 | |
1999-06-15 | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-05-26 | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1 | -7/+55 | |
1999-05-25 | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+26 | |