aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-07gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield1-1/+1
2016-01-11gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch1-475/+37
2016-01-11gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch1-0/+5
2015-12-23gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch1-5/+6
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield1-0/+23
2015-12-22gpg: Remove unused parameter.Neal H. Walfield1-2/+1
2015-12-22gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield1-3/+12
2015-12-22gpg: Use enums instead of defines.Neal H. Walfield1-4/+10
2015-12-04gpg: Do not pre-check keys given on the command line.Werner Koch1-0/+8
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-9/+4
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-2/+3
2015-11-17gpg: Make debugging search descriptors easier.Neal H. Walfield1-0/+4
2015-11-17gpg: Add function format_keyid.Neal H. Walfield1-0/+1
2015-11-17Fix typos found using codespell.Justus Winter1-4/+4
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch1-1/+3
2015-11-04gpg: Add --encrypt-to-default-key.Neal H. Walfield1-0/+4
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-5/+6
2015-09-16g10: Improve documentation and comments for getkey.c.Neal H. Walfield1-6/+336
2015-09-16g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield1-3/+0
2015-09-16g10: Remove unused function get_seckey_byfprint.Neal H. Walfield1-2/+0
2015-09-16g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield1-1/+1
2015-09-16g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield1-2/+0
2015-09-16g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield1-1/+0
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield1-1/+0
2015-09-16g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield1-1/+0
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield1-2/+0
2015-08-31g10: Improve interface documentation of the keydb API.Neal H. Walfield1-1/+186
2015-08-31g10: Remove unused parameter.Neal H. Walfield1-1/+1
2015-08-26g10: Simplify cache. Only include data that is actually used.Neal H. Walfield1-0/+4
2015-08-07gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch1-0/+1
2015-06-20gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch1-0/+2
2015-05-08gpg: Add push/pop found state feature to keydb.Werner Koch1-0/+2
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch1-2/+2
2014-10-13gpg: Fix informative printing of user ids.Werner Koch1-1/+3
2014-10-13gpg: Allow importing keys with duplicated long key ids.Werner Koch1-0/+1
2014-10-09gpg: Skip overlong keys and a print a warning.Werner Koch1-0/+1
2014-08-13gpg: Add list-option "show-usage".Werner Koch1-1/+1
2014-06-30gpg: Auto-create revocation certificates.Werner Koch1-0/+1
2014-04-15gpg: Re-enable secret key deletion.Werner Koch1-1/+2
2014-04-15gpg: Change pinentry prompt to talk about "secret key".Werner Koch1-0/+4
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-0/+2
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-02-07gpg: Add pinentry-mode feature.Werner Koch1-0/+3
2013-01-08gpg: Remove a function wrapper.Werner Koch1-3/+2
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch1-5/+6
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-14/+13
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-4/+4
2010-10-13More agent support for gpg.Werner Koch1-4/+1
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+6
2010-09-06Removed more secret key related code.Werner Koch1-14/+3