sequoia-sq/src
Neal H. Walfield 5cc0115b9c
Check for the cert / key store before doing work.
- Some commands only access the cert or key store after they do a
    lot of work.  If the cert or key store is disabled, this is
    annoying.

  - Change `sq key generate`, `sq cert import`, `sq network search`,
    `sq network keyserver search`, `sq network wkd search`, and `sq
    network dane search` to error out early if they will save
    something to the key store or the certificate, and it is disabled.

  - Fixes #264.
2024-11-20 13:32:34 +01:00
..
cli Rename sq pki vouch certify to sq pki vouch add. 2024-11-20 12:00:23 +01:00
commands Check for the cert / key store before doing work. 2024-11-20 13:32:34 +01:00
common Refactor common::get_keys to be less clever. 2024-11-18 17:59:19 +01:00
output Use a simpler word separator algorithm to keep URLs intact. 2024-11-19 13:49:10 +01:00
commands.rs Remove sq toolbox extract-cert. 2024-11-19 13:39:46 +01:00
common.rs Change sq key list to display more user IDs. 2024-11-19 00:05:37 +01:00
log.rs Add sq wot 2023-03-30 16:03:48 +02:00
macros.rs Support indentation parameters in qprintln. 2024-10-15 14:43:33 +02:00
main.rs Catch clap errors, and display them better. 2024-11-20 13:22:51 +01:00
man-pandoc.inc.html Use back ticks for inline code and subcommand references. 2024-01-12 17:16:36 +01:00
man-pandoc.lua man: Fix iterating over table we modify. 2024-08-14 14:29:04 +02:00
man.rs Use cheaper predicate to see if an iterator is empty. 2024-10-09 16:58:04 +02:00
output.rs Move sq toolbox keyring to sq keyring. 2024-11-16 10:06:59 +01:00
sq.rs Improve no cert store / no key store error messages. 2024-11-20 13:26:15 +01:00
utils.rs Move utility function. 2024-02-14 17:12:42 +01:00