aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-keyboxd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-02Use gpgrt_process_spawn functions from libgpg-error.NIIBE Yutaka1-1/+0
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-2/+2
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch1-3/+23
2023-08-29common: Prepare for more flags in start_new_service.Werner Koch1-1/+2
2023-06-07kbx: Fix datastream_thread and use the data pipe.NIIBE Yutaka1-3/+10
2022-12-16doc: Typo fixesWerner Koch1-1/+1
2021-04-21keyboxd: Fix searching for exact mail addresses.Werner Koch1-1/+2
2020-09-24gpg: New experimental import option "bulk-import"Werner Koch1-0/+33
2020-09-24keyboxd: Implement multiple search descriptions.Werner Koch1-83/+103
2020-09-22gpg: Set the found-by flags in the keyblock in keyboxd mode.Werner Koch1-8/+29
2020-09-10keyboxd: Use D-lines instead of a separate thread.Werner Koch1-1/+1
2020-09-10keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch1-15/+15
2020-09-02keyboxd: Restructure client access code.Werner Koch1-432/+19
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch1-34/+3
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-1/+1
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-11-28gpg: Implement insert, update, and delete via keyboxd.Werner Koch1-7/+96
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-2/+2
2019-10-01gpg: Read the UBID from the keybox and detect wrong blob type.Werner Koch1-6/+39
2019-09-27kbx,gpg: Allow lookup using a UBID.Werner Koch1-0/+8
2019-09-10gpg: First rough implementation of keyboxd access for key lookup.Werner Koch1-79/+341
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-0/+842