aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-26g10,sm: Use gnupg_access at two more placesWerner Koch1-1/+1
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-3/+3
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-6/+8
2020-09-09kbx: Change X.509 S/N search definition.Werner Koch1-8/+4
2020-09-02keyboxd: Restructure client access code.Werner Koch1-4/+5
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-01-21gpg: Fix printing of keyring name (regression in master)Werner Koch1-1/+1
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-4/+4
2019-11-27gpg: Move a keydb function to another file.Werner Koch1-42/+2
2019-09-27kbx,gpg: Allow lookup using a UBID.Werner Koch1-1/+9
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-184/+56
2019-08-23gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch1-2/+15
2019-08-06kbx: Allow writing using a estream.Werner Koch1-1/+1
2019-05-21gpg: Do not bail on an invalid packet in the local keyring.Werner Koch1-0/+7
2019-05-14sm: Change keydb code to use the keybox locking.Werner Koch1-4/+4
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-22/+7
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-13/+33
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-10-18gpg: 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