| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 2004-02-10 | 1 | -0/+24 |
* | * g10.c (main, rm_group): Add --ungroup command to remove a particular | David Shaw | 2004-01-30 | 1 | -0/+14 |
* | * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to | David Shaw | 2004-01-28 | 1 | -0/+15 |
* | * mainproc.c (list_node): Show sigs with --verbose. | David Shaw | 2004-01-24 | 1 | -0/+10 |
* | * g10.c (list_config): New function to dump config options to stdout. | David Shaw | 2004-01-22 | 1 | -2/+14 |
* | * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.c | David Shaw | 2004-01-22 | 1 | -0/+5 |
* | * keyedit.c (print_and_check_one_sig, keyedit_menu): Use the COLUMNS | David Shaw | 2004-01-21 | 1 | -0/+7 |
* | * keylist.c (set_attrib_fd): Open attribute fd in binary mode. This isn't | David Shaw | 2004-01-21 | 1 | -0/+4 |
* | * trustdb.c (reset_trust_records): New, faster, implementation that | David Shaw | 2004-01-21 | 1 | -0/+4 |
* | * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, | David Shaw | 2004-01-20 | 1 | -0/+11 |
* | * sig-check.c (check_key_signature2): Comments. | David Shaw | 2004-01-19 | 1 | -0/+8 |
* | * misc.c (print_cipher_algo_note): May as well call Rijndael AES | David Shaw | 2004-01-17 | 1 | -2/+11 |
* | Only use ZLib module on RISC OS when configured | Stefan Bellon | 2004-01-03 | 1 | -0/+5 |
* | * options.h, g10.c (main), import.c (parse_import_options, import_one, | David Shaw | 2003-12-31 | 1 | -0/+7 |
* | * misc.c (pull_in_libs): Dead code. Removed. | David Shaw | 2003-12-30 | 1 | -0/+24 |
* | * options.h, g10.c (main), keyserver.c (keyserver_opts, | David Shaw | 2003-12-28 | 1 | -0/+6 |
* | * keyserver.c (argsep): New variation on strsep that knows about optional | David Shaw | 2003-12-28 | 1 | -0/+6 |
* | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 2003-12-28 | 1 | -0/+8 |
* | * keyserver.c (strip_leading_space, get_arg): New. | David Shaw | 2003-12-28 | 1 | -0/+5 |
* | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 2003-12-28 | 1 | -0/+9 |
* | * build-packet.c (write_fake_data, do_secret_key), seckey-cert.c | David Shaw | 2003-12-17 | 1 | -0/+6 |
* | * sig-check.c (cmp_help, do_check), sign.c (do_sign): Remove old unused | David Shaw | 2003-12-17 | 1 | -0/+7 |
* | * sig-check.c (do_check): Move the signing algo and hash checks from | David Shaw | 2003-12-13 | 1 | -0/+12 |
* | * packet.h, build-packet.c (hash_public_key): Remove function ... | David Shaw | 2003-12-11 | 1 | -0/+23 |
* | * keyid.c (do_fingerprint_md): Remove the rules to hash the old v3 Elgamal | David Shaw | 2003-12-10 | 1 | -0/+3 |
* | * keyid.c (keyid_from_sk, keyid_from_pk, fingerprint_from_pk, | David Shaw | 2003-12-10 | 1 | -0/+4 |
* | * keyid.c (do_fingerprint_md): Properly handle hashing of keys that we | David Shaw | 2003-12-10 | 1 | -0/+9 |
* | * g10.c (strusage, main): Show development version warning in --version | David Shaw | 2003-12-04 | 1 | -0/+5 |
* | * options.h, g10.c (main), main.h, seskey.c (do_encode_md, | David Shaw | 2003-12-04 | 1 | -0/+7 |
* | * mainproc.c (proc_symkey_enc, proc_encrypted): Add ability to use | David Shaw | 2003-11-30 | 1 | -0/+9 |
* | * trustdb.c (validate_keys): Reset the trustdb before checking if we have | David Shaw | 2003-11-30 | 1 | -0/+14 |
* | * pkclist.c (build_pk_list): Do not allow an empty PK list in interactive | David Shaw | 2003-11-27 | 1 | -2/+5 |
* | * keygen.c (ask_algo): Remove ability to generate Elgamal sign+encrypt | David Shaw | 2003-11-27 | 1 | -0/+8 |
* | * seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings. | David Shaw | 2003-11-21 | 1 | -0/+10 |
* | * options.h, g10.c (main), compress-bz2.c (init_uncompress): Add | David Shaw | 2003-11-18 | 1 | -0/+6 |
* | * compress.c (init_compress): Remove compress level 10 trick, since it is | David Shaw | 2003-11-15 | 1 | -0/+8 |
* | * options.h, g10.c (main), compress.c (init_compress), compress-bz2.c | David Shaw | 2003-11-15 | 1 | -0/+5 |
* | * encode.c (encode_simple), sign.c (sign_symencrypt_file): Properly use | David Shaw | 2003-11-15 | 1 | -0/+7 |
* | * options.h, trustdb.c (trust_model_string, init_trustdb): Add support for | David Shaw | 2003-11-15 | 1 | -0/+9 |
* | * options.h, g10.c, keyedit.c, keylist.c, mainproc.c: Clarify the | David Shaw | 2003-11-14 | 1 | -0/+5 |
* | * g10.c (main): Add --symmetric --sign --encrypt. | David Shaw | 2003-11-13 | 1 | -0/+14 |
* | * mainproc.c (proc_symkey_enc): Don't show algorithm information when | David Shaw | 2003-11-10 | 1 | -0/+7 |
* | * pkclist.c (build_pk_list): When adding recipients interactively, allow | David Shaw | 2003-11-10 | 1 | -0/+5 |
* | * trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a keyid to the | David Shaw | 2003-11-01 | 1 | -0/+21 |
* | * misc.c (compress_algo_to_string, string_to_compress_algo, | David Shaw | 2003-10-31 | 1 | -0/+25 |
* | (close_ct_reader, close_pcsc_reader): Implemented. | Werner Koch | 2003-10-30 | 1 | -0/+5 |
* | * cardglue.c (open_card): Ask for card insertion. | Werner Koch | 2003-10-29 | 1 | -0/+10 |
* | * DETAILS: Add the 'a' value for field 12 and the new field 15. | Werner Koch | 2003-10-28 | 1 | -0/+7 |
* | * g10.c (main): Enhance the version-specific config file code to try for | David Shaw | 2003-10-26 | 1 | -0/+6 |
* | * g10.c (main): Add --symmetric --encrypt command. This generates a | David Shaw | 2003-10-26 | 1 | -0/+26 |