aboutsummaryrefslogtreecommitdiffstats
path: root/g10/free-packet.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * free-packet.c (copy_signature): Properly copy a signature that carries aDavid Shaw2002-06-141-2/+6
| | | | | revocation key on it.
* * keyedit.c (show_key_with_all_names): Display warning if a user tries toDavid Shaw2002-06-141-6/+15
| | | | | | | | | | | | show prefs on a v3 key with a v3 selfsig. * kbnode.c (dump_kbnode): Show if a uid is expired. * import.c (merge_blocks, import_revoke_cert): Show user ID receiving a revocation certificate. * free-packet.c (cmp_user_ids): Properly compare attribute ids.
* * keyedit.c (show_key_with_all_names_colon): New.Werner Koch2002-05-281-11/+12
| | | | | | (show_key_with_all_names): Divert to new function when required. Sanitize printing of revoker name.
* fixed m_alloc(0) bug and added checks to revkey and numrevkeysStefan Bellon2002-05-041-2/+8
|
* Added a copyright year for files changed this year.Werner Koch2002-04-291-1/+1
|
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-081-0/+1
| | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-(
* This is the first half of revocation key / designated revokerDavid Shaw2002-02-281-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.
* Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw2001-12-211-2/+13
| | | | | is only one attribute packet defined thus far, and it's a picture)
* Revamped preference handlingWerner Koch2001-08-101-25/+56
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-11/+11
| | | | | DCVS: ----------------------------------------------------------------------
* just released another snapshotWerner Koch2001-05-281-1/+0
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Backported getkey.c from 1.1Werner Koch2001-02-081-0/+23
|
* See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch2000-05-121-1/+1
|
* See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1999-11-121-0/+2
|
* See ChangeLog: Thu Jun 10 14:18:23 CEST 1999 Werner KochWerner Koch1999-06-101-4/+14
|
* See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner KochWerner Koch1999-05-311-7/+7
|
* See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner KochWerner Koch1999-05-081-33/+15
|
* See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1999-04-261-12/+8
|
* See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1999-01-171-0/+5
|
* See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner KochWerner Koch1999-01-091-2/+0
|
* See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1998-12-291-3/+3
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner KochWerner Koch1998-12-081-1/+28
|
* Snapshot release 0.4.2V0-4-2Werner Koch1998-10-181-0/+24
|
* last local commitWerner Koch1998-10-161-2/+2
|
* intermediate check inWerner Koch1998-08-051-1/+20
|
* edit-key is now completeWerner Koch1998-07-291-1/+48
|
* partly added creation of OP partial length headersWerner Koch1998-07-021-4/+48
|
* textual changesWerner Koch1998-06-291-29/+31
|
* a whole bunch of internal cleanupsWerner Koch1998-06-131-131/+40
|
* new releaseV0-2-17Werner Koch1998-05-041-37/+16
|
* Aenderungen in der EifelWerner Koch1998-05-031-0/+8
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-2/+2
|
* test releaseWerner Koch1998-04-081-20/+20
|
* partial DSA supportWerner Koch1998-03-091-8/+64
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* added revcation stuff and fixed a couple of bugsWerner Koch1998-02-181-2/+0
|
* import worksWerner Koch1998-02-171-0/+43
|
* *** empty log message ***Werner Koch1998-01-301-0/+19
|
* *** empty log message ***Werner Koch1998-01-131-18/+60
|
* started with trust stuffWerner Koch1998-01-121-4/+2
|
* fingerprints and self signatures addedWerner Koch1997-12-091-16/+5
|
* List and check sigs worksWerner Koch1997-12-011-14/+14
|
* ElGamal funktioniert und ist defaultWerner Koch1997-11-241-24/+67
|
* IDEA removed, signing worksWerner Koch1997-11-241-0/+15
|
* initially checkinWerner Koch1997-11-181-0/+198