aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch39-38/+42
2002-04-29fixed comment styleWerner Koch1-1/+1
2002-04-25g10/Werner Koch5-0/+157
2002-04-23After generating a new key, show the key information (name, keyid,David Shaw5-43/+103
2002-04-23* parse-packet.c (parse_plaintext), packet.h, plaintext.cDavid Shaw8-13/+49
2002-04-22po/Werner Koch2-1/+6
2002-04-22RISC OS specific changesStefan Bellon3-3/+12
2002-04-20* keygen.c (generate_subkeypair): 2440bis04 adds that creating subkeys onDavid Shaw3-4/+16
2002-04-19* keyedit.c (menu_deluid): Only cause a trust update if we delete aDavid Shaw7-22/+39
2002-04-19* keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,David Shaw3-18/+41
2002-04-19* tdbio.c (tdbio_write_nextcheck): Return a status whether theWerner Koch7-21/+98
2002-04-18* seskey.c (encode_md_value): Print an error message if a wrongWerner Koch4-6/+30
2002-04-18* trustdb.c (validate_keys): Never schedule a nextcheck into theWerner Koch2-17/+108
2002-04-18* trustdb.c (mark_usable_uid_certs): Properly handle nonrevocableDavid Shaw3-21/+59
2002-04-18* trustdb.c (validate_keys): Never schedule a nextcheck into theWerner Koch2-2/+12
2002-04-18* getkey.c (lookup): Advance the searchmode after a search FIRST.Werner Koch2-0/+7
2002-04-18* getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntaxWerner Koch5-17/+41
2002-04-17* parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch7-34/+98
2002-04-14* parse-packet.c (parse_signature): Minor fix - signatures should expireDavid Shaw5-4/+25
2002-04-13* pkclist.c (build_pk_list): Fix bug that allowed a key to be selectedDavid Shaw4-6/+52
2002-04-12* build-packet.c (build_sig_subpkt): Delete subpackets from both hashedDavid Shaw4-114/+101
2002-04-11* misc.c (pct_expando), options.skel: Use %t to indicate type of a photoDavid Shaw6-25/+65
2002-04-10* tdbio.c (migrate_from_v2): Fixed the offset to read the oldWerner Koch2-2/+8
2002-04-10Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. AddDavid Shaw7-43/+80
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch18-45/+116
2002-04-04Fix auto-key-retrieve to actually work as a keyserver-option (noted byDavid Shaw3-7/+16
2002-03-31Fix ownertrust display with --with-colons.David Shaw8-28/+82
2002-03-29Quote and unquote backslashes from keyserver search responses.David Shaw3-2/+19
2002-03-24Minor tweak to importing to allow more non-signed uids (now thatDavid Shaw5-16/+40
2002-03-19Properly handle a "no keys found" case from the internal HKP codeDavid Shaw3-16/+28
2002-03-17--openpgp implies --allow-non-selfsigned-uidDavid Shaw7-40/+76
2002-03-13Show which user ID a bad self-sig (invald sig or unsupported public keyDavid Shaw2-4/+14
2002-03-13any valid self-sig should mark a user ID or subkey as valid - otherwise,David Shaw2-13/+22
2002-03-07Some minor fixes for revocation keys: print a warning if a key is importedDavid Shaw9-30/+162
2002-03-05Some minor bug fixes.David Shaw5-17/+64
2002-03-04variable type tweak for RISC OS (from Stefan)David Shaw2-6/+12
2002-03-03Solved conflictWerner Koch2-13/+28
2002-02-28This is the first half of revocation key / designated revokerDavid Shaw9-29/+331
2002-02-28Do not include v3 keys in a --export-secret-subkeys export.David Shaw2-0/+11
2002-02-27If a key isn't valid (say, because of no self-signature), allowDavid Shaw2-0/+18
2002-02-26Treat key lists internally as fingerprints when possible. All this is viaDavid Shaw8-118/+160
2002-02-22Detect a "no keys found" case even if the keyserver helper program doesDavid Shaw3-10/+32
2002-02-19Catch corruption in HKP index lines (can be caused by broken or maliciousDavid Shaw3-0/+26
2002-02-14* pkclist.c (check_signatures_trust): Always print the warning forWerner Koch3-9/+17
2002-02-12Bug fix - properly handle user IDs with colons (":") in them while HKPDavid Shaw2-5/+36
2002-02-10For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw12-39/+118
2002-02-05Allow policy URLs with %-expandos in them. This allows policy URLs likeDavid Shaw7-100/+179
2002-02-04Workaround for the pksd and OKS keyserver bug that calculates v4 RSADavid Shaw3-4/+48
2002-02-04Bug fix - do not append keys to each other when --sending more than one.David Shaw2-1/+6
2002-02-03Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"David Shaw5-8/+42