aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-23gpg: add --passphrase-env VARNAME to read passphrase from environmentdkg/passphrase-envDaniel Kahn Gillmor1-0/+1
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch1-11/+0
2018-08-28gpg: Remove unused arg from a function.Werner Koch1-1/+1
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+30
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-0/+8
2018-05-29gpg: Remove MDC optionsWerner Koch1-1/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-4/+4
2018-04-06doc: Add a code comment about back signatures.Werner Koch1-1/+3
2018-04-06gpg: Re-indent sig-check.c and use signature class macros.Werner Koch1-0/+1
2018-01-22gpg: Unify AEAD parameter retrieval.Werner Koch1-1/+1
2018-01-10gpg: New option --force-aeadWerner Koch1-0/+1
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-0/+4
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch1-2/+11
2017-10-18gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-0/+4
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch1-2/+11
2017-08-04gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch1-1/+1
2017-07-28gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch1-4/+4
2017-07-20gpg: New option --with-key-origin.Werner Koch1-0/+1
2017-07-20doc: Comment fixes and one trailing comma fix.Werner Koch1-1/+1
2017-07-20gpg: Make function mk_datestr public.Werner Koch1-0/+7
2017-07-13gpg: New option --key-origin.Werner Koch1-7/+9
2017-05-22g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka1-0/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch1-3/+0
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-1/+1
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