aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyring.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-1/+1
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-3/+4
2020-08-07gpg: Fix short key ID for v5key.NIIBE Yutaka1-2/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2019-07-10gpg: Fix keyring retrieval.NIIBE Yutaka1-3/+6
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-15/+0
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-6/+16
2018-02-22gpg: Don't let gpg return failure on an invalid packet in a keyblock.Werner Koch1-2/+2
2017-05-08gpg: Properly account for ring trust packets.Justus Winter1-2/+2
2017-04-24g10: invalidate the fd cache for keyring.NIIBE Yutaka1-1/+6
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-2/+2
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-58/+3
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-9/+11
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-2/+6
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-25gpg: Fix searching for mail addresses in keyrings.Justus Winter1-4/+18
2016-11-16common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-03gpg,gpgsm: Block signals during keyring/keybox update.Werner Koch1-2/+11
2016-07-22g10: Properly ignore legacy keys in the keyring cache.Justus Winter1-4/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-7/+6
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka1-2/+2
2016-01-18Use ngettext for some strings.Werner Koch1-4/+13
2016-01-14w32: Fix deadlock introduced by keybox_file_rename.Werner Koch1-4/+17
2016-01-14kbx: New function keybox_file_rename to replace rename.Werner Koch1-18/+5
2016-01-14kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch1-57/+26
2016-01-09tools: Remove gpgkey2ssh.Werner Koch1-1/+1
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-2/+2
2015-12-15gpg: Use more descriptive names.Neal H. Walfield1-111/+98
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-2/+6
2015-11-27gpg,w32: Fix a format string error.Werner Koch1-2/+2
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-5/+15
2015-11-17gpg: Correctly handle an error.Neal H. Walfield1-0/+3
2015-11-17gpg: Correctly handle keyblocks followed by legacy keys.Neal H. Walfield1-1/+13
2015-11-17gpg: Add some debugging output.Neal H. Walfield1-5/+71
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-11gpg: Fix cache consistency problem.Neal H. Walfield1-2/+4
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield1-1/+1
2015-05-08gpg: Add push/pop found state feature to keydb.Werner Koch1-2/+22
2015-02-09gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch1-4/+23
2015-01-22gpg: Improve skipping of PGP-2 keys.Werner Koch1-4/+23
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-3/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-21/+23
2014-10-31gpg: Fix --rebuild-keydb-caches.Werner Koch1-27/+38
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-3/+5
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-19/+19
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-1/+1
2011-09-23Renamed the lock functions.Werner Koch1-3/+3