aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx: Fix error code return in keyboxd.switch-to-gpgkWerner Koch2019-09-272-2/+6
* kbx: Store the UBIB in the blob.Werner Koch2019-09-273-12/+78
* kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-273-2/+28
* kbx: First take on a cache for the keyboxd.Werner Koch2019-09-279-44/+1420
* kbx: Allow fd-passing for the keyboxd.Werner Koch2019-09-102-6/+109
* kbx: Fix keyboxd search first.Werner Koch2019-09-091-3/+17
* kbx: Allow searching from start.Werner Koch2019-09-092-12/+24
* kbx: Add framework for the SEARCH commandWerner Koch2019-08-0612-34/+1226
* kbx: Allow writing using a estream.Werner Koch2019-08-063-8/+17
* Merge branch 'master' into switch-to-gpgkWerner Koch2019-07-125-21/+54
|\
| * spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-2/+2
| * kbx: Fix an endless loop under Windows due to an incomplete fix.Werner Koch2019-05-161-2/+2
| * kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch2019-05-143-14/+42
| * sm: Change keydb code to use the keybox locking.Werner Koch2019-05-142-5/+10
* | Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-189-99/+428
|\|
| * kbx: Unify the fingerprint search modes.Werner Koch2019-03-142-15/+0
| * kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-146-71/+232
| * gpg: Implement searching keys via keygrip.Werner Koch2019-01-294-20/+203
| * kbx: Increase size of field for fingerprint.NIIBE Yutaka2018-10-261-1/+1
| * all: fix more spelling errorsDaniel Kahn Gillmor2018-10-251-1/+1
| * all: fix spelling and typosDaniel Kahn Gillmor2018-10-243-3/+3
* | kbx: Add framework for a public key daemon.Werner Koch2018-09-055-3/+2478
|/
* Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-8/+8
|\
| * kbx: Fix detection of corrupted keyblocks on 32 bit systems.Werner Koch2018-02-151-8/+8
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-01-254-124/+3
|\|
| * kbx: Simplify by removing custom memory functions.Werner Koch2017-12-224-124/+3
* | Adjust for changed macro names in libgpg-error master.Werner Koch2017-12-111-8/+8
|/
* 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