summaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-211-31/+33
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-199-14/+14
* build: New configure option --disable-keyboxdWerner Koch2020-02-131-1/+5
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+2
* kbx: Make sure the tables are joined in a select.Werner Koch2020-01-071-3/+3
* kbx: Initial support for an SQLite backendWerner Koch2020-01-029-87/+1424
* kbx: Change keyboxd to work only with one database.Werner Koch2019-12-233-162/+112
* kbx: Add new command DELETE.Werner Koch2019-11-285-0/+138
* kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2019-11-2812-167/+154
* doc: Fixed variable naming.Werner Koch2019-11-261-1/+1
* kbx: Implement update for the STORE command.Werner Koch2019-10-073-1/+56
* kbx: Add first version of STORE command to keyboxd.Werner Koch2019-10-018-20/+324
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-2718-18/+5295
|\
| * kbx: Fix error code return in keyboxd.Werner 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
| |\
| * \ Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-189-99/+428
| |\ \
| * | | kbx: Add framework for a public key daemon.Werner Koch2018-09-055-3/+2478
* | | | kbx: Include deleted records into the --stats output.Werner Koch2019-08-231-1/+6
* | | | kbx: Fix regression in compression trigger from July 18Werner Koch2019-08-231-2/+2
* | | | kbx: Allow "gpgsm --faked-system-time" to kick off a compression run.Werner Koch2019-07-182-2/+2
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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
|/
* 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