aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbxserver.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-02keyboxd: New getinfo subcommand "connections".Werner Koch1-0/+7
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2023-07-19Revert "kbx,w32: Disable the fd-passing."NIIBE Yutaka1-7/+1
2023-07-10common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka1-10/+1
2023-07-06kbx: Use es_sysopen_nc instead of es_fdopen_nc.NIIBE Yutaka1-7/+20
2023-05-17kbx,w32: Disable the fd-passing.Werner Koch1-1/+7
2022-04-27kbx: Fix a race condition which results no status report.NIIBE Yutaka1-5/+17
2021-11-24kbx: Fix allocation checkJakub Jelen1-1/+1
2021-07-08kbx: Fix keyboxd searching with multiple patterns.Werner Koch1-10/+84
2021-05-20kbx: Avoid uninitialized readJakub Jelen1-1/+0
2021-04-21keyboxd: Fix searching for exact mail addresses.Werner Koch1-1/+1
2020-09-24keyboxd: New command TRANSACTION.Werner Koch1-0/+120
2020-09-10keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch1-4/+9
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-11-28kbx: Add new command DELETE.Werner Koch1-0/+41
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-5/+14
2019-10-01kbx: Add first version of STORE command to keyboxd.Werner Koch1-0/+50
2019-09-27kbx: First take on a cache for the keyboxd.Werner Koch1-1/+1
2019-09-10kbx: Allow fd-passing for the keyboxd.Werner Koch1-5/+102
2019-09-09kbx: Fix keyboxd search first.Werner Koch1-3/+17
2019-09-09kbx: Allow searching from start.Werner Koch1-11/+23
2019-08-06kbx: Add framework for the SEARCH commandWerner Koch1-29/+234
2018-09-05kbx: Add framework for a public key daemon.Werner Koch1-0/+447