| Commit message (Expand) | Author | Age | Files | Lines |
* | * options.h, g10.c (main), keylist.c (list_keyblock_print), keyedit.c | David Shaw | 2003-08-03 | 1 | -0/+6 |
* | * options.h, g10.c (main, add_keyserver_url): Add | David Shaw | 2003-07-24 | 1 | -0/+10 |
* | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 2003-07-21 | 1 | -0/+23 |
* | * keyedit.c (show_key_with_all_names): Use list-option show-validity in | David Shaw | 2003-07-20 | 1 | -0/+5 |
* | * options.h, g10.c (main), mainproc.c (check_sig_and_print): Add | David Shaw | 2003-07-20 | 1 | -0/+5 |
* | * packet.h, main.h, sig-check.c (signature_check2, check_key_signature2, | David Shaw | 2003-07-20 | 1 | -0/+12 |
* | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 2003-07-10 | 1 | -0/+70 |
* | * parse-packet.c (parse): Disallow old style partial length for | Werner Koch | 2003-06-10 | 1 | -0/+5 |
* | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 2003-06-08 | 1 | -0/+6 |
* | * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since | David Shaw | 2003-06-05 | 1 | -0/+17 |
* | * options.h, g10.c (main), keylist.c (list_keyblock_print): Add | David Shaw | 2003-06-03 | 1 | -0/+10 |
* | * g10.c (main), keylist.c (show_policy_url, show_notation), mainproc.c | David Shaw | 2003-06-01 | 1 | -0/+13 |
* | * mainproc.c (check_sig_and_print), main.h, keylist.c (show_policy, | David Shaw | 2003-05-31 | 1 | -0/+17 |
* | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 2003-05-31 | 1 | -0/+10 |
* | * keylist.c (list_one): Don't show the keyring filename when in | David Shaw | 2003-05-31 | 1 | -0/+24 |
* | * getkey.c (premerge_public_with_secret): Made "no secret subkey for" | David Shaw | 2003-05-26 | 1 | -0/+26 |
* | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 2003-05-24 | 1 | -0/+10 |
* | * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename | David Shaw | 2003-05-21 | 1 | -0/+49 |
* | * progress.c (handle_progress) | Werner Koch | 2003-05-21 | 1 | -0/+8 |
* | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 2003-05-03 | 1 | -0/+44 |
* | * tdbio.c (create_version_record): Only create new trustdbs with | David Shaw | 2003-05-01 | 1 | -0/+22 |
* | * build-packet.c (build_sig_subpkt): Comments. | David Shaw | 2003-04-30 | 1 | -0/+30 |
* | * g10.c (main): Add --no-textmode. | David Shaw | 2003-04-27 | 1 | -0/+22 |
* | * sign.c (do_sign): Show the hash used when making a signature in verbose | David Shaw | 2003-04-26 | 1 | -0/+12 |
* | * import.c (import_revoke_cert): Remove ultimate trust when revoking an | David Shaw | 2003-04-23 | 1 | -0/+18 |
* | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 2003-04-15 | 1 | -0/+28 |
* | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 2003-04-10 | 1 | -0/+27 |
* | * main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 2003-04-09 | 1 | -0/+10 |
* | Add primary key fingerprint to VALIDSIG status. | Werner Koch | 2003-04-08 | 1 | -0/+5 |
* | * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash. | David Shaw | 2003-04-04 | 1 | -0/+7 |
* | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 2003-03-24 | 1 | -0/+21 |
* | * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv" | David Shaw | 2003-03-11 | 1 | -0/+9 |
* | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2003-03-10 | 1 | -0/+6 |
* | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 2003-03-04 | 1 | -0/+40 |
* | * keyserver.c (keyserver_spawn): Include various pieces of information | David Shaw | 2003-02-26 | 1 | -0/+13 |
* | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 2003-02-22 | 1 | -0/+13 |
* | * g10.c (main): Accept "s1" in addition to "idea" to match the other | David Shaw | 2003-02-22 | 1 | -0/+8 |
* | * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in default prefs | David Shaw | 2003-02-21 | 1 | -0/+3 |
* | * g10.c (main): Use 3DES instead of CAST5 if we don't have CAST5 support. | David Shaw | 2003-02-21 | 1 | -0/+6 |
* | * keydb.h, getkey.c (classify_user_id, classify_user_id2): Make 'exact' a | David Shaw | 2003-02-12 | 1 | -0/+19 |
* | * exec.c (set_exec_path): Add debugging line. | David Shaw | 2003-02-12 | 1 | -0/+9 |
* | * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ as | David Shaw | 2003-02-12 | 1 | -0/+5 |
* | * armor.c (parse_hash_header, armor_filter): Accept the new SHAs in the | David Shaw | 2003-02-04 | 1 | -0/+8 |
* | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 2003-02-02 | 1 | -0/+7 |
* | * mainproc.c (list_node): Show signature expiration date in with-colons | David Shaw | 2003-01-27 | 1 | -0/+8 |
* | * g10.c (add_group): Trim whitespace after a group name so it does not | David Shaw | 2003-01-16 | 1 | -0/+17 |
* | * trustdb.c (init_trustdb, get_validity): Don't use a changed trust model | David Shaw | 2003-01-15 | 1 | -0/+8 |
* | * packet.h, parse-packet.c (setup_user_id), free-packet.c (free_user_id), | David Shaw | 2003-01-14 | 1 | -0/+14 |
* | * g10.c (add_group): Fixed group parsing to allow more than one | Werner Koch | 2003-01-14 | 1 | -0/+5 |
* | * tdbio.c (tdbio_set_dbname): Fix assertion failure with | David Shaw | 2003-01-12 | 1 | -0/+5 |