aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch1-2/+0
2015-02-25Move new mailbox.c source file to common/.Werner Koch1-1/+1
2015-02-23gpg: Skip legacy keys while searching keyrings.Werner Koch1-2/+37
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-1/+1
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-6/+8
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-3/+2
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-23/+26
2015-01-22gpg: Remove an unused variable.Werner Koch1-2/+0
2015-01-05gpg: Remove unused args from a function.Werner Koch1-1/+1
2014-11-02gpg: Fix endless loop in keylisting with fingerprint.Werner Koch1-0/+6
2014-11-02gpg: Minor cleanup for key listing related code.Werner Koch1-16/+10
2014-10-31gpg: Fix testing for secret key availability.Werner Koch1-1/+0
2014-10-31gpg: Remove commented code.Werner Koch1-143/+0
2014-10-13gpg: Fix informative printing of user ids.Werner Koch1-20/+91
2014-06-02gpg: Fix bug parsing a zero length user id.Werner Koch1-1/+4
2014-04-15gpg: Re-enable secret key deletion.Werner Koch1-0/+32
2014-03-17gpg: New mechanism "clear" for --auto-key-locate.Werner Koch1-2/+9
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-0/+1
2013-03-19gpg: Distinguish between missing and cleared key flags.Werner Koch1-1/+7
2013-01-08gpg: Remove a function wrapper.Werner Koch1-2/+2
2013-01-07gpg: Allow generation of more than 4096 keys in one run.Werner Koch1-6/+20
2012-12-28gpg: First working support for keyboxes.Werner Koch1-2/+3
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-5/+5
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-11/+11
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-1/+4
2010-10-20Make public key data structure easier to read.Werner Koch1-26/+28
2010-10-13More agent support for gpg.Werner Koch1-69/+87
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-8/+8
2010-09-06Removed more secret key related code.Werner Koch1-1/+1
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-184/+142
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-3/+3
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-310/+295
2010-01-09Re-indentWerner Koch1-2061/+2210
2009-12-08Unification of the search descriptor usage.Werner Koch1-225/+5
2009-05-06Fix bug#1034.Werner Koch1-10/+0
2009-01-12preparing a releaseWerner Koch1-2/+7
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+3
2008-05-09Remove a warning.Werner Koch1-1/+1
2008-05-07--locate-key now returns several keys if they all match.Werner Koch1-9/+59
2008-05-07Add command --locate-key.Werner Koch1-4/+9
2008-04-16Test commitDavid Shaw1-2/+2
2008-04-16If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch1-27/+73
2008-04-08Enhanced --auto-key-locate.Werner Koch1-44/+90
2008-04-07Minor cleanups.Werner Koch1-5/+3
2008-03-06Comment fixes.Werner Koch1-3/+3
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-03-10From STABLE-BRANCH-1-4David Shaw1-0/+3
2007-03-08Fix from 1.4:Werner Koch1-4/+9