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