| Commit message (Expand) | Author | Files | Lines |
2002-01-29 | --pgp6 flag. This is not nearly as involved as --pgp2. In short, it | David Shaw | 1 | -0/+10 |
2002-01-27 | More comments about when to use IDEA in keygen.c | David Shaw | 1 | -0/+15 |
2002-01-26 | * g10.c, options.h: New option --gpg-agent-info | Werner Koch | 1 | -0/+8 |
2002-01-24 | Only check preferences against keys with v4 self sigs as v3 sigs have no | David Shaw | 1 | -0/+13 |
2002-01-23 | Cosmetic: don't present a RSA signing key as a "keypair" which can be 768 | David Shaw | 1 | -0/+9 |
2002-01-22 | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 1 | -0/+36 |
2002-01-20 | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 1 | -0/+15 |
2002-01-19 | Removed debugging output | Werner Koch | 1 | -1/+2 |
2002-01-19 | * passphrase.c (agent_open): Add support for the new Assuan based | Werner Koch | 1 | -0/+7 |
2002-01-15 | New command --decrypt-files. | Timo Schulz | 1 | -0/+8 |
2002-01-12 | Fixed some typos. | Timo Schulz | 1 | -2/+3 |
2002-01-09 | Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stub | David Shaw | 1 | -0/+13 |
2002-01-09 | New code for encode_crypt_files. | Timo Schulz | 1 | -0/+6 |
2002-01-09 | Added missing include file. | Timo Schulz | 1 | -0/+4 |
2002-01-08 | Better description for --encrypt-files. | Timo Schulz | 1 | -0/+4 |
2002-01-08 | * g10.c (main): Must register the secring for encryption because | Werner Koch | 1 | -0/+6 |
2002-01-06 | fix off-by-one in building attribute subpackets | David Shaw | 1 | -0/+26 |
2002-01-05 | * g10.c (main): Do not register the secret keyrings for certain | Werner Koch | 1 | -14/+21 |
2002-01-04 | Use one-pass packets even if it's a v3 key making the signature | David Shaw | 1 | -0/+18 |
2002-01-03 | Minor tweaks: remove --no-default-check-level, don't cache child tempfiles | David Shaw | 1 | -0/+14 |
2002-01-03 | New command (encrypt-files). | Timo Schulz | 1 | -0/+12 |
2002-01-02 | lock only writable key rings and free unused iobuf | Stefan Bellon | 1 | -2/+15 |
2001-12-29 | Bugfix in photoid.c and keyserver.c | David Shaw | 1 | -0/+12 |
2001-12-28 | Add an outofband indicator to the keyserver protocol. | David Shaw | 1 | -0/+13 |
2001-12-27 | Some exec cleanups and tweaks for photo ID and keyserver execution | David Shaw | 1 | -0/+17 |
2001-12-25 | Some tweaks - copyleft info for mkdtemp.c, and header pruning in photoid.c | David Shaw | 1 | -0/+8 |
2001-12-23 | Fixed a typo and W32 support for the latest CVS changes. | Timo Schulz | 1 | -0/+12 |
2001-12-22 | Avoid const compiler warning | David Shaw | 1 | -0/+2 |
2001-12-22 | Some last minute tweaks - type fixes from Stefan and win32 temp files | David Shaw | 1 | -0/+11 |
2001-12-22 | Minor cleanups | Werner Koch | 1 | -2/+6 |
2001-12-22 | * keyserver.c (keyserver_spawn): Removed some variables | Werner Koch | 1 | -2/+103 |
2001-12-22 | Added is_file_compressed | Timo Schulz | 1 | -83/+4 |
2001-12-21 | Photo ID support (actually generic "attribute packet" support, but there | David Shaw | 1 | -0/+53 |
2001-12-21 | Nonrevocable key signature support via "nrsign". These sigs can expire, | David Shaw | 1 | -0/+24 |
2001-12-21 | * g10.c. options.h : New option --show-keyring | Werner Koch | 1 | -0/+6 |
2001-12-21 | * options.in: Remove load-extension tiger | Werner Koch | 1 | -1/+2 |
2001-12-20 | Use mkdtemp() to make temp directories. If there is no mkdtemp(), provide | David Shaw | 1 | -0/+8 |
2001-12-20 | New function to check the permissions of GNUPGHOME and the various files | David Shaw | 1 | -0/+24 |
2001-12-19 | * g10.c, passphrase.c [CYGWIN32]: Allow this as an alias for MINGW32. | Werner Koch | 1 | -0/+4 |
2001-12-18 | Much stricter checking of the keyserver URI | David Shaw | 1 | -0/+15 |
2001-12-17 | Remove warning - no need to check for control/illegal characters, as | David Shaw | 1 | -0/+3 |
2001-12-17 | Fix capitalization issues | David Shaw | 1 | -0/+6 |
2001-12-17 | Add a generic IDEA warning for when the IDEA plugin is not present. This | David Shaw | 1 | -0/+14 |
2001-12-15 | * keyserver.c (keyserver_spawn): Assert that we have dropped privs. | Werner Koch | 1 | -0/+26 |
2001-12-12 | Fixed some types for portability. Noted by Stefan Bellon. | David Shaw | 1 | -0/+4 |
2001-12-07 | PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints a | David Shaw | 1 | -0/+14 |
2001-12-07 | Sig expiration code | David Shaw | 1 | -0/+33 |
2001-12-07 | Allow a regular key signature to promote a local signature to full | David Shaw | 1 | -0/+7 |
2001-12-07 | New option --expert | David Shaw | 1 | -0/+10 |
2001-12-07 | Bug fix in "showpref" | David Shaw | 1 | -0/+14 |