aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-20* keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a suggestedDavid Shaw1-18/+6
2002-06-15* keyedit.c (show_key_with_all_names), keylist.c (list_keyblock_print):David Shaw1-4/+15
2002-06-14* keyedit.c (show_key_with_all_names): Display warning if a user tries toDavid Shaw1-2/+8
2002-06-03* options.skel: Sample photo viewers for Win32.David Shaw1-1/+1
2002-06-01* sign.c (mk_notation_and_policy): Free unneeded buffer.David Shaw1-1/+8
2002-05-29* keyedit.c (show_key_with_all_names_colon): Renamed the recordWerner Koch1-1/+1
2002-05-28* keyedit.c (show_key_with_all_names_colon): New.Werner Koch1-9/+142
2002-05-28* build-packet.c (build_sig_subpkt): Handle setting sig flags for certainDavid Shaw1-2/+0
2002-05-22* options.h, main.h, keygen.c (keygen_set_set_prefs, keygen_get_std_prefs,David Shaw1-1/+1
2002-05-19* main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a designatedDavid Shaw1-4/+148
2002-05-17* gpgv.c: Add stub for get_ownertrust().David Shaw1-15/+24
2002-05-13* photoid.c (show_photos): Use the long keyid as the filename for theDavid Shaw1-3/+6
2002-05-10fixes for M_DEBUG, strcasecmp and RISC OSStefan Bellon1-4/+4
2002-05-10* packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show assumedDavid Shaw1-9/+35
2002-05-07* keyedit.c (sign_uids): If --expert it set, allow re-signing a uid toDavid Shaw1-19/+58
2002-05-06* keyedit.c (sign_uids): When making a self-signature via "sign" don't askDavid Shaw1-18/+43
2002-05-06* keyedit.c (sign_uids): Convert uids from UTF8 to native before printing.David Shaw1-10/+26
2002-05-04fixed m_alloc(0) bug and added checks to revkey and numrevkeysStefan Bellon1-18/+21
2002-05-03* keyedit.c (sign_uids): Nonrevocable key signatures cause an automaticDavid Shaw1-2/+5
2002-05-02* photoid.h, photoid.c (parse_image_header, image_type_to_string): UsefulDavid Shaw1-25/+31
2002-05-02Allow multiple policy URLs on a given signature.David Shaw1-1/+1
2002-05-01* keyedit.c (menu_adduid): 2440bis04 says that multiple attribute packetsDavid Shaw1-34/+10
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-23After generating a new key, show the key information (name, keyid,David Shaw1-4/+10
2002-04-19* keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw1-7/+10
2002-04-19* keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,David Shaw1-18/+29
2002-04-19* tdbio.c (tdbio_write_nextcheck): Return a status whether theWerner Koch1-5/+22
2002-04-14* parse-packet.c (parse_signature): Minor fix - signatures should expireDavid Shaw1-1/+1
2002-04-13* pkclist.c (build_pk_list): Fix bug that allowed a key to be selectedDavid Shaw1-3/+20
2002-04-12* build-packet.c (build_sig_subpkt): Delete subpackets from both hashedDavid Shaw1-24/+61
2002-04-11* misc.c (pct_expando), options.skel: Use %t to indicate type of a photoDavid Shaw1-9/+20
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-4/+13
2002-03-31Fix ownertrust display with --with-colons.David Shaw1-8/+21
2002-03-17--openpgp implies --allow-non-selfsigned-uidDavid Shaw1-1/+1
2002-03-05Some minor bug fixes.David Shaw1-7/+15
2002-02-28This is the first half of revocation key / designated revokerDavid Shaw1-8/+27
2002-02-10For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw1-8/+12
2002-02-05Allow policy URLs with %-expandos in them. This allows policy URLs likeDavid Shaw1-2/+2
2002-02-03Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw1-1/+1
2002-01-27More comments about when to use IDEA in keygen.cDavid Shaw1-1/+1
2002-01-20* passphrase.c (passphrase_to_dek): Add tryagain_text arg to beWerner Koch1-2/+5
2002-01-06fix off-by-one in building attribute subpacketsDavid Shaw1-11/+56
2001-12-22* keyserver.c (keyserver_spawn): Removed some variablesWerner Koch1-0/+6
2001-12-21Photo ID support (actually generic "attribute packet" support, but thereDavid Shaw1-16/+90
2001-12-21Nonrevocable key signature support via "nrsign". These sigs can expire,David Shaw1-35/+36
2001-12-07Sig expiration codeDavid Shaw1-7/+74
2001-12-07Allow a regular key signature to promote a local signature to fullDavid Shaw1-3/+34
2001-12-07New option --expertDavid Shaw1-4/+41
2001-12-07Bug fix in "showpref"David Shaw1-0/+29
2001-12-06"sigclass" patch - adds key signature class levels, notation and policy-urlDavid Shaw1-16/+92