| Commit message (Expand) | Author | Files | Lines |
2002-04-19 | * tdbio.c (tdbio_write_nextcheck): Return a status whether the | Werner Koch | 7 | -21/+98 |
2002-04-18 | * seskey.c (encode_md_value): Print an error message if a wrong | Werner Koch | 4 | -6/+30 |
2002-04-18 | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2 | -17/+108 |
2002-04-18 | * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable | David Shaw | 3 | -21/+59 |
2002-04-18 | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2 | -2/+12 |
2002-04-18 | * getkey.c (lookup): Advance the searchmode after a search FIRST. | Werner Koch | 2 | -0/+7 |
2002-04-18 | * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax | Werner Koch | 5 | -17/+41 |
2002-04-17 | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 7 | -34/+98 |
2002-04-14 | * parse-packet.c (parse_signature): Minor fix - signatures should expire | David Shaw | 5 | -4/+25 |
2002-04-13 | * pkclist.c (build_pk_list): Fix bug that allowed a key to be selected | David Shaw | 4 | -6/+52 |
2002-04-12 | * build-packet.c (build_sig_subpkt): Delete subpackets from both hashed | David Shaw | 4 | -114/+101 |
2002-04-11 | * misc.c (pct_expando), options.skel: Use %t to indicate type of a photo | David Shaw | 6 | -25/+65 |
2002-04-10 | * tdbio.c (migrate_from_v2): Fixed the offset to read the old | Werner Koch | 2 | -2/+8 |
2002-04-10 | Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. Add | David Shaw | 7 | -43/+80 |
2002-04-08 | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 18 | -45/+116 |
2002-04-04 | Fix auto-key-retrieve to actually work as a keyserver-option (noted by | David Shaw | 3 | -7/+16 |
2002-03-31 | Fix ownertrust display with --with-colons. | David Shaw | 8 | -28/+82 |
2002-03-29 | Quote and unquote backslashes from keyserver search responses. | David Shaw | 3 | -2/+19 |
2002-03-24 | Minor tweak to importing to allow more non-signed uids (now that | David Shaw | 5 | -16/+40 |
2002-03-19 | Properly handle a "no keys found" case from the internal HKP code | David Shaw | 3 | -16/+28 |
2002-03-17 | --openpgp implies --allow-non-selfsigned-uid | David Shaw | 7 | -40/+76 |
2002-03-13 | Show which user ID a bad self-sig (invald sig or unsupported public key | David Shaw | 2 | -4/+14 |
2002-03-13 | any valid self-sig should mark a user ID or subkey as valid - otherwise, | David Shaw | 2 | -13/+22 |
2002-03-07 | Some minor fixes for revocation keys: print a warning if a key is imported | David Shaw | 9 | -30/+162 |
2002-03-05 | Some minor bug fixes. | David Shaw | 5 | -17/+64 |
2002-03-04 | variable type tweak for RISC OS (from Stefan) | David Shaw | 2 | -6/+12 |
2002-03-03 | Solved conflict | Werner Koch | 2 | -13/+28 |
2002-02-28 | This is the first half of revocation key / designated revoker | David Shaw | 9 | -29/+331 |
2002-02-28 | Do not include v3 keys in a --export-secret-subkeys export. | David Shaw | 2 | -0/+11 |
2002-02-27 | If a key isn't valid (say, because of no self-signature), allow | David Shaw | 2 | -0/+18 |
2002-02-26 | Treat key lists internally as fingerprints when possible. All this is via | David Shaw | 8 | -118/+160 |
2002-02-22 | Detect a "no keys found" case even if the keyserver helper program does | David Shaw | 3 | -10/+32 |
2002-02-19 | Catch corruption in HKP index lines (can be caused by broken or malicious | David Shaw | 3 | -0/+26 |
2002-02-14 | * pkclist.c (check_signatures_trust): Always print the warning for | Werner Koch | 3 | -9/+17 |
2002-02-12 | Bug fix - properly handle user IDs with colons (":") in them while HKP | David Shaw | 2 | -5/+36 |
2002-02-10 | For --sig-policy-url and --cert-policy-url, clarify what is a sig and what | David Shaw | 12 | -39/+118 |
2002-02-05 | Allow policy URLs with %-expandos in them. This allows policy URLs like | David Shaw | 7 | -100/+179 |
2002-02-04 | Workaround for the pksd and OKS keyserver bug that calculates v4 RSA | David Shaw | 3 | -4/+48 |
2002-02-04 | Bug fix - do not append keys to each other when --sending more than one. | David Shaw | 2 | -1/+6 |
2002-02-03 | Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url" | David Shaw | 5 | -8/+42 |
2002-01-30 | * g10.c (main): --gen-random --armor does now output a base64 | Werner Koch | 2 | -2/+23 |
2002-01-29 | --pgp6 flag. This is not nearly as involved as --pgp2. In short, it | David Shaw | 5 | -69/+105 |
2002-01-27 | More comments about when to use IDEA in keygen.c | David Shaw | 4 | -8/+31 |
2002-01-26 | * g10.c, options.h: New option --gpg-agent-info | Werner Koch | 6 | -8/+50 |
2002-01-24 | Only check preferences against keys with v4 self sigs as v3 sigs have no | David Shaw | 4 | -15/+26 |
2002-01-23 | Cosmetic: don't present a RSA signing key as a "keypair" which can be 768 | David Shaw | 3 | -3/+21 |
2002-01-22 | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 9 | -17/+94 |
2002-01-20 | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 10 | -30/+101 |
2002-01-19 | Removed debugging output | Werner Koch | 2 | -2/+2 |
2002-01-19 | * passphrase.c (agent_open): Add support for the new Assuan based | Werner Koch | 2 | -170/+357 |