summaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require GpgRT version 1.41.Werner Koch2021-02-101-16/+0
* kbx: Better error message in case of a crippled Libgcrypt.Werner Koch2020-12-021-2/+10
* w32: Replace some fopen by es_fopen.Werner Koch2020-11-111-10/+10
* kbx: Don't put zero-byte for ECC.NIIBE Yutaka2020-11-021-17/+18
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-3/+3
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-209-123/+124
* Replace all calls to access by gnupg_accessWerner Koch2020-10-202-5/+8
* keyboxd: Fix duplicates when listing keys by uid.Werner Koch2020-10-051-24/+53
* keyboxd: Make use of the config tableWerner Koch2020-09-251-2/+119
* keyboxd: New command TRANSACTION.Werner Koch2020-09-246-10/+230
* keyboxd: Implement multiple search descriptions.Werner Koch2020-09-243-2/+22
* keyboxd: Fix UDPATE keyblob SQL statementWerner Koch2020-09-241-14/+15
* keyboxd: Remove unused variables.Werner Koch2020-09-241-2/+0
* keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch2020-09-225-29/+99
* kbx: Add bounds check to detect corrupt keyboxes.Werner Koch2020-09-221-6/+99
* sm: Implement delete key in keyboxd modeWerner Koch2020-09-211-0/+3
* keyboxd: Implement lookup by short and long keyid.Werner Koch2020-09-111-53/+42
* keyboxd: Add ephemeral and revoked flag to the sqlite backend.Werner Koch2020-09-115-22/+65
* keyboxd: Add basic support for X.509.Werner Koch2020-09-105-67/+311
* keyboxd: Use D-lines instead of a separate thread.Werner Koch2020-09-102-4/+10
* keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch2020-09-104-47/+112
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-092-4/+5
* keyboxd: Restructure client access code.Werner Koch2020-09-023-2/+497
* keyboxd: Fix user id based queriesWerner Koch2020-09-021-4/+4
* kbx: Support v5key for short kid and long kid.NIIBE Yutaka2020-08-061-2/+32
* kbx: Fix short KID and long KID handling for FPR32.NIIBE Yutaka2020-07-271-1/+1
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-20/+0
* Use gpgrt's new option parser for the new keyboxd.Werner Koch2020-02-221-102/+88
* 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