aboutsummaryrefslogtreecommitdiffstats
path: root/g10/free-packet.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-0/+1
affected - but everything else and it seems that there is no backup of the BTS data is available :-(
2002-02-28This is the first half of revocation key / designated revokerDavid Shaw1-0/+9
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-2/+13
is only one attribute packet defined thus far, and it's a picture)
2001-08-10Revamped preference handlingWerner Koch1-25/+56
2001-08-09reworked the way hased data is stored and added a "primary" commandWerner Koch1-11/+11
DCVS: ----------------------------------------------------------------------
2001-05-28just released another snapshotWerner Koch1-1/+0
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2001-02-08Backported getkey.c from 1.1Werner Koch1-0/+23
2000-05-12See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch1-1/+1
1999-11-12See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1-0/+2
1999-06-10See ChangeLog: Thu Jun 10 14:18:23 CEST 1999 Werner KochWerner Koch1-4/+14
1999-05-31See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner KochWerner Koch1-7/+7
1999-05-08See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner KochWerner Koch1-33/+15
1999-04-26See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1-12/+8
1999-01-17See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1-0/+5
1999-01-09See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner KochWerner Koch1-2/+0
1998-12-29See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1-3/+3
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-12-08See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner KochWerner Koch1-1/+28
1998-10-18Snapshot release 0.4.2V0-4-2Werner Koch1-0/+24
1998-10-16last local commitWerner Koch1-2/+2
1998-08-05intermediate check inWerner Koch1-1/+20
1998-07-29edit-key is now completeWerner Koch1-1/+48
1998-07-02partly added creation of OP partial length headersWerner Koch1-4/+48
1998-06-29textual changesWerner Koch1-29/+31
1998-06-13a whole bunch of internal cleanupsWerner Koch1-131/+40
1998-05-04new releaseV0-2-17Werner Koch1-37/+16
1998-05-03Aenderungen in der EifelWerner Koch1-0/+8
1998-04-14applied Mathews typo and grammar fixesWerner Koch1-2/+2
1998-04-08test releaseWerner Koch1-20/+20
1998-03-09partial DSA supportWerner Koch1-8/+64
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-02-18added revcation stuff and fixed a couple of bugsWerner Koch1-2/+0
1998-02-17import worksWerner Koch1-0/+43
1998-01-30*** empty log message ***Werner Koch1-0/+19
1998-01-13*** empty log message ***Werner Koch1-18/+60
1998-01-12started with trust stuffWerner Koch1-4/+2
1997-12-09fingerprints and self signatures addedWerner Koch1-16/+5
1997-12-01List and check sigs worksWerner Koch1-14/+14
1997-11-24ElGamal funktioniert und ist defaultWerner Koch1-24/+67
1997-11-24IDEA removed, signing worksWerner Koch1-0/+15
1997-11-18initially checkinWerner Koch1-0/+198