aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.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/+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 perWerner Koch1-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 expireDavid Shaw1-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 selectedDavid Shaw1-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-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-2/+2
affected - but everything else and it seems that there is no backup of the BTS data is available :-(
2002-03-04variable type tweak for RISC OS (from Stefan)David Shaw1-6/+7
2002-03-03Solved conflictWerner Koch1-13/+24
2002-02-28This is the first half of revocation key / designated revokerDavid Shaw1-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-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-32/+127
is only one attribute packet defined thus far, and it's a picture)
2001-12-21Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw1-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-urlDavid Shaw1-4/+31
displays in key listings, and shows flags for signature features.
2001-09-25Changed signature status cacheWerner Koch1-3/+15
2001-09-18Check for garbled packetsWerner Koch1-2/+13
2001-09-09more bug fixesand some warning cleanupsWerner Koch1-1/+3
2001-09-06Revamped the keyring codeWerner Koch1-8/+11
2001-08-31bug fixesWerner Koch1-1/+17
2001-08-30MDC feature support and other stuffWerner Koch1-11/+23
2001-08-10Revamped preference handlingWerner Koch1-0/+4
2001-08-09fixed silly allocation bugWerner Koch1-1/+1
2001-08-09reworked the way hased data is stored and added a "primary" commandWerner Koch1-29/+36
DCVS: ----------------------------------------------------------------------
2001-07-26migration to autoconf 2.52 and bugfixesWerner Koch1-1/+6
2001-04-05Improved pipemode and tweaked handling of multiple signatures.Werner Koch1-0/+27
2001-03-27Fixed a bugs; e.g. in --list-secret-keysWerner Koch1-2/+1
2001-03-12worked on solving some bugsWerner Koch1-8/+35
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2001-03-05Add self-signature verification cachingWerner Koch1-7/+11
2001-02-08Fixed some bugs in the selection codeWerner Koch1-0/+8
2001-02-08Backported getkey.c from 1.1Werner Koch1-5/+10
2000-12-28Add missing stub, fixed comment typosWerner Koch1-1/+1
2000-12-191.0.4c snapshotWerner Koch1-0/+1
2000-12-11Pipemode now works for detached binary signatures.Werner Koch1-0/+1
2000-11-11Paul's LFS pacthes and started with pipemodeWerner Koch1-8/+7
2000-10-13Fixed serious bug related to multiple cleartext signatures.Werner Koch1-0/+68
2000-10-04See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch1-0/+1
2000-09-14See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner KochWerner Koch1-1/+15
2000-08-25See ChangeLog: Fri Aug 25 16:05:38 CEST 2000 Werner KochWerner Koch1-4/+11
2000-07-10See ChangeLog: Mon Jul 10 16:08:57 CEST 2000 Werner KochWerner Koch1-2/+6
2000-06-05See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner KochWerner Koch1-8/+30
2000-04-14See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner KochWerner Koch1-1/+1
2000-02-17See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner KochWerner Koch1-1/+12
2000-01-14See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner KochWerner Koch1-3/+32
1999-11-12See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1-0/+33
1999-09-01See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1-4/+4
1999-08-04See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10Werner Koch1-1/+8
1999-07-08See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner KochWerner Koch1-4/+7
1999-06-26See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner KochWerner Koch1-1/+3
1999-06-15See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1-1/+1
1999-05-26See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner KochWerner Koch1-7/+55
1999-05-25See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner KochWerner Koch1-1/+26