aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2-0/+2
2020-01-07kbx: Make sure the tables are joined in a select.Werner Koch1-3/+3
2020-01-02kbx: Initial support for an SQLite backendWerner Koch9-87/+1424
2019-12-23kbx: Change keyboxd to work only with one database.Werner Koch3-162/+112
2019-11-28kbx: Add new command DELETE.Werner Koch5-0/+138
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch12-167/+154
2019-11-26doc: Fixed variable naming.Werner Koch1-1/+1
2019-10-07kbx: Implement update for the STORE command.Werner Koch3-1/+56
2019-10-01kbx: Add first version of STORE command to keyboxd.Werner Koch8-20/+324
2019-09-27kbx: Fix error code return in keyboxd.switch-to-gpgkWerner Koch2-2/+6
2019-09-27kbx: Store the UBIB in the blob.Werner Koch3-12/+78
2019-09-27kbx,gpg: Allow lookup using a UBID.Werner Koch3-2/+28
2019-09-27kbx: First take on a cache for the keyboxd.Werner Koch9-44/+1420
2019-09-10kbx: Allow fd-passing for the keyboxd.Werner Koch2-6/+109
2019-09-09kbx: Fix keyboxd search first.Werner Koch1-3/+17
2019-09-09kbx: Allow searching from start.Werner Koch2-12/+24
2019-08-23kbx: Include deleted records into the --stats output.Werner Koch1-1/+6
2019-08-23kbx: Fix regression in compression trigger from July 18Werner Koch1-2/+2
2019-08-06kbx: Add framework for the SEARCH commandWerner Koch12-34/+1226
2019-08-06kbx: Allow writing using a estream.Werner Koch3-8/+17
2019-07-18kbx: Allow "gpgsm --faked-system-time" to kick off a compression run.Werner Koch2-2/+2
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-2/+2
2019-05-16kbx: Fix an endless loop under Windows due to an incomplete fix.Werner Koch1-2/+2
2019-05-14kbx: Fix deadlock in gpgsm on Windows due to a sharing violation.Werner Koch3-14/+42
2019-05-14sm: Change keydb code to use the keybox locking.Werner Koch2-5/+10
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch2-15/+0
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch6-71/+232
2019-01-29gpg: Implement searching keys via keygrip.Werner Koch4-20/+203
2018-10-26kbx: Increase size of field for fingerprint.NIIBE Yutaka1-1/+1
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor3-3/+3
2018-09-05kbx: Add framework for a public key daemon.Werner Koch5-3/+2478
2018-02-15kbx: Fix detection of corrupted keyblocks on 32 bit systems.Werner Koch1-8/+8
2017-12-22kbx: Simplify by removing custom memory functions.Werner Koch4-124/+3
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-8/+8
2017-07-19Fix usage of ARGPARSE_OPTS.NIIBE Yutaka1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka3-4/+4
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