aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-02-09gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch1-9/+18
2015-01-22gpg: Improve skipping of PGP-2 keys.Werner Koch1-4/+20
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-2/+2
2014-12-01gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch1-0/+3
2014-11-02gpg: Minor cleanup for key listing related code.Werner Koch1-5/+9
2014-10-31kbx: Let keydb_search skip unwanted blobs.Werner Koch1-1/+2
2014-10-13gpg: Allow importing keys with duplicated long key ids.Werner Koch1-8/+25
2014-10-09gpg: Skip overlong keys and a print a warning.Werner Koch1-1/+10
2014-10-09gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch1-21/+66
2014-09-22gpg: Create default keyring with .kbx suffix.Werner Koch1-11/+33
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-1/+1
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-24/+44
2013-01-08gpg: Cache keybox searches.Werner Koch1-6/+151
2013-01-08gpg: Remove a function wrapper.Werner Koch1-6/+6
2013-01-07gpg: Set the node flags while retrieving a keyblock.Werner Koch1-4/+29
2013-01-07New function log_clock.Werner Koch1-0/+5
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-13/+100
2012-12-28gpg: First working support for keyboxes.Werner Koch1-17/+172
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch1-58/+196
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-8/+8
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-1/+1
2011-09-23Renamed the lock functions.Werner Koch1-4/+4
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-321/+364
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-44/+44
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-29/+9
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+2
2010-04-01Use gpg_err_set_errno to assign values to ERRNO.Werner Koch1-1/+1
2010-03-08Use macros for iobuf ioctls. Werner Koch1-1/+1
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-2/+0
2010-01-09Re-indentWerner Koch1-0/+2
2009-12-15Do not use the VMC C reserved word readonly.Werner Koch1-4/+4