summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix typosDimitris Apostolou2024-01-0823-29/+29
| | |_|/ | |/| |
* | | | Merge branch 'keymgr-cli2' into 'main'gabi-2502024-01-081-0/+1096
|\ \ \ \ | |/ / / |/| | |
| * | | dev doc: Mention which keymgr APIs the CLI will be using.Gabriela Moldovan2024-01-081-7/+114
| * | | dev doc: Add a TODO about `arti hss auth-clients`.Gabriela Moldovan2024-01-081-1/+2
| * | | doc dev: Add a TODO about --pub-format=artiGabriela Moldovan2024-01-081-0/+3
| * | | Revert "dev doc: Add import-key/export-key hsc subcommands."Gabriela Moldovan2024-01-081-96/+0
| * | | dev doc: Add TODO about converting C Tor state to Arti state.Gabriela Moldovan2024-01-081-0/+4
| * | | dev doc: Clarify how new-service is supposed to work.Gabriela Moldovan2024-01-081-0/+11
| * | | dev doc: Auth public keys should be printed to stdout (fmt).Gabriela Moldovan2024-01-081-6/+5
| * | | dev doc: Auth public keys should be printed to stdout.Gabriela Moldovan2024-01-081-14/+14
| * | | Add a note about destroy-and-recreate.Gabriela Moldovan2024-01-081-0/+27
| * | | dev doc: Clarify how generate-online-keys is supposed to work.Gabriela Moldovan2024-01-081-16/+25
| * | | dev doc: Make --up-to specify a timestamp/duration.Gabriela Moldovan2024-01-081-7/+13
| * | | dev doc: Generalize the keys-verify description.Gabriela Moldovan2024-01-081-1/+1
| * | | doc dev: Rename destroy-service to destroy.Gabriela Moldovan2024-01-081-6/+6
| * | | dev doc: Add import-key/export-key hsc subcommands.Gabriela Moldovan2024-01-081-0/+96
| * | | dev doc: Add TODO about managing the authorized clients.Gabriela Moldovan2024-01-081-0/+22
| * | | dev doc: s/new-identity/new-service and clarify its meaning.Gabriela Moldovan2024-01-081-14/+22
| * | | dev doc: Explain what generate-online-keys is used for.Gabriela Moldovan2024-01-081-8/+13
| * | | dev doc: s/generate-all/generate-online-keysGabriela Moldovan2024-01-081-11/+11
| * | | dev doc: Move the plumbing subcommands under the keys-raw subcommand.Gabriela Moldovan2024-01-081-39/+77
| * | | dev doc: Rename the subcommand for erasing service state.Gabriela Moldovan2024-01-081-6/+6
| * | | dev doc: Add keymgr CLI doc sketch.Gabriela Moldovan2024-01-081-0/+856
|/ / /
* | | Merge branch 'keyspec' into 'main'Ian Jackson2024-01-088-363/+774
|\ \ \ | |_|/ |/| |
| * | tor-keymgr: KeySpecifierPattern: fix grammarIan Jackson2024-01-081-1/+1
| * | tor-keymgr: KeySpecifierPattern: fix docsIan Jackson2024-01-081-3/+3
| * | tor-keymgr: Fix typosgabi-2502024-01-082-4/+4
| * | KeySpecifier etc: apply deferred rustfmt import churnIan Jackson2024-01-042-2/+2
| * | KeyPathInfo: Add role fieldIan Jackson2024-01-042-2/+27
| * | KeySpecifier d-a macro: Populate extra_infoIan Jackson2024-01-042-2/+20
| * | KeySpecifier d-a macro: Use dyn for describingIan Jackson2024-01-042-24/+75
| * | KeySpecifier d-a macro: Add a test for describingIan Jackson2024-01-041-0/+16
| * | KeySpecifier d-a macro: Mnaully wrap two long linesIan Jackson2024-01-041-2/+6
| * | KeySpecifier d-a macro: Use doc-hidden re-exportsIan Jackson2024-01-042-9/+7
| * | KeySpecifier d-a macro: Name result by whole pathIan Jackson2024-01-041-2/+2
| * | KeySpecifier d-a macro: Use derive-adhoc's pasting featureIan Jackson2024-01-041-6/+4
| * | KeySpecifier d-a macro: Use dyn for parsingIan Jackson2024-01-041-91/+181
| * | KeyPathError::PatternNotMatched: Remove pattern from errorIan Jackson2024-01-042-3/+3
| * | KeySpecifier d-a macro: Do not produce fn new()Ian Jackson2024-01-042-20/+7
| * | KeySpecifier d-a macro: Say what we produce, in the docsIan Jackson2024-01-041-1/+17
| * | KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-045-11/+23
| * | KeySpecifier d-a macro: Abolish prefix fnsIan Jackson2024-01-042-55/+0
| * | KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-044-43/+79
| * | KeySpecifier d-a macro: Use dyn for arti_pathIan Jackson2024-01-041-11/+153
| * | KeySpecifier tests: add a TimePeriod testIan Jackson2024-01-043-2/+38
| * | KeySpecifierComponent: Add .fmt_pretty() methodIan Jackson2024-01-041-1/+21
| * | tor-hsservice: Drop an unused importIan Jackson2024-01-041-1/+0
| * | KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-043-318/+336
| * | KeySpecifier d-a macro: insist on structsIan Jackson2024-01-031-1/+1
| * | KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-033-18/+18
| |/