aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-1/+1
2003-07-24* g10.c: New command --card-status.Werner Koch1-1/+1
* card-util.c (card_status): New. * call-agent.c (learn_status_cb): Parse more information. * keylist.c (print_pubkey_info): Add FP arg for optinal printing to a stream. Changed all callers.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-40/+40
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+690
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-717/+0
'GNUPG-1-9-BRANCH'.
2002-10-02* import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw1-1/+3
cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher in question is in fact IDEA.
2002-08-06* revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export aDavid Shaw1-132/+173
minimal pk along with the revocation cert when in --pgpX mode so that PGP can import it.
2002-07-22* revoke.c (gen_desig_revoke): Lots more comments about includingDavid Shaw1-3/+14
sensitive revkeys along with the revocation sig itself. * keyserver.c (parse_keyserver_options): Simpler implementation that can skip one pass over the options.
2002-07-19* keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying "sensitive"David Shaw1-2/+56
as an argument to an addrevoker command. This sets the 0x40 sensitive revoker flag. * revoke.c (gen_desig_revoke): When generating a designated revocation, include the direct key sig that contains the designated revoker subpacket. This allows sensitive designated revocation subpackets to be exported. Also indicate which revokers are sensitive in the first place.
2002-06-29Update head to match stable 1.0David Shaw1-56/+318
2000-10-06See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner KochWerner Koch1-10/+3
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-190/+154
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-14/+14
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-3/+3
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-3/+3
1999-04-26See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1-0/+186
1999-03-20See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner KochWerner Koch1-0/+13
1998-12-29See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner KochWerner Koch1-3/+0
1998-12-29See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1-1/+1
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-11-27See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner KochWerner Koch1-1/+1
1998-11-10Some bug fixes of the last releaseWerner Koch1-1/+1
1998-10-12backupWerner Koch1-13/+13
1998-09-11*** empty log message ***Werner Koch1-1/+1
1998-08-11bug fix releaseV0-3-4Werner Koch1-3/+1
1998-08-08ready for a new releaseWerner Koch1-7/+4
1998-06-29textual changesWerner Koch1-19/+18
1998-06-25nearly ready for 0.3.0Werner Koch1-1/+1
1998-05-26add-key worksWerner Koch1-1/+1
1998-05-13can create v4 signaturesWerner Koch1-1/+1
1998-04-14applied Mathews typo and grammar fixesWerner Koch1-4/+4
1998-04-02release 0.2.14Werner Koch1-1/+1
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-02-18added revcation stuff and fixed a couple of bugsWerner Koch1-0/+1
1998-02-16some import functionalityWerner Koch1-0/+199