aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-16g10: Remove unused function get_seckey_byfprint.Neal H. Walfield1-36/+0
2015-09-16g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield1-7/+2
2015-09-16g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield1-30/+0
2015-09-16g10: Simplify semantics of get_pubkey_byname.Neal H. Walfield1-8/+6
2015-09-16g10: Eliminate the redundant function get_pubkey_byname.Neal H. Walfield1-30/+2
2015-09-16g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield1-19/+12
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield1-6/+0
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield1-10/+21
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield1-16/+1
2015-09-16g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield1-30/+48
2015-09-16g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield1-2/+0
2015-09-16g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield1-13/+12
2015-09-09doc: Minor comment fixes.Werner Koch1-5/+6
2015-09-02g10: Remove unused field req_algo.Neal H. Walfield1-4/+0
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-2/+2
2015-08-04gpg: Properly handle legacy keys while looking for a secret key.Werner Koch1-1/+8
2015-07-31gpg: Fix endless loop for expired keys given by fpr.Werner Koch1-0/+5
2015-07-29gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch1-1/+2
2015-07-16Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield1-0/+3
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch1-3/+19
2015-04-06gpg: Merge duplicated code for get_user_id et al.Werner Koch1-57/+45
2015-04-06Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch1-16/+16
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