aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-01gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch1-0/+2
2014-11-02gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch1-1/+5
2014-09-01gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt1-1/+5
2014-08-14gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch1-2/+0
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-1/+1
2014-06-20gpg: Make export of ECC keys work again.Werner Koch1-55/+96
2014-04-15gpg: Fix regression in secret key export.Werner Koch1-2/+8
2014-03-07Silence several warnings when building under Windows.Werner Koch1-1/+1
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-1/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-1/+1
2013-01-08gpg: Remove a function wrapper.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2011-12-02Avoid possible double free in export.c.Werner Koch1-1/+1
2011-08-10Fixed set but unused variable bugsWerner Koch1-13/+13
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-1/+1
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-4/+3
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-1/+1
2011-03-08Require libgcrypt 1.5Werner Koch1-14/+3
2011-02-03Fix test for gcry_pk_get_curve.Werner Koch1-1/+1
2011-02-02Sample ECC keys and message do now work.Werner Koch1-35/+113
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-12/+10
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-0/+54
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+12
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-153/+598
2010-09-06Removed more secret key related code.Werner Koch1-416/+421
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+1
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-1/+1
2009-12-08Unification of the search descriptor usage.Werner Koch1-2/+3
2009-09-30Some changes to suport g13.Werner Koch1-1/+1
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-02-14 * export.c (do_export_stream): Allow reset-subkey-passwd alongWerner Koch1-1/+4
2006-12-06Fixes for CVE-2006-6235Werner Koch1-4/+5
2006-10-02Fix for bug 537Werner Koch1-9/+9
2006-04-19Continued with merging.Werner Koch1-1/+0
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-158/+367
2005-11-18* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw1-27/+16
2005-11-10* options.h, import.c (parse_import_options, clean_sigs_from_all_uids,David Shaw1-1/+1
2005-11-10* trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove allDavid Shaw1-18/+7
2005-11-02* import.c (import_one): Do collapse_uids() before we do any cleaningDavid Shaw1-2/+2
2005-10-17exported subkeys are now merged into one output keyblockWerner Koch1-75/+177
2005-10-06Yet another fix for the gpg.c renameWerner Koch1-0/+15
2005-09-14* main.h, misc.c (parse_options): Add the ability to have helpDavid Shaw1-15/+22
2005-08-04Fixes pertaining to revocation creation with subkey-only exported card keysWerner Koch1-0/+11
2005-07-27Converted all m_free to xfree etc.Werner Koch1-6/+5
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch1-1/+51
2005-06-10* options.h, export.c (do_export_stream), keyedit.c (keyedit_menu,David Shaw1-9/+2
2005-06-08* options.h, g10.c (main), export.c (parse_export_options,David Shaw1-20/+33
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-14* build-packet.c (do_comment): Removed. (build_packet): IgnoreDavid Shaw1-5/+7