| Commit message (Expand) | Author | Files | Lines |
2003-07-01 | * misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g), | David Shaw | 4 | -12/+44 |
2003-06-26 | * keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep since | David Shaw | 2 | -1/+6 |
2003-06-24 | * signal.c, tdbio.c: Comment out the transaction code. It was not used in | David Shaw | 3 | -4/+13 |
2003-06-20 | * Makefile.am: Include W32LIBS where appropriate. | David Shaw | 2 | -1/+3 |
2003-06-19 | * keyedit.c (sign_uids): Add additional prompt to the signature level | David Shaw | 3 | -2/+19 |
2003-06-19 | * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for "hkp", | David Shaw | 3 | -2/+12 |
2003-06-18 | * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the email | David Shaw | 2 | -4/+12 |
2003-06-18 | * hkp.c (hkp_search): Return proper error code on failure. | David Shaw | 5 | -15/+49 |
2003-06-15 | * keylist.c (list_keyblock_colon): Don't include validity values when | David Shaw | 3 | -17/+46 |
2003-06-10 | * parse-packet.c (parse): Disallow old style partial length for | Werner Koch | 2 | -2/+27 |
2003-06-08 | * import.c (import_keys): Invalidate the cache so that the file | Werner Koch | 2 | -0/+7 |
2003-06-07 | * keyedit.c (sign_uids): Do not sign expired uids without --expert (same | David Shaw | 3 | -9/+46 |
2003-06-07 | Make sure that only ascii is passed to isfoo functions. | Werner Koch | 8 | -18/+31 |
2003-06-04 | * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since | David Shaw | 5 | -10/+38 |
2003-05-31 | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 5 | -72/+60 |
2003-05-30 | * keylist.c (list_one): Don't show the keyring filename when in | David Shaw | 8 | -30/+116 |
2003-05-22 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 24 | -199/+197 |
2003-05-21 | * sign.c (write_plaintext_packet) | Werner Koch | 4 | -5/+16 |
2003-05-20 | * keylist.c (list_keyblock_print): Don't dump attribs for | David Shaw | 4 | -14/+26 |
2003-05-11 | * parse-packet.c (parse_key): Clear disabled flag when parsing a new key. | David Shaw | 5 | -19/+118 |
2003-05-09 | * g10.c (main): New --gnupg option to disable the various --openpgp, | David Shaw | 8 | -24/+55 |
2003-05-07 | * revoke.c (ask_revocation_reason): Clear old reason if user elects to | David Shaw | 2 | -0/+4 |
2003-05-07 | * keyedit.c (sign_uids): Show keyid of the key making the signature. | David Shaw | 7 | -27/+46 |
2003-05-03 | * g10.c (main): Show errors for failure in export, send-keys, recv-keys, | David Shaw | 7 | -46/+156 |
2003-05-02 | * sign.c (sign_file): Fix bug that causes spurious compression preference | David Shaw | 7 | -142/+179 |
2003-05-02 | * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c, | David Shaw | 11 | -78/+90 |
2003-05-02 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 6 | -42/+14 |
2003-04-30 | * pkclist.c (do_we_trust_pre): If an untrusted key was chosen by a | David Shaw | 3 | -25/+82 |
2003-04-29 | * sig-check.c (check_key_signature2): Made "no subkey for subkey | Werner Koch | 3 | -3/+12 |
2003-04-29 | * filter.h: Remove const from WHAT. | Werner Koch | 5 | -12/+25 |
2003-04-28 | * build-packet.c (build_sig_subpkt): Comments. | David Shaw | 5 | -7/+29 |
2003-04-27 | * sign.c (mk_notation_and_policy): Make some strings translatable. | David Shaw | 1 | -2/+4 |
2003-04-27 | * sign.c (mk_notation_and_policy): Make some strings translatable. | David Shaw | 2 | -4/+7 |
2003-04-27 | * mainproc.c (check_sig_and_print): Show sig class when verifying a sig | David Shaw | 7 | -22/+46 |
2003-04-26 | * mainproc.c (check_sig_and_print): Show digest algorithm when verifying a | David Shaw | 3 | -5/+20 |
2003-04-25 | * hkp.c (hkp_ask_import, hkp_export, hkp_search): Make sure to allocate | David Shaw | 2 | -3/+14 |
2003-04-23 | Reverted recent changes in the copyright notices. We can't use a | Werner Koch | 4 | -3/+14 |
2003-04-22 | * plaintext.c (ask_for_detached_datafile, hash_datafiles): Fix compiler | David Shaw | 2 | -3/+4 |
2003-04-22 | * keyedit.c (sign_uids): Allow replacing expired signatures. Allow | David Shaw | 6 | -14/+73 |
2003-04-15 | * g10.c, options.h: New option --enable-progress-filter. | Werner Koch | 13 | -14/+108 |
2003-04-15 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+104 |
2003-04-14 | Reverted recent changes to --output. This is the stable branch and it | Werner Koch | 5 | -113/+62 |
2003-04-13 | Forgot to sync the CVS. Check in the code again. | Timo Schulz | 5 | -62/+113 |
2003-04-10 | Return cancel flag also for the old agent protocol. | Werner Koch | 1 | -1/+5 |
2003-04-10 | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 2 | -35/+48 |
2003-04-09 | * passphrase .c (agent_get_passphrase): New arg CANCELED. | Werner Koch | 10 | -36/+126 |
2003-04-09 | * decrypt.c (decrypt_messages): Fixed error handling; the fucntion | Werner Koch | 2 | -13/+14 |
2003-04-09 | * hkp.c (dehtmlize): Fix bug #121 (memory corruption on some platforms). | David Shaw | 6 | -10/+38 |
2003-04-08 | * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is | Werner Koch | 2 | -8/+33 |
2003-04-04 | * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash. | David Shaw | 3 | -21/+29 |