summaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of ARGPARSE_OPTS.NIIBE Yutaka2017-07-191-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-283-4/+4
* kbx: Unify blob reading functions.Werner Koch2017-04-015-37/+54
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-311-2/+7
* gpg: Remove the use of the signature information from a KBX.Werner Koch2017-03-306-39/+16
* Remove -I option to common.NIIBE Yutaka2017-03-076-7/+7
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch2016-11-163-69/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-0513-13/+13
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* Portability build fix.Ben Kibbey2016-09-101-1/+2
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-1/+1
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-8/+0
* kbx: Add missing header file.Justus Winter2016-08-031-0/+1
* gpg,gpgsm: Block signals during keyring/keybox update.Werner Koch2016-08-033-53/+79
* g10: Fix keybox-related memory leaks.Justus Winter2016-06-301-5/+19
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+0
* kbx: Avoid undefined behavior.Justus Winter2016-03-071-1/+1
* kbx,w32: Use shorter retry intervals for keybox_file_rename.Werner Koch2016-01-151-9/+4
* w32: Fix deadlock introduced by keybox_file_rename.Werner Koch2016-01-141-14/+30
* kbx: New function keybox_file_rename to replace rename.Werner Koch2016-01-143-12/+71
* kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch2016-01-143-73/+88
* kbx: Change return type of search functions to gpg_error_t.Werner Koch2016-01-132-8/+9
* kbx: Improve and fix keybox_lock.Werner Koch2016-01-131-15/+13
* kbx: Implement keybox_lock for use by gpg.Werner Koch2016-01-133-15/+55
* gpg: Make sure to mark a duplicate registered keybox as primary.Werner Koch2016-01-132-9/+18
* kbx: Avoid warnings about useless assignments.Werner Koch2016-01-071-8/+8
* kbx: Avoid faulty fclose in an error case.Werner Koch2016-01-062-3/+1
* gpg: Remove dead code.Neal H. Walfield2015-12-221-2/+0
* gpg: Improve the keyblock cache's transparency.Neal H. Walfield2015-12-152-2/+31
* gpg: Improve the keyblock cache's transparency.Neal H. Walfield2015-12-152-0/+10
* Remove replacements for libgpg-error < 1.21.Werner Koch2015-12-121-2/+0
* kbx: Include gpg-error prior to mischelp.h.Werner Koch2015-11-271-1/+1
* Fix typos found using codespell.Justus Winter2015-11-176-6/+6
* Fix typosDaniel Kahn Gillmor2015-10-281-1/+1
* cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.NIIBE Yutaka2015-10-141-1/+1
* kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2015-09-162-3/+9
* common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield2015-08-211-1/+8
* gpg: Avoid linking to LibksbaWerner Koch2015-08-173-4/+10
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-8/+8
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-1/+0
* Remove obsolete directories from AM_CPPFLAGS.Werner Koch2015-04-101-2/+1
* gpg: Consider a mailbox only userid in mail search mode.Werner Koch2015-03-201-10/+24
* gpg: Find keys using mail addresses with garbage after the '>'Werner Koch2015-03-201-14/+31
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-114-51/+13
* kbx: Fix resource leak.Joshua Rogers2015-01-301-5/+32
* Add a hook to be called right after main.Werner Koch2015-01-281-0/+1
* kbx: Minor cleanup for the previous fix.Werner Koch2015-01-191-7/+7
* kbx: Call skipfnc callback to filter out keysDamien Goutte-Gattat2015-01-191-3/+30
* gpg: Allow import of large keys.Werner Koch2014-12-041-1/+1