| Commit message (Expand) | Author | Age | Files | Lines |
* | gpg: Remove an unused variable. | Werner Koch | 2015-02-23 | 1 | -1/+0 |
* | gpg: Print better diagnostics for keyserver operations. | Werner Koch | 2015-02-23 | 1 | -13/+28 |
* | gpg: Add import option "keep-ownertrust". | Werner Koch | 2014-11-12 | 1 | -2/+13 |
* | gpg: Fix regression due to the keyserver import filter. | Werner Koch | 2014-08-06 | 1 | -10/+10 |
* | Screen keyserver responses. | Stefan Tomanek | 2014-06-23 | 1 | -17/+44 |
* | gpg: Protect against rogue keyservers sending secret keys. | Werner Koch | 2013-10-04 | 1 | -0/+6 |
* | Import only packets which are allowed in a keyblock. | Werner Koch | 2012-12-20 | 1 | -1/+22 |
* | Fix bug#1307 | Werner Koch | 2011-08-09 | 1 | -34/+31 |
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 1 | -1/+59 |
* | * import.c (collapse_uids): Fix bug 894: possible memory corruption | David Shaw | 2008-03-24 | 1 | -2/+19 |
* | Fixed auto generation of the key stub. | Werner Koch | 2007-12-10 | 1 | -1/+2 |
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -4/+2 |
* | * import.c (collapse_uids): Significant speedup for de-duping user | David Shaw | 2007-09-02 | 1 | -67/+79 |
* | Preparing a releasegnupg-1.4.6 | Werner Koch | 2006-12-06 | 1 | -2/+3 |
* | Fixed memory allocation bug and typos. | Werner Koch | 2006-07-26 | 1 | -5/+3 |
* | i18n fix | Werner Koch | 2006-06-28 | 1 | -2/+7 |
* | * import.c (import_one): Add a flag (from_sk) so we don't check prefs | David Shaw | 2006-06-12 | 1 | -6/+7 |
* | * keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes > | David Shaw | 2006-05-25 | 1 | -0/+9 |
* | * import.c (import_one): Fix bug when importing a new key from a file. | David Shaw | 2006-05-22 | 1 | -7/+5 |
* | * getkey.c (get_pubkey_byname), import.c (import_one): Fix key selection | David Shaw | 2006-05-22 | 1 | -3/+11 |
* | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 2006-04-03 | 1 | -3/+2 |
* | * main.h, import.c (import_one): Optionally return the fingerprint of | David Shaw | 2006-03-14 | 1 | -22/+31 |
* | * keyedit.c (keyedit_menu, menu_clean): Simplify clean options to just | David Shaw | 2005-11-18 | 1 | -6/+4 |
* | * trustdb.h, trustdb.c (clean_key): New function to handle key | David Shaw | 2005-11-12 | 1 | -33/+12 |
* | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 2005-11-10 | 1 | -4/+8 |
* | * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all | David Shaw | 2005-11-10 | 1 | -1/+1 |
* | * import.c (import_one): Do collapse_uids() before we do any cleaning | David Shaw | 2005-11-02 | 1 | -5/+4 |
* | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 2005-09-14 | 1 | -12/+20 |
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -27/+27 |
* | Preparing a release | Werner Koch | 2005-07-26 | 1 | -2/+1 |
* | * gpg.sgml (http): | Werner Koch | 2005-07-22 | 1 | -1/+2 |
* | * trustdb.c (clean_uids_from_key): Don't keep a valid selfsig around | David Shaw | 2005-07-09 | 1 | -6/+7 |
* | * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning. | David Shaw | 2005-06-14 | 1 | -5/+25 |
* | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 2005-06-12 | 1 | -6/+41 |
* | * options.h, import.c (parse_import_options, delete_inv_parts): | David Shaw | 2005-06-10 | 1 | -25/+2 |
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
* | * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdb | David Shaw | 2005-02-06 | 1 | -9/+6 |
* | * gpgv.c (tty_fprintf): New stub. | Werner Koch | 2005-01-20 | 1 | -2/+231 |
* | * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@ | David Shaw | 2005-01-03 | 1 | -0/+6 |
* | * options.h, import.c (parse_import_options, delete_inv_parts): Add | David Shaw | 2005-01-01 | 1 | -1/+20 |
* | * options.h, export.c (parse_export_options, do_export_stream), import.c | David Shaw | 2004-11-26 | 1 | -5/+7 |
* | * export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 2004-10-14 | 1 | -0/+11 |
* | Added SELInux hacks and did some cleanups. | Werner Koch | 2004-10-13 | 1 | -0/+6 |
* | * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set | David Shaw | 2004-09-24 | 1 | -5/+5 |
* | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the | David Shaw | 2004-09-11 | 1 | -1/+2 |
* | * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native | David Shaw | 2004-08-23 | 1 | -6/+6 |
* | * options.h, keyserver.c (parse_keyserver_options): Remove duplicate code | David Shaw | 2004-04-15 | 1 | -1/+2 |
* | * options.h, import.c, keyserver-internal.h, g10.c, mainproc.c, | David Shaw | 2004-04-14 | 1 | -2/+2 |
* | * options.h: Encapsulate keyserver details. Change all callers. | David Shaw | 2004-04-14 | 1 | -1/+1 |
* | * trustdb.c (update_min_ownertrust, validate_keys): Do not use keystr | David Shaw | 2004-03-19 | 1 | -0/+3 |