summaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Fix keyring support.Neal H. Walfield2015-10-291-1/+2
* g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield2015-09-021-54/+57
* g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield2015-09-021-11/+19
* g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield2015-08-311-9/+12
* g10: Improve interface documentation of the keydb API.Neal H. Walfield2015-08-311-68/+37
* g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield2015-08-311-1/+10
* g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield2015-08-311-0/+4
* g10: Remove unused parameter.Neal H. Walfield2015-08-311-3/+1
* g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2015-08-261-64/+69
* gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch2015-08-071-0/+18
* gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch2015-08-041-1/+8
* gpg: Fix regression due to recent commit 6500f33Werner Koch2015-06-221-28/+59
* gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch2015-06-201-0/+97
* gpg: Add more log_clock calls to keydb.cWerner Koch2015-06-191-0/+9
* gpg: Add push/pop found state feature to keydb.Werner Koch2015-05-081-3/+62
* gpg,w32: Handle forward slash in --keyring option.Werner Koch2015-03-241-2/+10
* gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch2015-02-091-9/+18
* gpg: Improve skipping of PGP-2 keys.Werner Koch2015-01-221-4/+20
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-2/+2
* gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch2014-12-011-0/+3
* gpg: Minor cleanup for key listing related code.Werner Koch2014-11-021-5/+9
* kbx: Let keydb_search skip unwanted blobs.Werner Koch2014-10-311-1/+2
* gpg: Allow importing keys with duplicated long key ids.Werner Koch2014-10-131-8/+25
* gpg: Skip overlong keys and a print a warning.Werner Koch2014-10-091-1/+10
* gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch2014-10-091-21/+66
* gpg: Create default keyring with .kbx suffix.Werner Koch2014-09-221-11/+33
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-1/+1
* gpg: Fix uninitialized access to search descindex with gpg keyboxes.Werner Koch2014-05-141-1/+6
* kbx: Implement update operation for OpenPGP keyblocks.Werner Koch2013-11-151-24/+44
* gpg: Cache keybox searches.Werner Koch2013-01-081-6/+151
* gpg: Remove a function wrapper.Werner Koch2013-01-081-6/+6
* gpg: Set the node flags while retrieving a keyblock.Werner Koch2013-01-071-4/+29
* New function log_clock.Werner Koch2013-01-071-0/+5
* gpg: Add signature cache support to the keybox.Werner Koch2012-12-281-13/+100
* gpg: First working support for keyboxes.Werner Koch2012-12-281-17/+172
* gpg: First patches to support a keybox storage backend.Werner Koch2012-12-271-58/+196
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-8/+8
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-1/+1
* Renamed the lock functions.Werner Koch2011-09-231-4/+4
* Re-indentation of keydb.c and error code changes.Werner Koch2011-04-291-321/+364
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-44/+44
* Decryption and signi via agent is now implemented.Werner Koch2010-04-231-29/+9
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-1/+2
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-1/+1
* Use macros for iobuf ioctls. Werner Koch2010-03-081-1/+1
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-021-2/+0
* Re-indentWerner Koch2010-01-091-0/+2
* Do not use the VMC C reserved word readonly.Werner Koch2009-12-151-4/+4
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-231-1/+1