aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Solved conflictWerner Koch2002-03-031-13/+24
|
* This is the first half of revocation key / designated revokerDavid Shaw2002-02-281-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.
* Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw2001-12-211-32/+127
| | | | | is only one attribute packet defined thus far, and it's a picture)
* Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw2001-12-211-0/+1
| | | | | but cannot be revoked. Any revocation certificates for them are ignored.
* "sigclass" patch - adds key signature class levels, notation and policy-urlDavid Shaw2001-12-061-4/+31
| | | | | displays in key listings, and shows flags for signature features.
* Changed signature status cacheWerner Koch2001-09-251-3/+15
|
* Check for garbled packetsWerner Koch2001-09-181-2/+13
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-091-1/+3
|
* Revamped the keyring codeWerner Koch2001-09-061-8/+11
|
* bug fixesWerner Koch2001-08-311-1/+17
|
* MDC feature support and other stuffWerner Koch2001-08-301-11/+23
|
* Revamped preference handlingWerner Koch2001-08-101-0/+4
|
* fixed silly allocation bugWerner Koch2001-08-091-1/+1
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-29/+36
| | | | | DCVS: ----------------------------------------------------------------------
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-1/+6
|
* Improved pipemode and tweaked handling of multiple signatures.Werner Koch2001-04-051-0/+27
|
* Fixed a bugs; e.g. in --list-secret-keysWerner Koch2001-03-271-2/+1
|
* worked on solving some bugsWerner Koch2001-03-121-8/+35
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Add self-signature verification cachingWerner Koch2001-03-051-7/+11
|
* Fixed some bugs in the selection codeWerner Koch2001-02-081-0/+8
|
* Backported getkey.c from 1.1Werner Koch2001-02-081-5/+10
|
* Add missing stub, fixed comment typosWerner Koch2000-12-281-1/+1
|
* 1.0.4c snapshotWerner Koch2000-12-191-0/+1
|
* Pipemode now works for detached binary signatures.Werner Koch2000-12-111-0/+1
|
* Paul's LFS pacthes and started with pipemodeWerner Koch2000-11-111-8/+7
|
* Fixed serious bug related to multiple cleartext signatures.Werner Koch2000-10-131-0/+68
|
* See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch2000-10-041-0/+1
|
* See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner KochWerner Koch2000-09-141-1/+15
|
* See ChangeLog: Fri Aug 25 16:05:38 CEST 2000 Werner KochWerner Koch2000-08-251-4/+11
|
* See ChangeLog: Mon Jul 10 16:08:57 CEST 2000 Werner KochWerner Koch2000-07-101-2/+6
|
* See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner KochWerner Koch2000-06-051-8/+30
|
* See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner KochWerner Koch2000-04-141-1/+1
|
* See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner KochWerner Koch2000-02-171-1/+12
|
* See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner KochWerner Koch2000-01-141-3/+32
|
* See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1999-11-121-0/+33
|
* See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1999-09-011-4/+4
|
* See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10Werner Koch1999-08-041-1/+8
|
* See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner KochWerner Koch1999-07-081-4/+7
|
* See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner KochWerner Koch1999-06-261-1/+3
|
* See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1999-06-151-1/+1
|
* See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner KochWerner Koch1999-05-261-7/+55
|
* See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner KochWerner Koch1999-05-251-1/+26
|
* See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1999-05-171-5/+25
|
* See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner KochWerner Koch1999-05-081-55/+26
|
* See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1999-04-261-17/+29
|
* See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1999-04-181-8/+22
|
* See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner KochWerner Koch1999-04-091-5/+1
|
* See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner KochWerner Koch1999-04-071-1/+0
|
* See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1999-02-161-12/+1
|