aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-20/+24
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-0/+13
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-01-18gpg: Remove unused definitions.Werner Koch1-22/+2
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-1/+1
2016-11-21g10: Add a convenience function for checking if a key is a primary keyNeal H. Walfield1-0/+7
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter1-0/+7
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch1-3/+3
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch1-8/+14
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-1/+1
2016-02-19gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield1-1/+33
2016-02-18gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor1-4/+0
2016-02-14gpg: 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