aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-21gpg: Do not bail on an invalid packet in the local keyring.Werner Koch1-4/+11
2019-03-18gpg: Do not bail out on v5 keys in the local keyring.Werner Koch1-4/+9
2018-02-22gpg: Don't let gpg return failure on an invalid packet in a keyblock.Werner Koch1-4/+1
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-1/+24
2017-03-31gpg: Print more stats for the keydb and the signature cache.Werner Koch1-11/+77
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-2/+2
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch1-106/+9
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-3/+3
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-3/+4
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-1/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-1/+5
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch1-4/+14
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-21g10: Write first keybox record in binary modeAndre Heinecke1-1/+1
2016-06-30g10: Fix keybox-related memory leaks.Justus Winter1-2/+6
2016-06-28g10: Fix memory leaks.Justus Winter1-5/+2
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-6/+5
2016-01-14gpg: Detect race between pubring.gpg and pubring.kbx use.Werner Koch1-0/+32
2016-01-13gpg: Improve error code from lock_all.Werner Koch1-1/+1
2016-01-13gpg: Make sure to mark a duplicate registered keybox as primary.Werner Koch1-28/+29
2016-01-11gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch1-0/+173
2015-12-23gpg: Fix use of assert from commit dc417bf0.Werner Koch1-2/+3
2015-12-22gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield1-3/+19
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-0/+6
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-1/+18
2015-12-11gpg: Fix buffer overflow.Neal H. Walfield1-1/+1
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-3/+24
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-26/+11
2015-11-17gpg: Add some debugging output.Neal H. Walfield1-1/+21
2015-11-17gpg: Make debugging search descriptors easier.Neal H. Walfield1-50/+74
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-29gpg: Fix keyring support.Neal H. Walfield1-1/+2
2015-09-02g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield1-54/+57
2015-09-02g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield1-11/+19
2015-08-31g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield1-9/+12
2015-08-31g10: Improve interface documentation of the keydb API.Neal H. Walfield1-68/+37
2015-08-31g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield1-1/+10
2015-08-31g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield1-0/+4
2015-08-31g10: Remove unused parameter.Neal H. Walfield1-3/+1
2015-08-26g10: Simplify cache. Only include data that is actually used.Neal H. Walfield1-64/+69
2015-08-07gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch1-0/+18
2015-08-04gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch1-1/+8
2015-06-22gpg: Fix regression due to recent commit 6500f33Werner Koch1-28/+59
2015-06-20gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch1-0/+97
2015-06-19gpg: Add more log_clock calls to keydb.cWerner Koch1-0/+9
2015-05-08gpg: Add push/pop found state feature to keydb.Werner Koch1-3/+62
2015-03-24gpg,w32: Handle forward slash in --keyring option.Werner Koch1-2/+10