aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-search.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-27sm: Optmize clearing of the ephemeral flag.Werner Koch1-0/+12
2024-04-08kbx: Fix keyid search for mixed v4/v5 case.Werner Koch1-28/+25
2023-05-05kbx: Use wrapper functions for es_fclose and es_fopen.Werner Koch1-23/+7
2023-05-04kbx: Add extra flags to fopen for use by Windows.Werner Koch1-1/+1
2022-03-24kbx: Fix searching for FPR20 in version 2 blob.NIIBE Yutaka1-4/+2
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-6/+6
2020-09-09kbx: Change X.509 S/N search definition.Werner Koch1-3/+3
2020-08-06kbx: Support v5key for short kid and long kid.NIIBE Yutaka1-2/+32
2020-07-27kbx: Fix short KID and long KID handling for FPR32.NIIBE Yutaka1-1/+1
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-30/+55
2019-09-27kbx: Store the UBIB in the blob.Werner Koch1-7/+16
2019-09-27kbx: First take on a cache for the keyboxd.Werner Koch1-0/+24
2019-08-06kbx: Add framework for the SEARCH commandWerner Koch1-2/+61
2019-05-16kbx: Fix an endless loop under Windows due to an incomplete fix.Werner Koch1-2/+2
2019-05-14kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch1-1/+33
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-12/+0
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-13/+55
2019-01-29gpg: Implement searching keys via keygrip.Werner Koch1-3/+54
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-02-15kbx: Fix detection of corrupted keyblocks on 32 bit systems.Werner Koch1-8/+8
2017-04-01kbx: Unify blob reading functions.Werner Koch1-15/+30
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch1-2/+7
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch1-18/+5
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-01-13kbx: Change return type of search functions to gpg_error_t.Werner Koch1-4/+4
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-0/+29
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-0/+8
2015-12-12Remove replacements for libgpg-error < 1.21.Werner Koch1-2/+0
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-28Fix typosDaniel Kahn Gillmor1-1/+1
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield1-2/+2
2015-08-17gpg: Avoid linking to LibksbaWerner Koch1-0/+3
2015-03-20gpg: Consider a mailbox only userid in mail search mode.Werner Koch1-10/+24
2015-03-20gpg: Find keys using mail addresses with garbage after the '>'Werner Koch1-14/+31
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-22/+3
2015-01-19kbx: Minor cleanup for the previous fix.Werner Koch1-7/+7
2015-01-19kbx: Call skipfnc callback to filter out keysDamien Goutte-Gattat1-3/+30
2014-11-07gpg: Remove warning message for non-implemented search modes.Werner Koch1-1/+1
2014-10-31kbx: Let keydb_search skip unwanted blobs.Werner Koch1-14/+20
2014-10-09gpg: Skip overlong keys and a print a warning.Werner Koch1-2/+11
2014-05-14gpg: Fix uninitialized access to search descindex with gpg keyboxes.Werner Koch1-1/+6
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-13/+0
2013-01-07gpg: Set the node flags while retrieving a keyblock.Werner Koch1-19/+41
2013-01-07gpg: Allow searching for user ids in a keybox.Werner Koch1-20/+37
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-4/+30
2012-12-28gpg: First working support for keyboxes.Werner Koch1-1/+35
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-37/+36
2010-03-10Merged jnlib into common.Werner Koch1-1/+1