| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * misc.c (pct_expando), options.skel: Use %t to indicate type of a photo | David Shaw | 2002-04-11 | 6 | -25/+65 |
* | * tdbio.c (migrate_from_v2): Fixed the offset to read the old | Werner Koch | 2002-04-10 | 2 | -2/+8 |
* | Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. Add | David Shaw | 2002-04-10 | 7 | -43/+80 |
* | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 2002-04-08 | 18 | -45/+116 |
* | Fix auto-key-retrieve to actually work as a keyserver-option (noted by | David Shaw | 2002-04-04 | 3 | -7/+16 |
* | Fix ownertrust display with --with-colons. | David Shaw | 2002-03-31 | 8 | -28/+82 |
* | Quote and unquote backslashes from keyserver search responses. | David Shaw | 2002-03-29 | 3 | -2/+19 |
* | Minor tweak to importing to allow more non-signed uids (now that | David Shaw | 2002-03-24 | 5 | -16/+40 |
* | Properly handle a "no keys found" case from the internal HKP code | David Shaw | 2002-03-19 | 3 | -16/+28 |
* | --openpgp implies --allow-non-selfsigned-uid | David Shaw | 2002-03-17 | 7 | -40/+76 |
* | Show which user ID a bad self-sig (invald sig or unsupported public key | David Shaw | 2002-03-13 | 2 | -4/+14 |
* | any valid self-sig should mark a user ID or subkey as valid - otherwise, | David Shaw | 2002-03-13 | 2 | -13/+22 |
* | Some minor fixes for revocation keys: print a warning if a key is imported | David Shaw | 2002-03-07 | 9 | -30/+162 |
* | Some minor bug fixes. | David Shaw | 2002-03-05 | 5 | -17/+64 |
* | variable type tweak for RISC OS (from Stefan) | David Shaw | 2002-03-04 | 2 | -6/+12 |
* | Solved conflict | Werner Koch | 2002-03-03 | 2 | -13/+28 |
* | This is the first half of revocation key / designated revoker | David Shaw | 2002-02-28 | 9 | -29/+331 |
* | Do not include v3 keys in a --export-secret-subkeys export. | David Shaw | 2002-02-28 | 2 | -0/+11 |
* | If a key isn't valid (say, because of no self-signature), allow | David Shaw | 2002-02-27 | 2 | -0/+18 |
* | Treat key lists internally as fingerprints when possible. All this is via | David Shaw | 2002-02-26 | 8 | -118/+160 |
* | Detect a "no keys found" case even if the keyserver helper program does | David Shaw | 2002-02-22 | 3 | -10/+32 |
* | Catch corruption in HKP index lines (can be caused by broken or malicious | David Shaw | 2002-02-19 | 3 | -0/+26 |
* | * pkclist.c (check_signatures_trust): Always print the warning for | Werner Koch | 2002-02-14 | 3 | -9/+17 |
* | Bug fix - properly handle user IDs with colons (":") in them while HKP | David Shaw | 2002-02-12 | 2 | -5/+36 |
* | For --sig-policy-url and --cert-policy-url, clarify what is a sig and what | David Shaw | 2002-02-10 | 12 | -39/+118 |
* | Allow policy URLs with %-expandos in them. This allows policy URLs like | David Shaw | 2002-02-05 | 7 | -100/+179 |
* | Workaround for the pksd and OKS keyserver bug that calculates v4 RSA | David Shaw | 2002-02-04 | 3 | -4/+48 |
* | Bug fix - do not append keys to each other when --sending more than one. | David Shaw | 2002-02-04 | 2 | -1/+6 |
* | Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url" | David Shaw | 2002-02-03 | 5 | -8/+42 |
* | * g10.c (main): --gen-random --armor does now output a base64 | Werner Koch | 2002-01-30 | 2 | -2/+23 |
* | --pgp6 flag. This is not nearly as involved as --pgp2. In short, it | David Shaw | 2002-01-29 | 5 | -69/+105 |
* | More comments about when to use IDEA in keygen.c | David Shaw | 2002-01-27 | 4 | -8/+31 |
* | * g10.c, options.h: New option --gpg-agent-info | Werner Koch | 2002-01-26 | 6 | -8/+50 |
* | Only check preferences against keys with v4 self sigs as v3 sigs have no | David Shaw | 2002-01-24 | 4 | -15/+26 |
* | Cosmetic: don't present a RSA signing key as a "keypair" which can be 768 | David Shaw | 2002-01-23 | 3 | -3/+21 |
* | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 2002-01-22 | 9 | -17/+94 |
* | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 2002-01-20 | 10 | -30/+101 |
* | Removed debugging output | Werner Koch | 2002-01-19 | 2 | -2/+2 |
* | * passphrase.c (agent_open): Add support for the new Assuan based | Werner Koch | 2002-01-19 | 2 | -170/+357 |
* | New command --decrypt-files. | Timo Schulz | 2002-01-15 | 5 | -40/+109 |
* | Fixed some typos. | Timo Schulz | 2002-01-12 | 2 | -29/+59 |
* | Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stub | David Shaw | 2002-01-09 | 6 | -95/+77 |
* | New code for encode_crypt_files. | Timo Schulz | 2002-01-09 | 4 | -13/+37 |
* | Added missing include file. | Timo Schulz | 2002-01-09 | 2 | -0/+7 |
* | Better description for --encrypt-files. | Timo Schulz | 2002-01-08 | 2 | -1/+5 |
* | * g10.c (main): Must register the secring for encryption because | Werner Koch | 2002-01-08 | 2 | -2/+8 |
* | fix off-by-one in building attribute subpackets | David Shaw | 2002-01-06 | 8 | -19/+106 |
* | * g10.c (main): Do not register the secret keyrings for certain | Werner Koch | 2002-01-05 | 3 | -79/+92 |
* | Use one-pass packets even if it's a v3 key making the signature | David Shaw | 2002-01-04 | 4 | -27/+51 |
* | Minor tweaks: remove --no-default-check-level, don't cache child tempfiles | David Shaw | 2002-01-03 | 4 | -10/+19 |