aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-01kbx: Unify blob reading functions.Werner Koch5-37/+54
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch1-2/+7
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch6-39/+16
2017-03-07Remove -I option to common.NIIBE Yutaka6-7/+7
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2016-11-16common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch3-69/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch13-13/+13
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-10Portability build fix.Ben Kibbey1-1/+2
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-1/+1
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-08-03kbx: Add missing header file.Justus Winter1-0/+1
2016-08-03gpg,gpgsm: Block signals during keyring/keybox update.Werner Koch3-53/+79
2016-06-30g10: Fix keybox-related memory leaks.Justus Winter1-5/+19
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+0
2016-03-07kbx: Avoid undefined behavior.Justus Winter1-1/+1
2016-01-15kbx,w32: Use shorter retry intervals for keybox_file_rename.Werner Koch1-9/+4
2016-01-14w32: Fix deadlock introduced by keybox_file_rename.Werner Koch1-14/+30
2016-01-14kbx: New function keybox_file_rename to replace rename.Werner Koch3-12/+71
2016-01-14kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch3-73/+88
2016-01-13kbx: Change return type of search functions to gpg_error_t.Werner Koch2-8/+9
2016-01-13kbx: Improve and fix keybox_lock.Werner Koch1-15/+13
2016-01-13kbx: Implement keybox_lock for use by gpg.Werner Koch3-15/+55
2016-01-13gpg: Make sure to mark a duplicate registered keybox as primary.Werner Koch2-9/+18
2016-01-07kbx: Avoid warnings about useless assignments.Werner Koch1-8/+8
2016-01-06kbx: Avoid faulty fclose in an error case.Werner Koch2-3/+1
2015-12-22gpg: Remove dead code.Neal H. Walfield1-2/+0
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield2-2/+31
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield2-0/+10
2015-12-12Remove replacements for libgpg-error < 1.21.Werner Koch1-2/+0
2015-11-27kbx: Include gpg-error prior to mischelp.h.Werner Koch1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter6-6/+6
2015-10-28Fix typosDaniel Kahn Gillmor1-1/+1
2015-10-14cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.NIIBE Yutaka1-1/+1
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2-3/+9
2015-08-21common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield1-1/+8
2015-08-17gpg: Avoid linking to LibksbaWerner Koch3-4/+10
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-8/+8
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-1/+0
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-2/+1
2015-03-20gpg: Consider a mailbox only userid in mail search mode.Werner Koch1-10/+24
2015-03-20gpg: Find keys using mail addresses with garbage after the '>'Werner Koch1-14/+31
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch4-51/+13
2015-01-30kbx: Fix resource leak.Joshua Rogers1-5/+32
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+1
2015-01-19kbx: Minor cleanup for the previous fix.Werner Koch1-7/+7
2015-01-19kbx: Call skipfnc callback to filter out keysDamien Goutte-Gattat1-3/+30
2014-12-04gpg: Allow import of large keys.Werner Koch1-1/+1
2014-11-11Remove use of gnulib (part 1)Werner Koch1-2/+2
2014-11-07gpg: Remove warning message for non-implemented search modes.Werner Koch1-1/+1