| Commit message (Expand) | Author | Files | Lines |
2005-11-18 | * keyedit.c (keyedit_menu, menu_clean): Simplify clean options to just | David Shaw | 1 | -6/+4 |
2005-11-12 | * trustdb.h, trustdb.c (clean_key): New function to handle key | David Shaw | 1 | -33/+12 |
2005-11-10 | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 1 | -4/+8 |
2005-11-10 | * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all | David Shaw | 1 | -1/+1 |
2005-11-02 | * import.c (import_one): Do collapse_uids() before we do any cleaning | David Shaw | 1 | -5/+4 |
2005-09-14 | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 1 | -12/+20 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -27/+27 |
2005-07-26 | Preparing a release | Werner Koch | 1 | -2/+1 |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -1/+2 |
2005-07-09 | * trustdb.c (clean_uids_from_key): Don't keep a valid selfsig around | David Shaw | 1 | -6/+7 |
2005-06-14 | * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning. | David Shaw | 1 | -5/+25 |
2005-06-12 | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 1 | -6/+41 |
2005-06-10 | * options.h, import.c (parse_import_options, delete_inv_parts): | David Shaw | 1 | -25/+2 |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 |
2005-02-06 | * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdb | David Shaw | 1 | -9/+6 |
2005-01-20 | * gpgv.c (tty_fprintf): New stub. | Werner Koch | 1 | -2/+231 |
2005-01-03 | * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@ | David Shaw | 1 | -0/+6 |
2005-01-01 | * options.h, import.c (parse_import_options, delete_inv_parts): Add | David Shaw | 1 | -1/+20 |
2004-11-26 | * options.h, export.c (parse_export_options, do_export_stream), import.c | David Shaw | 1 | -5/+7 |
2004-10-14 | * export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 1 | -0/+11 |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -0/+6 |
2004-09-24 | * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set | David Shaw | 1 | -5/+5 |
2004-09-11 | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the | David Shaw | 1 | -1/+2 |
2004-08-23 | * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native | David Shaw | 1 | -6/+6 |
2004-04-15 | * options.h, keyserver.c (parse_keyserver_options): Remove duplicate code | David Shaw | 1 | -1/+2 |
2004-04-14 | * options.h, import.c, keyserver-internal.h, g10.c, mainproc.c, | David Shaw | 1 | -2/+2 |
2004-04-14 | * options.h: Encapsulate keyserver details. Change all callers. | David Shaw | 1 | -1/+1 |
2004-03-19 | * trustdb.c (update_min_ownertrust, validate_keys): Do not use keystr | David Shaw | 1 | -0/+3 |
2004-03-15 | * import.c (check_prefs_warning, check_prefs): --keyid-format conversion | David Shaw | 1 | -228/+265 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 1 | -8/+8 |
2004-02-14 | * import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock, | David Shaw | 1 | -7/+15 |
2004-02-12 | * import.c (check_prefs): New function to check preferences on a public | David Shaw | 1 | -10/+144 |
2004-02-12 | * import.c (import_one): Do the revocation check even in the case when a | David Shaw | 1 | -7/+10 |
2003-12-31 | * options.h, g10.c (main), import.c (parse_import_options, import_one, | David Shaw | 1 | -12/+16 |
2003-12-28 | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 1 | -4/+4 |
2003-12-11 | * packet.h, build-packet.c (hash_public_key): Remove function ... | David Shaw | 1 | -4/+0 |
2003-10-31 | * misc.c (compress_algo_to_string, string_to_compress_algo, | David Shaw | 1 | -7/+7 |
2003-10-14 | * import.c (import_one): Show the keyid when giving the Elgamal slow | David Shaw | 1 | -2/+2 |
2003-08-21 | * gpgv.c: Remove extra semicolon (typo). | David Shaw | 1 | -55/+71 |
2003-08-13 | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages): | David Shaw | 1 | -23/+15 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 1 | -1/+1 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 1 | -0/+2 |
2003-05-31 | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 1 | -35/+2 |
2003-05-03 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 1 | -18/+0 |
2003-04-23 | * import.c (import_revoke_cert): Remove ultimate trust when revoking an | David Shaw | 1 | -0/+7 |
2003-04-09 | * main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 1 | -5/+6 |
2003-03-24 | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 1 | -0/+8 |
2003-02-02 | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 1 | -7/+3 |
2003-01-03 | * import.c (import_one): Only do the work to create the status display for | David Shaw | 1 | -1/+2 |
2002-12-27 | fixed type problem | Stefan Bellon | 1 | -1/+1 |