aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-181-0/+4
* | gpg: Improve keydb handling in the main import function.Werner Koch2017-10-181-2/+11
|/
* gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch2017-08-041-1/+1
* gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2017-07-281-4/+4
* gpg: New option --with-key-origin.Werner Koch2017-07-201-0/+1
* doc: Comment fixes and one trailing comma fix.Werner Koch2017-07-201-1/+1
* gpg: Make function mk_datestr public.Werner Koch2017-07-201-0/+7
* gpg: New option --key-origin.Werner Koch2017-07-131-7/+9
* g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka2017-05-221-0/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-311-3/+0
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-311-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-20/+24
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-0/+13
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* gpg: Remove unused definitions.Werner Koch2017-01-181-22/+2
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-211-1/+1
* g10: Add a convenience function for checking if a key is a primary keyNeal H. Walfield2016-11-211-0/+7
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-031-0/+7
* gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch2016-08-081-3/+3
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-061-8/+14
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-1/+1
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-191-1/+33
* gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2016-02-181-4/+0
* gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2016-02-141-1/+1
* gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch2016-01-111-475/+37
* gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch2016-01-111-0/+5
* gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch2015-12-231-5/+6
* gpg: Don't check for ambiguous keys.Neal H. Walfield2015-12-221-0/+23
* gpg: Remove unused parameter.Neal H. Walfield2015-12-221-2/+1
* gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield2015-12-221-3/+12
* gpg: Use enums instead of defines.Neal H. Walfield2015-12-221-4/+10
* gpg: Do not pre-check keys given on the command line.Werner Koch2015-12-041-0/+8
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-9/+4
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-171-2/+3
* gpg: Make debugging search descriptors easier.Neal H. Walfield2015-11-171-0/+4
* gpg: Add function format_keyid.Neal H. Walfield2015-11-171-0/+1
* Fix typos found using codespell.Justus Winter2015-11-171-4/+4
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-1/+3
* gpg: Add --encrypt-to-default-key.Neal H. Walfield2015-11-041-0/+4
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-5/+6
* g10: Improve documentation and comments for getkey.c.Neal H. Walfield2015-09-161-6/+336
* g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield2015-09-161-3/+0
* g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2015-09-161-2/+0
* g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield2015-09-161-1/+1
* g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield2015-09-161-2/+0
* g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield2015-09-161-1/+0
* g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield2015-09-161-1/+0
* g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield2015-09-161-1/+0