aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-25gpg: Disallow the use of v3 keys.disallow-v3-keysWerner Koch1-3/+68
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-7/+7
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-6/+0
2011-08-10Fixed set but unused variable bugsWerner Koch1-1/+1
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-1/+1
2011-04-29Fix import stat counter and abort secret key import on merge-only error case.Marcus Brinkmann1-25/+29
2011-03-08Require libgcrypt 1.5Werner Koch1-4/+1
2011-02-02Sample ECC keys and message do now work.Werner Koch1-63/+187
2011-01-18Keyserver search and get basically works again.Werner Koch1-0/+26
2010-10-13More agent support for gpg.Werner Koch1-4/+12
2010-10-06Import fixes.Werner Koch1-5/+15
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-21/+25
2010-09-06Removed more secret key related code.Werner Koch1-356/+88
2010-09-02Merge secret keys during importWerner Koch1-28/+18
2010-09-01Even less prompts for a new key now.Werner Koch1-1/+4
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-2/+5
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-169/+399
2010-05-07Fix for bug 1223Werner Koch1-160/+227
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-16/+22
2010-04-01Use gpg_err_set_errno to assign values to ERRNO.Werner Koch1-1/+1
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-2/+2
2010-03-08Use macros for iobuf ioctls. Werner Koch1-1/+2
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-6/+25
2008-04-08Enhanced --auto-key-locate.Werner Koch1-22/+35
2008-03-25Fix bug 894.Werner Koch1-2/+19
2007-12-12Support DSA2.Werner Koch1-2/+2
2007-12-10Fix for bug 851.Werner Koch1-2/+2
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-10-25Ported changes from 1.4.Werner Koch1-69/+81
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-02-26Add new SVN only file README.maintWerner Koch1-4/+10
2006-12-06Fixes for CVE-2006-6235Werner Koch1-2/+5
2006-10-18Fixed a bug with very long keys.Werner Koch1-5/+5
2006-10-02Fix for bug 537Werner Koch1-1/+1
2006-07-26Fixed memory allocation bug and typos.Werner Koch1-5/+3
2006-06-28i18n fixWerner Koch1-2/+7
2006-06-27Ported patches from 1.4.x Werner Koch1-9/+25
2006-06-12* import.c (import_one): Add a flag (from_sk) so we don't check prefsDavid Shaw1-6/+7
2006-05-25* keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes >David Shaw1-0/+9
2006-05-23g10/ does build again.Werner Koch1-2/+4
2006-05-22* import.c (import_one): Fix bug when importing a new key from a file.David Shaw1-7/+5
2006-05-22* getkey.c (get_pubkey_byname), import.c (import_one): Fix key selectionDavid Shaw1-3/+11
2006-04-19Continued with merging.Werner Koch1-8/+8
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-412/+882
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-3/+2
2006-03-14* main.h, import.c (import_one): Optionally return the fingerprint ofDavid Shaw1-22/+31
2005-11-18* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw1-6/+4
2005-11-12* trustdb.h, trustdb.c (clean_key): New function to handle keyDavid Shaw1-33/+12
2005-11-10* options.h, import.c (parse_import_options, clean_sigs_from_all_uids,David Shaw1-4/+8
2005-11-10* trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove allDavid Shaw1-1/+1