| Commit message (Expand) | Author | Files | Lines |
2004-03-15 | * import.c (check_prefs_warning, check_prefs): --keyid-format conversion | David Shaw | 2 | -228/+273 |
2004-03-06 | * keylist.c (print_seckey_info, print_pubkey_info): --keyid-format | David Shaw | 2 | -35/+28 |
2004-03-06 | * keydb.h, keyid.c (keystr_from_pk, keystr_from_sk): New functions to pull | David Shaw | 4 | -65/+95 |
2004-03-06 | * keyid.c (keyid_from_sk): Minor performance boost by caching secret key | David Shaw | 2 | -25/+41 |
2004-03-05 | * getkey.c (merge_selfsigs_subkey): Do not mark subkeys valid if we do not | David Shaw | 3 | -5/+19 |
2004-03-05 | * revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c | David Shaw | 7 | -60/+68 |
2004-03-04 | * armor.c (fake_packet, armor_filter): Use the 2440 partial length | David Shaw | 2 | -25/+53 |
2004-03-03 | * options.h, g10.c (main), mainproc.c (check_sig_and_print): Remove | David Shaw | 4 | -12/+13 |
2004-03-03 | * build-packet.c (write_header2): Remove call to start old gpg partial | David Shaw | 3 | -77/+89 |
2004-03-03 | * options.h, g10.c (main): Add a more flexible --keyid-format option to | David Shaw | 7 | -81/+133 |
2004-03-03 | * packet.h, free-packet.c (free_encrypted, free_plaintext), parse-packet.c | David Shaw | 4 | -52/+66 |
2004-03-01 | * parse-packet.c (parse): Only data-type packets are allowed to use | David Shaw | 2 | -28/+51 |
2004-02-26 | * delkey.c (do_delete_key): Allow deleting a public key with a secret | David Shaw | 8 | -33/+35 |
2004-02-24 | * plaintext.c: Copyright. | David Shaw | 7 | -172/+201 |
2004-02-23 | * options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): Add | David Shaw | 4 | -6/+23 |
2004-02-22 | * plaintext.c (handle_plaintext): Properly handle a --max-output of zero | David Shaw | 2 | -5/+8 |
2004-02-22 | * keyserver.c (keyserver_spawn): Use the full 64-bit keyid in the INFO | David Shaw | 2 | -8/+35 |
2004-02-21 | * main.h, misc.c (hextobyte): Removed. It's in libutil.a now. | David Shaw | 3 | -26/+4 |
2004-02-20 | * keyserver.c (keyserver_export): Disallow user strings that aren't key | David Shaw | 2 | -13/+35 |
2004-02-20 | * mkdtemp.c: Removed. | David Shaw | 4 | -101/+13 |
2004-02-18 | * options.h, g10.c (main), plaintext.c (handle_plaintext): Add | David Shaw | 4 | -23/+81 |
2004-02-15 | * build-packet.c (do_user_id): Do not force a header for attribute packets | David Shaw | 2 | -3/+7 |
2004-02-15 | * build-packet.c (write_header2): If a suggested header length is provided | David Shaw | 4 | -36/+58 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 7 | -93/+103 |
2004-02-14 | * import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock, | David Shaw | 2 | -7/+21 |
2004-02-12 | * import.c (check_prefs): New function to check preferences on a public | David Shaw | 2 | -10/+152 |
2004-02-12 | * main.h, keyedit.c (keyedit_menu): Remove sign_mode and enhance the more | David Shaw | 4 | -110/+107 |
2004-02-12 | * import.c (import_one): Do the revocation check even in the case when a | David Shaw | 2 | -7/+17 |
2004-02-11 | * options.h, g10.c (main), keylist.c (list_keyblock_print): Add | David Shaw | 4 | -4/+23 |
2004-02-11 | * keyedit.c (keyedit_menu): Prompt for subkey removal for both secret and | David Shaw | 7 | -21/+73 |
2004-02-10 | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 8 | -65/+111 |
2004-01-30 | * g10.c (main, rm_group): Add --ungroup command to remove a particular | David Shaw | 6 | -34/+75 |
2004-01-28 | * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to | David Shaw | 5 | -26/+79 |
2004-01-24 | * mainproc.c (list_node): Show sigs with --verbose. | David Shaw | 6 | -16/+45 |
2004-01-22 | * g10.c (list_config): New function to dump config options to stdout. | David Shaw | 2 | -15/+169 |
2004-01-22 | * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.c | David Shaw | 4 | -11/+21 |
2004-01-21 | * keyedit.c (print_and_check_one_sig, keyedit_menu): Use the COLUMNS | David Shaw | 2 | -1/+18 |
2004-01-21 | * keylist.c (set_attrib_fd): Open attribute fd in binary mode. This isn't | David Shaw | 2 | -3/+8 |
2004-01-21 | * trustdb.c (reset_trust_records): New, faster, implementation that | David Shaw | 2 | -86/+31 |
2004-01-20 | * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches), keyring.h, | David Shaw | 7 | -12/+30 |
2004-01-19 | * sig-check.c (check_key_signature2): Comments. | David Shaw | 3 | -10/+29 |
2004-01-17 | * misc.c (print_cipher_algo_note): May as well call Rijndael AES | David Shaw | 3 | -12/+18 |
2004-01-03 | Only use ZLib module on RISC OS when configured | Stefan Bellon | 2 | -2/+7 |
2003-12-31 | * options.h, g10.c (main), import.c (parse_import_options, import_one, | David Shaw | 5 | -16/+31 |
2003-12-30 | * misc.c (pull_in_libs): Dead code. Removed. | David Shaw | 8 | -45/+67 |
2003-12-28 | * options.h, g10.c (main), keyserver.c (keyserver_opts, | David Shaw | 4 | -8/+9 |
2003-12-28 | * keyserver.c (argsep): New variation on strsep that knows about optional | David Shaw | 2 | -23/+60 |
2003-12-28 | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 4 | -17/+15 |
2003-12-28 | * keyserver.c (strip_leading_space, get_arg): New. | David Shaw | 2 | -1/+50 |
2003-12-28 | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 7 | -20/+35 |